Skip to content

Releases: brhahlen/dc

v3.0.0

01 Sep 09:37
Compare
Choose a tag to compare

Version 3.0.0

BREAKING CHANGE

  • Added the use of a stack specific environment file in the dc command, next to the "normal" .env file that is used by dc. It is possible to use empty <stackname>.env files, as that will be accepted. Backwards compatibility might be put in later.

Enhancements

  • list will now call the proper function
  • Development versions will have verbosity enabled by default (that's just for me)
  • Major rework to make things more consistent

v2.0.4

17 Jan 14:47
Compare
Choose a tag to compare

Version 2.0.4

Bug Fix

  • help will now properly render, was missing line breaks

Other

  • Updated Copyright year

v2.0.3

05 Jul 07:37
d85aeea
Compare
Choose a tag to compare

Version 2.0.3

Enhancement

  • prune system will now use --all to ensure everything is deleted (#53)

v2.0.2

20 Jun 11:27
4f1e03d
Compare
Choose a tag to compare

Version 2.0.2

Bug fixes

  • Fixing logs not exiting cleanly (#51)

v2.0.1

16 Jun 20:47
Compare
Choose a tag to compare

Version 2.0.1

Bug fixes

  • Hopefully fixing update

v2.0.0

16 Jun 20:08
d837138
Compare
Choose a tag to compare

Version 2.0.0

New Features

  • Added prune to dc and dc-completion (#45)

Improvements / Changes

  • Removed compatibility for docker-compose (#47)
  • Updated documentation (#44)
  • Used linter to optimize/improve code
  • Cleanup

Bug fixes

  • None

v1.6.0

15 Jun 19:09
76bd0ea
Compare
Choose a tag to compare

Version 1.6.0

New Features

  • Added update to dc-completion

Improvements

  • Step back to previous directory after update
  • Moved version to own function show_version, for consistency
  • Moved update to own function update, for consistency
  • Made the unzipping during the update quiet
  • Added version to dc-completion

Bug fixes

  • Fixed getting containers in stacks, due to #46

v1.5.5

10 Jun 20:57
Compare
Choose a tag to compare

Version 1.5.5

Bug fixes

  • Update process bugfix

v1.5.4

10 Jun 20:52
373d73a
Compare
Choose a tag to compare

Version 1.5.4

Bug fixes

  • printf bug fixed

Improvements

  • Update process changed a bit, trying to squash a weird bug

v1.5.3

10 Jun 20:17
8078a0c
Compare
Choose a tag to compare

Version 1.5.3

Improvements

  • Code Cleanup
  • Added consistency in printf vs echo (#38)