Skip to content

Commit

Permalink
releasing v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Jan 22, 2019
1 parent 6aa13ac commit 2ab2be8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 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-rc
version: v1.7.3
---

![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-rc/helmsman_1.7.3-rc_linux_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.3/helmsman_1.7.3_linux_amd64.tar.gz | tar zx
# on MacOS
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.3-rc/helmsman_1.7.3-rc_darwin_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v1.7.3/helmsman_1.7.3_darwin_amd64.tar.gz | tar zx
mv helmsman /usr/local/bin/helmsman
```
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd_reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: v1.7.2
version: v1.7.3
---

# CMD reference
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-rc
version: v1.7.3
---

# 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-rc"
var appVersion = "v1.7.3"
var helmVersion string
var kubectlVersion string
var dryRun bool
Expand Down
3 changes: 2 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# v1.7.3-rc
# v1.7.3

> 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

Expand Down

0 comments on commit 2ab2be8

Please sign in to comment.