Skip to content

Releases: bitrise-io/bitrise

2.2.5

23 Mar 13:28
4a8a906
Compare
Choose a tag to compare

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.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

03 Feb 15:49
6999c3c
Compare
Choose a tag to compare

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.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

02 Feb 16:58
43cd81c
Compare
Choose a tag to compare

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

31 Jan 10:04
a1b701e
Compare
Choose a tag to compare

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.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

16 Jan 11:19
79c0258
Compare
Choose a tag to compare

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!

2.2.0

12 Jan 12:11
3b433a0
Compare
Choose a tag to compare

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.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.1.0

09 Dec 14:23
1e4047d
Compare
Choose a tag to compare

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.1.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.0.2

02 Dec 10:48
b029387
Compare
Choose a tag to compare

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.0.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.0.1

24 Nov 11:17
475e899
Compare
Choose a tag to compare

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.0.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.0.0

21 Nov 15:28
ed59c73
Compare
Choose a tag to compare

Changes

Breaking changes

The --loglevel command line parameter has been removed from the cli. Use the --debug flag to enable the debugs logs if necessary.

Structured logging

WARNINIG: This is an experimental feature

The run received a new command line option which can enable the new json logging format. Simply supply the --output-format json parameter to the run command to enable it. The cli still uses the human readable format by default.

Smaller improvements

This is a list of the other small improvements to help debuggability:

  • The cli now logs any error related to step preparation. Previously these did not show up in the build logs.
  • The summary section at the end of a workflow run now has the ID of which workflow it belongs to.
  • The cli was always using master as the default branch value if none was supplied in the git:: special source step definition. This is removed and it uses the value defined in the repository.

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.0.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!