Skip to content

Releases: sociomantic-tsunami/beaver

v0.6.5

31 Jan 16:45
v0.6.5
Compare
Choose a tag to compare

v0.6.4

31 Jan 13:00
v0.6.4
Compare
Choose a tag to compare

v0.6.3

09 Jul 14:44
Compare
Choose a tag to compare

v0.6.2

19 Jun 17:19
v0.6.2
Compare
Choose a tag to compare

v0.6.1

19 Jun 16:19
v0.6.1
aaaab52
Compare
Choose a tag to compare
v0.6.1

v0.5.2

19 Jun 16:19
v0.5.2
Compare
Choose a tag to compare

https://github.com/sociomantic-tsunami/beaver/milestone/20?closed=1

  • install: Only remove .dockerignore if it wasn't present #59

v0.6.0

11 Jun 13:21
v0.6.0
Compare
Choose a tag to compare

https://github.com/sociomantic-tsunami/beaver/milestone/17?closed=1

Features

The bintray upload command learned a dry run option

This is probably mainly only useful for testing.

The bintray upload command learned an option to force a Debian component

For projects that don't comply with SemVer/Neptune, there is a new beaver bintray upload option to override the Debian component to which the package
will be uploaded.

For example beaver bintray upload -C stable *.deb will upload packages to the
stable component instead of the default release/prerelease. No guessing
will be made at all, if you need to upload to different components based on
different conditions, you need to to the distinction yourself and run the
appropriate bintray upload -C <comp> command.

Most options can be set also via CLI

beaver

The beaver command and sub-commands take some options that need to be
propagated to other sub-commands via environment variables. This could be too
verbose and bloated for some use cases.

Now any environment variable that starts with BEAVER_ can be set via CLI. This
is done using a simple mapping, where beaver --some-option value is equivalent
to BEAVER_SOME_OPTION=VALUE beaver.

This kind of options can only be passed before a beaver command is specified
(so you can use beaver command --some-option value, you have to write it as
beaver --some-option value command.

v0.6.0-rc.2

08 Jun 14:51
v0.6.0-rc.2
Compare
Choose a tag to compare
v0.6.0-rc.2 Pre-release
Pre-release

Features

The bintray upload command learned a dry run option

This is probably mainly only useful for testing.

The bintray upload command learned an option to force a Debian component

For projects that don't comply with SemVer/Neptune, there is a new beaver bintray upload option to override the Debian component to which the package
will be uploaded.

For example beaver bintray upload -C stable *.deb will upload packages to the
stable component instead of the default release/prerelease. No guessing
will be made at all, if you need to upload to different components based on
different conditions, you need to to the distinction yourself and run the
appropriate bintray upload -C <comp> command.

Most options can be set also via CLI

beaver

The beaver command and sub-commands take some options that need to be
propagated to other sub-commands via environment variables. This could be too
verbose and bloated for some use cases.

Now any environment variable that starts with BEAVER_ can be set via CLI. This
is done using a simple mapping, where beaver --some-option value is equivalent
to BEAVER_SOME_OPTION=VALUE beaver.

This kind of options can only be passed before a beaver command is specified
(so you can use beaver command --some-option value, you have to write it as
beaver --some-option value command.

v0.6.0-rc.1

04 Jun 14:18
v0.6.0-rc.1
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release

Features

The bintray upload command learned an option to force a Debian component

For projects that don't comply with SemVer/Neptune, there is a new beaver bintray upload option to override the Debian component to which the package
will be uploaded.

For example beaver bintray upload -C stable *.deb will upload packages to the
stable component instead of the default release/prerelease. No guessing
will be made at all, if you need to upload to different components based on
different conditions, you need to to the distinction yourself and run the
appropriate bintray upload -C <comp> command.

Most options can be set also via CLI

beaver

The beaver command and sub-commands take some options that need to be
propagated to other sub-commands via environment variables. This could be too
verbose and bloated for some use cases.

Now any environment variable that starts with BEAVER_ can be set via CLI. This
is done using a simple mapping, where beaver --some-option value is equivalent
to BEAVER_SOME_OPTION=VALUE beaver.

This kind of options can only be passed before a beaver command is specified
(so you can use beaver command --some-option value, you have to write it as
beaver --some-option value command.

v0.5.1

02 May 08:31
v0.5.1
Compare
Choose a tag to compare