Skip to content

Commit

Permalink
Prepare release v3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Davim committed Apr 7, 2021
1 parent 52f7490 commit 751b604
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.6.6
v3.6.7
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.6&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.7&x2=0)](https://github.com/Praqma/helmsman/releases) [![CircleCI](https://circleci.com/gh/Praqma/helmsman/tree/master.svg?style=svg)](https://circleci.com/gh/Praqma/helmsman/tree/master)

![helmsman-logo](docs/images/helmsman.png)

Expand Down Expand Up @@ -61,9 +61,9 @@ Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the d

```sh
# on Linux
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_linux_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.7/helmsman_3.6.4_linux_amd64.tar.gz | tar zx
# on MacOS
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.7/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx

mv helmsman /usr/local/bin/helmsman
```
Expand Down
2 changes: 1 addition & 1 deletion internal/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
const (
helmBin = "helm"
kubectlBin = "kubectl"
appVersion = "v3.6.6"
appVersion = "v3.6.7"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
10 changes: 8 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v3.6.6
# v3.6.7

If you migrating from Helmsman v1.x, it is recommended you read the [migration guide](https://github.com/Praqma/helmsman/blob/master/docs/how_to/misc/migrate_to_3.md) before using this release.

> Starting from Helmsman v3.0.0 GA release, support for Helmsman v1.x will be limited to bug fixes.
## Fixes and improvements

- Fixed race condition when applying namespace quotas (#589)

- Updated the Docker images to use the latest helm version (#597)
- Replaced the deprecated helm-secrets repo with the new one (#595)
- Fised issue preventing the proper expansion of paths for executable hooks (#594)
- Helmsman will now skip helm tests in dry-run mode (#593)
- Dont expect a username and password if the caClient cert is present (#592)
- Added flag to skip helm repo updates (#590)

0 comments on commit 751b604

Please sign in to comment.