Skip to content

Releases: MartinRamm/fzf-docker

2.0.0

22 Sep 20:30
cf0f22d
Compare
Choose a tag to compare

Breaking changes to previous version:

  • #8: drmi now includes options to remove dangling images

Bugfixes:

1.1.2 - Beta release

03 Mar 21:14
Compare
Choose a tag to compare
1.1.2 - Beta release Pre-release
Pre-release

Bugfixes:
#5

1.1.1 - Beta release

17 Feb 00:17
Compare
Choose a tag to compare
1.1.1 - Beta release Pre-release
Pre-release

This release improves general bash support.

Bugfixes:
#2
#3
#4

1.1.0 - Beta release

15 Feb 17:42
d68166b
Compare
Choose a tag to compare
1.1.0 - Beta release Pre-release
Pre-release

New features:

  • New command: fzf-docker-debug-info, which outputs environment information that is useful for debugging.
  • Bug report template

Bugfixes:
#1

1.0.0 - Beta release

11 Feb 12:50
Compare
Choose a tag to compare
1.0.0 - Beta release Pre-release
Pre-release

Breaking changes to previos version:

  • dk and dka don't remove the container anymore (use dkrm and dkrma instead)
  • de now checks what the parent image of the container is, and tries to use the most appropriate command based on this. (For example, if an image is from mysql, the command used to exec into the container is mysql -uroot -p$MYSQL_ROOT_PASSWORD)
  • for the de command you can now register custom defaults - see updated `README.md``file.
  • Multiple commands can now be run in fzf-mode multiple, instead of single ()

New features:

  • New Commands drm (remove), drma (remove all), dsrm (stop and remove), dsrma (stop and remove all), dkrm (kill and remove), dkrma (kill and remove all) , dcb (docker-compose build) , dcba (docker-compose build all) , dcp (docker-compose pull) , dcpa (docker-compose pull all) , dcupd (docker-compose update (build or pull)), dcupda (docker-compose update (build or pull) all) , dla (docker logs all)
  • These commands are now running in fzf-mode multiple: dr (docker remove), dl (docker logs)

Bugfixes:

  • fzf-mode "multiple" not working correctly
  • dr won't show stopped containers anymore, as they can't be restarted
  • Wrong "pre-tests" running for some commands, resulting in the command showing No containers found even though there are selectable containers.

0.0.1 - Alpha Release

11 Feb 11:16
Compare
Choose a tag to compare
0.0.1 - Alpha Release Pre-release
Pre-release

Alpha release with most basic version