Skip to content

Releases: bibendi/dip

8.0.0

29 Mar 12:07
Compare
Choose a tag to compare

7.8.0

28 Feb 06:31
Compare
Choose a tag to compare

7.7.0

07 Nov 14:43
Compare
Choose a tag to compare

BREAKING

  • dropped support for Ruby 2.5 and 2.6

Fixed

  • fixed multiple nested subcommands #165

v7.6.0

14 May 15:46
Compare
Choose a tag to compare

Added Docker Compose profiles support #163

7.5.0

04 Nov 19:57
Compare
Choose a tag to compare

Implemented kubectl support for commands #156

  • addedpod and entrypoint options to command config
  • added namespace to new top-level kubeclt config group
  • added dip ktl command

7.4.0

24 Sep 15:14
af73f75
Compare
Choose a tag to compare

Features:

  • added dip down -A command to shutdown all running docker compose projects #155

7.3.1

07 May 08:32
Compare
Choose a tag to compare

Fixed:

  • use the docker compose command when it is possible. #150

7.3.0

19 Mar 09:01
Compare
Choose a tag to compare

Features:

  • Added ability to override compose command #145
  • Changed the default image for nginx proxy to nginxproxy/nginx-proxy #146

7.2.0

22 Oct 11:35
Compare
Choose a tag to compare

Added compatibility with the latest Compose V2 #140

7.1.4

16 Jul 07:33
Compare
Choose a tag to compare

Fixed:

  • When there is a space in the Compose's config path t, dip fails. #130