Skip to content

Commit 773d1b0

Browse files
author
Luis Davim
committed
Prepare release v3.6.9
1 parent d9eda4a commit 773d1b0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.6.8
1+
v3.6.9

README.md

Lines changed: 3 additions & 3 deletions
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.8&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.9&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.8/helmsman_3.6.4_linux_amd64.tar.gz | tar zx
64+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.9/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.8/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx
66+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.6.9/helmsman_3.6.4_darwin_amd64.tar.gz | tar zx
6767

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

internal/app/main.go

Lines changed: 1 addition & 1 deletion
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.8"
11+
appVersion = "v3.6.9"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# v3.6.8
1+
# v3.6.9
22

33
## Fixes and improvements
44

5-
- Updated helm to the latest version, we now have Docker images for the last patch version of the latest 3 minor helm versions.
6-
- Improved error handling for shell out commands. (#601)
5+
- Fixed and issue that in some cases would lead local files to be truncated. (#606)

0 commit comments

Comments
 (0)