Dry Versions Save

dry - A Docker manager for the terminal @

v0.11.2

2 months ago

Highlights

Maintenance release. No new functionality has been added.

Go version

Build with *go version go version go1.22.0 darwin/arm64

What's Changed

New Contributors

Full Changelog: https://github.com/moncho/dry/compare/v0.11.1...v.0.11.2

v0.11.1

2 years ago

#Highlights

Minor release to fix problem on the install script. See v0.11.

Full Changelog: https://github.com/moncho/dry/compare/v0.11...v0.11.1

Go version

Build with go version go1.17.1 darwin/arm64

v0.11

2 years ago

Highlights

Thanks to @tbocek, Dry can now connect via ssh to a remote docker node.

Also, and due to age, it is a good moment to drop the beta part from version names.

New Contributors

Full Changelog: https://github.com/moncho/dry/compare/v0.10-beta.1...v0.11

Go version

Build with go version go1.17.1 darwin/arm64

v0.10-beta.1

4 years ago

Highlights

The top header can now be hidden, having more room to show elements of lists, thanks to @JonDum for the idea.

A new tab for Docker volumes has been added, allowing to list and manage volumes.

Dry now uses tcell instead of termbox. Termbox was working perfectly fine, but it is not maintained anymore and tcell seems like a good alternative. It is an internal change that should not result in any visible change.

And some minor improvements and bug fixes. Special thanks to @muesli for the contributions.

New features

  • Add support for Volumes, pressing 4 will now show the Volumes tab. (#105)
  • Pressing F7 will now hide the main top header, pressing F7 again will show it back. (#106)

Bugfix

  • Remove logs. (#104)

Go version

Build with go version go1.12.9 darwin/amd64

v0.9-beta.10

5 years ago

Highlights

Minor release with a couple of new features and bugfixes and some internal changes to improve stability.

New features

  • Add support for 64-bit ARM. (#98)
  • The refresh rate for the monitor mode can now be set on launch, e.g. dry -m5000. (#94)

Bugfix

  • Update keybindings in help. #100, thanks @MarkNBroadhead.

Go version

Build with go version go1.12.4 darwin/amd64

v0.9-beta.9

5 years ago

Highlights

The refresh interval in the monitor view can now be configured.

New features

  • Add Vim- and Emacs-style keybindings for scroll up/down. (#86), thanks @bard!!
  • Pressing s in the monitor view will prompt for a new refresh interval for container stats. #87
  • Pressing q will not exit dry. #89
  • Pressing F1 in the monitor view will switch the column used to sort containers.
  • Pressing Ctrl+u in the image pane will now remove all unused images. #91

Bugfix

  • Refresh the container list when containers change their state. #88

Go version

Build with go version go1.12 darwin/amd64

v0.9-beta.8

5 years ago

Highlights

Minor improvements and bug fixes.

New features

  • Connection errors while starting dry are now send to the standard output.
  • Accept negative values for log since values. #82.

Bugfix

  • Fix regression connecting to protected Docker daemons.
  • Avoid panicking when a container is destroyed. #83.

Go version

Compiled with go version go1.11.4 darwin/amd64

v0.9-beta.7

5 years ago

Highlights

Project is now a GO module.

New features

  • Show Docker timestamps in Container and Service logs. #75

Go version

Compiled with go version go1.11 darwin/amd64

v0.9-beta.6

5 years ago

Highlights

Release included a regression, marked as invalid and replaced by v0.9-beta.7.

v0.9-beta.5

5 years ago

Highlights

Mostly internal changes, but quite significant, dealing with dependency management and stability.

Dependencies

As preparation for Go modules, dependencies have been updated and cleaned. The project still uses dep for dependency management, but as soon as Go 1.11 is officially out it will be migrated to use the new module functionality. dep ensure now works.

Removing unused dependencies and having more control over indirect dependencies has resulted in smaller binaries.

Stability

A new mechanism to handle terminal events has been implemented (see commit d250). This has resulted in making dry less prone to freezes, something that happened occasionally in previous versions, specially when entering and exiting the container options menu.

New features

  • Pressing Ctrl+U on the service list will force and update of the selected service.
  • Show the number of secrets and configs used by a service in the service list.
  • Show orchestrator column in the stack list. So far, the value shown is hard-coded to Swarm.
  • Pressing Enter on the monitor mode will show the options menu for the selected container.

Bugfixes

  • Better handle container kill while showing the stats screen, #64.

Go version

Compiled with go version go1.10.3 darwin/amd64