Skip to content

Releases: bibendi/dip

3.2.3

08 Oct 13:10
85270b5
Compare
Choose a tag to compare
  • Fixed serious bug. On old ruby version less than v2.5 YAML.safe_load doesn't support symbolyze keys option.
gem install dip -v 3.2.2

3.2.2

08 Oct 12:14
9307fee
Compare
Choose a tag to compare
  • Raises error unless config file found.
  • Refactored tests.
gem install dip -v 3.2.2

3.2.1

08 Oct 12:12
51d8f2a
Compare
Choose a tag to compare
  • Better detect config path
gem install dip -v 3.2.1

3.2.0

28 Sep 06:30
0de7654
Compare
Choose a tag to compare
  • Added dip down command that is a shortener for docker-compose down.
gem install dip -v 3.2.0

3.1.0

27 Sep 19:50
2dbaec3
Compare
Choose a tag to compare
  • Added command up. Now you can use dip up web which is equivalent of docker-compose up web.
  • Beginning to use the correct call of Thor sub-commands.
  • No more used monkey patching for running dynamic commands. Thor is calling method_missing.
gem install dip -v 3.1.0

3.0.0

25 Sep 07:49
76b1c6b
Compare
Choose a tag to compare

Completely rewrite using Ruby.

Reasons:

  • Crystal is very unstable.
  • Crystal is unavailable on Windows.
  • Crystal is not statically compiling on Mac OS.
  • Ruby gems are awesome!
  • The desire to attract more contributors.

The Ruby source code is 100% compatible previous versions. If you have been experiencing any problems with the new version please let me know through Issues.

gem install dip -v 3.0.0

2.2.2

20 Aug 18:00
36afa75
Compare
Choose a tag to compare

Changelog:

  • Use not only String for env vars, second try
curl -L https://github.com/bibendi/dip/releases/download/2.2.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

2.2.1

20 Aug 05:49
b93893d
Compare
Choose a tag to compare

Changelog:

  • Pass first arg vars to compose-run as environment vars

Example:

dip MY_VAR=ok run bash -c env | grep MY_VAR

curl -L https://github.com/bibendi/dip/releases/download/2.2.1/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

2.2.0

19 Aug 18:53
e99230a
Compare
Choose a tag to compare

Changelog:

  • Use not only String for env vars.
  • Remove redundant env vars when running compose run.
  • Try to handle ENV vars from the first argument.
  • Run compose only with existing files.
curl -L https://github.com/bibendi/dip/releases/download/2.2.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

2.1.0

07 Aug 07:04
6dd334c
Compare
Choose a tag to compare

Changelog:

  • Added dip ssh restart.
  • Added automatic builds of binaries in Travis-CI.
  • Build binary on Crystal to 0.25.1 with a static linking.
curl -L https://github.com/bibendi/dip/releases/download/2.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip