Skip to content

Releases: whalebrew/whalebrew

0.4.1 2023-09-20

20 Sep 22:17
8137e56
Compare
Choose a tag to compare
Create 0.4.1 release

Change-Id: Ideaf0f9c5e8d6cf9e5d1cf5a4b10eb8d761608a7

0.4.0 2022-03-29

29 Mar 23:53
bdf9488
Compare
Choose a tag to compare
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 2021-05-27

27 May 20:09
372a6bc
Compare
Choose a tag to compare
Create release 0.3.0 (#137)

0.3.0 2021-01-07

07 Jan 23:21
044d5fc
Compare
Choose a tag to compare
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 2020-11-04

04 Nov 19:00
0b2fea5
Compare
Choose a tag to compare
### 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

16 Oct 07:39
f4a04cf
Compare
Choose a tag to compare

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 - 2019-07-08

08 Jul 06:44
7b371f6
Compare
Choose a tag to compare

0.2.3 - 2019-07-08

Fixed

  • Invalid version number

0.2.2 - 2019-07-08

08 Jul 03:53
eef2cdc
Compare
Choose a tag to compare

0.2.2 - 2019-07-08

Fixed

  • Whalebrew releases should now be deployed by travis

0.2.1 - 2019-07-08

08 Jul 03:45
d83aa74
Compare
Choose a tag to compare

0.2.1 - 2019-07-08

Fixed

  • Whalebrew install not working when registry name was provided

0.2.0

08 Jul 03:49
ece3342
Compare
Choose a tag to compare

0.2.0 - 2019-06-10

Added

  • Use the --init docker flag when running the image, allowing signal management inside the image
  • Support for custom hooks for before and after installing or uninstalling a package
  • Freeze dependencies with go modules
  • Add support to override an image entrypoint
  • Add a filter to specify the version of whalebrew required in a package
  • Allow customizing the behaviour when volumes are missing

Fixed

  • Docker image build
  • Updated docker library using outdated features

Removed

  • internal run command is not exposed as a command any longer