You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.4.0 - 2022-03-30
Fixed
---
* Formatting and spelling in the README (#152)
* The release script pushing binaries to the github release (#172)
Added
---
* Whalebrew binay is now also delivered for macos arm64 architecture (#155)
* `uninstall` now support detecting either a package (i.e. command) or image name (#164)
* Support for automatic dependencies update with all dependencies updates
0.3.0 - 2021-01-08
### Fixed
* Whalebrew search would panic when called without arguments (#120)
* Whalebrew install was not finding labels for images built using buildkit (#121)
### Added
* Support for arm and arm64 on linux (#117)
0.2.5
### Fixed
* Environment variables in working directory not expanded (#113)
### Added
* Support for multiple search repositories (#108)
* Allow images without entrypoint with -e (#112)
* Support to search on any docker registry (#115)
0.2.4 - 2020-10-16
Fixed
-----
* whalebrew search was returning no result (#89)
* Fix package not installable when entrypoint is not the last step (#91)
Added
-----
* Ask if a different version of a pkg should be installed when theres an existing installation (#92)
* Add an option to mount paths provided in flags (#84)
* Add an option to hide headers in whalebrew list output (#99)
* Add option to remove prompt when uninstalling a package (#107)