Skip to content

Releases: bitrise-io/envman

1.1.12

09 Apr 13:27
Compare
Choose a tag to compare

Release Notes

  • go dependencies update

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/1.1.12/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!

1.1.11

12 Mar 14:53
Compare
Choose a tag to compare

Release Notes

  • go dependencies update

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/1.1.11/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!

1.1.10

12 Feb 16:26
Compare
Choose a tag to compare

Release Notes

  • go dependencies update

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/1.1.10/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!

1.1.9

09 Jan 12:32
Compare
Choose a tag to compare

Release Notes

  • go dependencies update

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/1.1.9/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!

1.1.8

09 Oct 12:40
Compare
Choose a tag to compare

Release Notes

  • dependency updates

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/1.1.8/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!

1.1.7

12 Sep 08:37
Compare
Choose a tag to compare

Release Notes

  • manage dependencies with dep
  • dependency updates

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/1.1.7/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!

1.1.6

07 Aug 12:37
Compare
Choose a tag to compare

Release Notes

Meta field (meta) added to EnvironmentItemOptionsModel

This property of the environment options is used to define extra options without creating a new envman release.

The bitrise-cli does not use meta field directly, but other tools can use this property to expand the environment options.

For example the bitrise.io website will use the meta field to define if secret environment variables should be used in pull request triggered builds or not.

.bitrise.secrets.yml

envs:
- MY_SECRET_ENV: secret value
  opts:
    meta:
      is_expose: true

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/1.1.6/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!

1.1.5

10 Jul 08:59
Compare
Choose a tag to compare

Release Notes

  • dependency updates

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/1.1.5/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!

1.1.4

12 Jun 14:40
Compare
Choose a tag to compare

Release Notes

  • dependency updates
  • typo fixes
  • Go example updates

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/1.1.4/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!

1.1.3

10 Jan 12:53
Compare
Choose a tag to compare

Release Notes

  • EnvsYMLModel model refactored to EnvsSerializeModel and got Normalize function to make the EnvsYMLModel instance json serializable, even if it was created with yml parser.
  • typo fixes

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/1.1.3/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!