Releases: bitrise-io/bitrise
2.4.0
Changelog
- d4c4e95 Add app_slug property to the workflow_started event (#881)
- 490dd34 Update build.go (#882)
- d754ded Update default plugin versions (#883)
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.4.0/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.3.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.3.1/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.3.0
Changelog
- a5b9e2d Bump models format version to 13 and version number to 2.3.0 (#878)
- 4b89996 Step run func (#873)
- d2d4706 Step run func 2 (#874)
- ebd974e Update default workflow editor plugin version (#877)
- 4c3c142 feat: add title, summary and description to the pipeline model (#876)
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.3.0/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.7
Changelog
- 319ae48 Update build.go (#872)
- 3686ace Step finished runtime (#871)
- 23a1e7c [CI-1546] Detect alternative installation (#867)
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.2.7/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.6
Changelog
- f7c5c96 Added missing RunIf field (#866)
- 4ad4f89 Added missing properties to stage model (#865)
- bc7e083 Updated CLI version to 2.2.6
- 604afd8 Use 755 file permission instead of 777 for plugin binaries (#864)
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.2.6/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.5
Changelog
- 66a4c3d Handle color reset in the middle of the message (#862)
- e320ecb Handle step level debug logs (#856)
- b8b3e79 Log level parsing fix (#858)
- d997f6c Step output writer (#855)
- 08f5cd1 Update go-utils with new metrics endpoint (#859)
- 4a8a906 Update version number to 2.2.5 (#861)
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.2.5/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.4
Changelog
- c4b7de4 Remove log lines (#853)
- 6999c3c Update version number (#854)
- 84d9607 fix: disallow utility workflows in pipeline stage [SWAT-1418] (#844)
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.2.4/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.3
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.2.3/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.2
Changelog
- a1b701e Bump version to 2.2.2 (#850)
- 5453139 Fix for the no output timeout related crash (#846)
- 9277d4a Update go-utils/command package (#849)
- eb94163 stop gows command printing to the stdout directly (#847)
- 02a9b2a test: use
t.Setenv
to set env vars in tests (#848)
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.2.2/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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.2.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.2.1/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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
!