Skip to content

Releases: 2degrees/docker-dev

Version 2.0 Beta 2

18 Aug 11:11
Compare
Choose a tag to compare
Version 2.0 Beta 2 Pre-release
Pre-release

Added experimental subcommand docker-dev up2, to work around limitations in Docker Compose when the services you want to run depend on other services -- namely:

  • Logs from dependent services are output in the foreground.
  • Terminating the docker-dev process also terminates dependent services.
  • Likewise, when a dependent service terminates, all the other services and the parent process are terminated.

Version 2.0 Beta 1

27 Jul 11:00
Compare
Choose a tag to compare
Version 2.0 Beta 1 Pre-release
Pre-release
  • Replaced Python implementation with one in Bash that supports autocomplete.
  • The structure of the Docker Compose project is no longer prescribed.
  • docker-dev test is no longer supported.
  • Added docker-clean command, to remove all local Docker resources.

Version 1.0 Beta 2

31 May 09:24
Compare
Choose a tag to compare
Version 1.0 Beta 2 Pre-release
Pre-release

Skipped relative project path if it's not under Git repository.

Version 1.0 Beta 1

26 May 12:52
Compare
Choose a tag to compare
Version 1.0 Beta 1 Pre-release
Pre-release

Included relative path of nested Docker Compose project in default project name (with slashes removed).

Version 1.0 Alpha 6

24 Aug 09:14
Compare
Choose a tag to compare
Version 1.0 Alpha 6 Pre-release
Pre-release

Unbuffered stdout when proxying calls to docker-compose

Version 1.0.5 Alpha 5

22 Aug 15:44
Compare
Choose a tag to compare
Version 1.0.5 Alpha 5 Pre-release
Pre-release

Fixed regression introduced in previous alpha release, where the Git plugin could not be run.

v1.0 Alpha 3

22 Aug 15:23
Compare
Choose a tag to compare
v1.0 Alpha 3 Pre-release
Pre-release

Output docker-compose up to stdout without buffering

Initial release

16 Aug 09:44
Compare
Choose a tag to compare
v1.0a2

Bumped up version number