Bibendi Dip Versions Save

The dip is a CLI dev–tool that provides native-like interaction with a Dockerized application.

v8.0.0

1 month ago

v7.7.0

6 months ago

BREAKING

  • dropped support for Ruby 2.5 and 2.6

Fixed

  • fixed multiple nested subcommands #165

v7.6.0

1 year ago

Added Docker Compose profiles support #163

v7.5.0

1 year ago

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

v7.4.0

1 year ago

Features:

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

v7.3.1

2 years ago

Fixed:

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

v7.3.0

2 years ago

Features:

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

v7.2.0

2 years ago

Added compatibility with the latest Compose V2 #140

v7.1.4

2 years ago

Fixed:

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