github moncho/dry v0.9-beta.5

latest releases: v0.11.2, v.0.11.2, v0.11.1...
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

Don't miss a new dry release

NewReleases is sending notifications on new releases.