Skip to content

Commit 0cc8868

Browse files
author
Luis Davim
committed
prepare release v3.6.6
1 parent 06c9825 commit 0cc8868

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.6.5
1+
v3.6.6

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.6.5&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)
1+
[![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)
22

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

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

6262
```sh
6363
# on Linux
64-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.5/helmsman_3.6.4_linux_amd64.tar.gz | tar zx
64+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_linux_amd64.tar.gz | tar zx
6565
# on MacOS
66-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.5/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx
66+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.6/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx
6767

6868
mv helmsman /usr/local/bin/helmsman
6969
```

internal/app/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.6.5"
11+
appVersion = "v3.6.6"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# v3.6.5
1+
# v3.6.6
22

33
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.
44

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

9-
- Fixed issue when the path to a file would match a URL schema prefix (#587).
9+
- Fixed race condition when applying namespace quotas (#589)

0 commit comments

Comments
 (0)