Skip to content

Commit

Permalink
releasing v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Feb 14, 2019
1 parent 12e82c6 commit 1428c14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.7.3
version: v1.7.4
---

![helmsman-logo](docs/images/helmsman.png)
Expand Down Expand Up @@ -58,9 +58,9 @@ If you use private helm repos, you will need either `helm-gcs` or `helm-s3` plug
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.7.3/helmsman_1.7.3_linux_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.4/helmsman_1.7.4_linux_amd64.tar.gz | tar zx
# on MacOS
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.3/helmsman_1.7.3_darwin_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.4/helmsman_1.7.4_darwin_amd64.tar.gz | tar zx
mv helmsman /usr/local/bin/helmsman
```
Expand Down
2 changes: 1 addition & 1 deletion docs/desired_state_specification.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.7.3
version: v1.7.4
---

# Helmsman desired state specification
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var shouldCleanup bool
var skipValidation bool
var applyLabels bool
var keepUntrackedReleases bool
var appVersion = "v1.7.3"
var appVersion = "v1.7.4"
var helmVersion string
var kubectlVersion string
var dryRun bool
Expand Down
15 changes: 4 additions & 11 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# v1.7.3
# v1.7.4

> 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)
# Fixes:

- Addition fixes to 1.7.3-rc: PRs #175 #176 #177 #178
- fixing docker images helm verions with and updating dependencies. Issues: #157 #156. PR: #158 #165
- adding `batch` to the RBAC API groups. Issue: #160. PR: #162
- Bug fixes for: #174 #185 #181 #125 #186

#New features:

- allow `json` files to be used as values files. PR #164
- adding `LimitRange` to the namespaces definitions. PR #163
- allow using current kubecontext without specifying it and adding `--kubeconfig` flag to pass a kube config file. PR #159
- allow users to pass additional helm flags when defining apps in the desired state files. PR #161
- improved visibility of decisions output.PR #146
- Adding annotation functionality for namespaces (PR #184)
- Adding support to specify Tiller(s) role.

0 comments on commit 1428c14

Please sign in to comment.