Releases: bitrise-io/bitrise
1.36.0
Release Notes
- [8f43908] Version update (#685)
- [70ebe76] Update minimum required Go version for Golang toolkit (#684)
- [b113a68] small typo fix: 'you step id' -> 'your step id' (#683)
- [c87a062] fix step yml parsing error log (#682)
- [3268021] TOOL-134 Moved meta to root level in data model. (#681)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.36.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.35.0
Release Notes
-
Plugin updates
- bitrise-plugins-init: 1.2.2 -> 1.3.1
- bitrise-workflow-editor: 1.1.59 -> 1.1.60
-
Tool updates:
- Stepman: bump version 0.11.9 -> 0.11.10
- Envman: bump version 2.2.7 -> 2.2.8
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.35.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.34.0
Release Notes
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.34.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.33.0
Release Notes
- [f3d6ff3] Bumped analytics plugin version (#677)
- [fc8cf29] Fixed async run issue (#674)
- [f9f5cec] Added stack as meta data to app model (#673)
- [0f7de8a] Show minutes if duration is bigger than 1 min (#670)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.33.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.32.0
Release Notes
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.32.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.31.0
Release Notes
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.31.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.30.0
Release Notes
Release Notes
Add "required addons" field to step info. This field contains all the addons' identifiers which are required to be connected in order for the step to function properly.
Bump the format Bitrise format version from 7 to 8.
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.30.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.29.0
Release Notes
Implemented some small change about our latest test deploy directory export. Also we have moved our plugins to the bitrise-io
organization, so applied changes to follow this change.
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.29.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!
1.28.0
Release Notes
Fixed an issue where shell terminals were unresponsive on Docker containers run by Bitrise CLI.
Fixed an issue where Ctrl+C would shutdown the Bitrise CLI, but any long running processess would remain running in the background.
Implemented changes related to build analytics.
- [73db173] Prepare release 1.28.0 (#660)
- [2b2f36f] Update step-development-guideline.md (#658)
- [43453e3] Fix typo (#656)
- [9f6bd38] added projectType and step startTime (#657)
- [7477fcf] Update README.md (#653)
- [7850cc5] avoid collecting unused threads (#654)
- [fd5bb15] Fix process signals not being captured by child processes (#652)
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.28.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise
Then:
chmod +x /usr/local/bin/bitrise
That's all, you're ready to call bitrise
!