Skip to content

Commit 469ecf8

Browse files
author
Sami Alajrami
committed
releasing v3.4.2
1 parent 70b6ca0 commit 469ecf8

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.4.1
1+
v3.4.2

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.4.1&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.4.2&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 @@ If you use private helm repos, you will need either `helm-gcs` or `helm-s3` plug
6161
Check the [releases page](https://github.com/Praqma/Helmsman/releases) for the different versions.
6262
```
6363
# on Linux
64-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.4.1/helmsman_3.4.1_linux_amd64.tar.gz | tar zx
64+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.4.2/helmsman_3.4.2_linux_amd64.tar.gz | tar zx
6565
# on MacOS
66-
curl -L https://github.com/Praqma/helmsman/releases/download/v3.4.1/helmsman_3.4.1_darwin_amd64.tar.gz | tar zx
66+
curl -L https://github.com/Praqma/helmsman/releases/download/v3.4.2/helmsman_3.4.2_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
@@ -6,7 +6,7 @@ import (
66

77
const (
88
helmBin = "helm"
9-
appVersion = "v3.4.1"
9+
appVersion = "v3.4.2"
1010
tempFilesDir = ".helmsman-tmp"
1111
defaultContextName = "default"
1212
resourcePool = 10

release-notes.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# v3.4.1
1+
# v3.4.2
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:
8-
- Validate env vars used in DSF (and other) files are set in th environment before expanding them. PR #463
9-
- Pass chart version to helm show commands to avoid errors with develop chart versions. PR #464
10-
- Report the right error messages when releases are in pending state. PR #465
11-
- Randomize Helmsman's temporary file names to avoid errors when using the same file basename multiple times. PR #470
8+
- Fix panic error when env vars are not set. PR #477
129

1310
# New features:
1411
None.

0 commit comments

Comments
 (0)