Skip to content

Tags: whalebrew/whalebrew

Tags

0.5.0

Toggle 0.5.0's commit message
Release 0.5.0

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tjamet Thibault Jamet
Create 0.4.1 release

Change-Id: Ideaf0f9c5e8d6cf9e5d1cf5a4b10eb8d761608a7

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
tjamet Thibault Jamet
Create 0.4.1 release

Change-Id: Ideaf0f9c5e8d6cf9e5d1cf5a4b10eb8d761608a7

0.4.0

Toggle 0.4.0's commit message
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.1

Toggle 0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create release 0.3.0 (#137)

0.3.0

Toggle 0.3.0's commit message
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

Toggle 0.2.5's commit message
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

Toggle 0.2.4's commit message
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)

0.2.3

Toggle 0.2.3's commit message
## 0.2.3 - 2019-07-08

### Fixed
* Invalid version number

0.2.2

Toggle 0.2.2's commit message
0.2.2 - 2019-07-08

- Fixed
* Whalebrew releases should now be deployed by travis