Skip to content

Commit

Permalink
changelog for version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Dec 22, 2015
1 parent 6c87fb8 commit 3b330d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
12 changes: 10 additions & 2 deletions _changelogs/1.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@ Then:
chmod +x /usr/local/bin/envman
```

## Change history (88d919d - 099d4db)

## Change history (88d919d - 6c87fb8)

* (6c87fb8) - godeps-update
* (edb2367) - Dockerfile : updated Bitrise CLI version to 1.2.4
* (387cc3d) - Dockerfile: fix Golang version (1.5.2) instead of "1.5 latest"
* (d5b3098) - godeps-update
* (ea54069) - typo
* (34e03b4) - PR fixes
* (e650aed) - changelog fix
* (8589079) - version bump, changelog
* (2ed2734) - flag usage updates
* (a105e06) - create changelog workflow
* (d59437a) - environment skip_if_empty property and handling
Expand Down
5 changes: 0 additions & 5 deletions _changelogs/upcoming.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
## Changes

* Removed unnecessary log :'[ENVMAN] - Failed to execute command: XYZ'
* Run command exist code fix: if executing the command failed, but command exit code was 0, envman run exit code was 0, instead of valid exit code.
* envman configs file added to $HOME/.envman/configs.json path. Configs contains the maximum allowed environment value size in KB (20 KB default) and the maximum allowed environment list size in KB (100 KB default).
* Environment variables became new field `skip_if_empty`, if this property is set and the value is empty, the Environment will not exported during `bitrise run`. *This is the same behavior as previous version of bitrise worked*. To add env with skip_if_empty, just call `envman add --key KEY --value VALUE --skip-if-empty`.

0 comments on commit 3b330d5

Please sign in to comment.