Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Sep 28, 2018
1 parent fc8cc85 commit 83f5d57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.6.1
version: v1.6.2
---

![helmsman-logo](docs/images/helmsman.png)
Expand All @@ -26,6 +26,9 @@ To plan and execute the plan:
To show debugging details:
``` $ helmsman --debug --apply -f example.toml ```

To run a dry-run:
``` $ helmsman --debug --dry-run -f example.toml ```

# Features

- **Built for CD**: Helmsman can be used as a docker image or a binary.
Expand All @@ -46,9 +49,9 @@ To show debugging details:
Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the different versions.
```
# on Linux
curl -L https://github.com/Praqma/helmsman/releases/download/v1.6.1/helmsman_1.6.1_linux_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.6.2/helmsman_1.6.2_linux_amd64.tar.gz | tar zx
# on MacOS
curl -L https://github.com/Praqma/helmsman/releases/download/v1.6.1/helmsman_1.6.1_darwin_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.6.2/helmsman_1.6.2_darwin_amd64.tar.gz | tar zx
mv helmsman /usr/local/bin/helmsman
```
Expand Down
10 changes: 6 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# v1.6.1
# v1.6.2

> If you are already using an older version of Helmsman than v1.4.0-rc, please read the changes below carefully and follow the upgrade guide [here](docs/migrating_to_v1.4.0-rc.md)
- Fixing cluster-wide access problem when checking for untracked releases in restricted clusters. Issue #83.
- Fixing not including releases from existing Tillers in helm state when using useTiller.
- Adding `--no-fancy` option to disable colored output.
- Fixing wrong absolute paths for values files when using `valuesFiles`. Issue #93
- Adding `--destroy` option. Issue #88
- Supporting setString in the desired state spec. Issue #84
- Fixing adding helm repos which contain special characters. Issue #94 (thanks to @epierotto)


0 comments on commit 83f5d57

Please sign in to comment.