Releases: bitrise-io/bitrise
2.33.2
What's Changed
- Measure tool setup time by @ofalvai in #1114
- Migrate to golangci-lint v2, fix lint issues by @ofalvai in #1111
- Toolprovider: Mise by @ofalvai in #1115
- Workflows for integration-test stacks and toolproviders by @ofalvai in #1117
- Toolprovider telemetry by @ofalvai in #1119
- Bump version by @ofalvai in #1121
- Run docker login before integration tests by @ofalvai in #1122
- Fix telemetry types by @ofalvai in #1123
Full Changelog: v2.33.0...v2.33.2
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.33.0
Changelog
- 9a6faab Bump version to 2.33.0 (#1113)
- a1eaeed Minimum version updates (#1102)
- 4efe453 Nicer toolprovider logs (#1112)
- db761f4 Toolprovider: asdf integration (#1105)
- 35384b6 Toolprovider: asdf integration tests (#1107)
- 669f93c Toolprovider: config and validation (#1103)
- 7642e30 Toolprovider: entrypoint in workflow run (#1108)
- e0eea72 Toolprovider: install and activate tools (#1109)
- d5dc526 Toolprovider: resolve some TODOs (#1110)
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.32.1
Changelog
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.32.0
Changelog
- f33e024 Bump version (#1099)
- 46b5b77 Dogfood new Ubuntu edge stack in CI (#1096)
- 645605a Execute binary steplib steps (#998)
- 16bc264 Fix GH download URL after tagging change (#1097)
- 0285875 Step bundle run if (#1098)
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.31.3
Changelog
- 3e7ad0b Bump version (#1095)
- 3ecb599 Fixing Build status for step bundles (#1088)
- 971fa6b Update module github.com/cloudflare/circl to v1.6.1 [SECURITY] (#1094)
- 6bd6292 Update module golang.org/x/net to v0.38.0 [SECURITY] (#1078)
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.31.2
Changelog
- afe021c Handle arbitrary large env vars correctly (#1090)
- 97eb470 Update install instructions in release body (#1091)
Install instructions
There are multiple way to install Bitrise CLI:
- Homebrew:
brew install bitrise
- Nix: available as
bitrise
in nixpkgs, runnix-shell -p bitrise
or your preferred configuration method. - Download a pre-built binary below
- There might be other community-maintained packages
You can enable shell completion for the bitrise run
command: https://blog.bitrise.io/workflow-id-completion
Building from source
Set up the right Go version indicated by the go.mod
file, then run go install .
2.31.1
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/2.31.1/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ Apple Silicon: Please note by default /usr/local/bin
does not exist and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
2.31.0
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/v2.31.0/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ Apple Silicon: Please note by default /usr/local/bin
does not exist and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
2.30.6
Changelog
- 956cb65 Bump version number to 2.30.6 (#1080)
- c7bc712 Update version package name (#1079)
- 8f2edee Use os.Stdout and os.Stderr for streams of plugins (#1076)
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/2.30.6/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ Apple Silicon: Please note by default /usr/local/bin
does not exist and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
2.30.5
Changelog
Install or upgrade
To install this version, run the following command (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/2.30.5/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ Apple Silicon: Please note by default /usr/local/bin
does not exist and isn't encouraged by the community over /opt/bin
. Use a custom folder path or use your own bin
folder path. i.e /opt/bin
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!