2.17.0
bitrise-devs-bot
released this
12 Jul 09:25
·
46 commits
to master
since this release
Changelog
- a8f85fc Add logger for go toolkit (#978)
- 016883c Clean up activator (#981)
- 86270fe Move git step activator from CLI to stepman (#977)
- cd1dbdf Move local step activator from CLI to stepman (#958)
- bb0846b Move steplib step activator from CLI to stepman (#979)
- 290559e Remove steplib-independent-step activator (#980)
- 6c62088 Step bundles (#976)
- d7b975d Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURITY] (#974)
- 2509588 Workflow run refactor (#969)
- 2219794 [BIVS-2645] YML merge (#970)
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.17.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
!