8000 Releases · bitrise-io/envman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: bitrise-io/envman

2.5.3

11 Mar 12:50
919f9fc
Compare
Choose a tag to compare

Changelog

  • 919f9fc Bump envman version to 2.5.3 (#233)
  • a0424f4 Remove duplicated env var limit validation and improve error messages (#232)

Install or upgrade

To install this version, run the following command (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/v2.5.3/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.5.2

04 Mar 12:51
406624e
Compare
Choose a tag to compare

Changelog

  • 05b9772 Fix tool-versions pinned go version (#230)
  • 8a277fa Introduce dedicated error types for env var and env var list validation (#228)
  • 2445e49 Prepare for release (#229)
  • 406624e Rename package to github.com/bitrise-io/envman/v2 (#231)

Install or upgrade

To install this version, run the following command (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/v2.5.2/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.5.1

20 Jan 13:27
2.5.1
7e737fe
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/envman/releases/download/2.5.1/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.5.0

03 Dec 14:42
3592d1a
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/envman/releases/download/2.5.0/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.4.3

10 Apr 09:29
54d928c
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/envman/releases/download/2.4.3/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.4.2

02 Aug 10:33
1300c57
Compare
Choose a tag to compare

Changelog

  • 1300c57 Use automatic version numbers in release builds (#216)

Install or upgrade

To install this version, run the following command (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/2.4.2/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.4.1

21 Jul 12:39
6b164ed
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/envman/releases/download/2.4.1/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.4.0

21 Nov 14:38
b432b6d
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/envman/releases/download/2.4.0/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

ℹ️ 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/envman

That's all, you're ready to call envman!

2.3.3

23 Aug 09:57
86d58d2
Compare
Choose a tag to compare

Release Notes

  • [86d58d2] Version bump to 2.3.3 (#198)
  • [c6fccf9] [PLANG-138] Add possibility to mark envs as sensitive and retrieve only sensitives (#195)

Install or upgrade

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/2.3.3/envman-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/envman

Then:

chmod +x /usr/local/bin/envman

M1 machine: Please note by default /usr/local/bin does not exist for M1 machines. Use a custom folder or save it to your own bin folder. i.e /opt/

That's all, you're ready to call envman!

2.3.2

30 Jun 10:23
df85af5
Compare
Choose a tag to compare

Release Notes

  • [df85af5] [NOJIRA][2.3.2] updated env size limit to 256kb (#196)

Install or upgrade

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/envman/releases/download/2.3.2/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman

Then:

chmod +x /usr/local/bin/envman

That's all, you're ready to call envman!

0