Skip to content

Commit f785a59

Browse files
author
Mateusz Kubaczyk
committed
Release v3.4.3
1 parent 2c291fd commit f785a59

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
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.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)
1+
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.4.3&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

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.2"
9+
appVersion = "v3.4.3"
1010
tempFilesDir = ".helmsman-tmp"
1111
defaultContextName = "default"
1212
resourcePool = 10

release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# v3.4.2
1+
# v3.4.3
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-
- Fix panic error when env vars are not set. PR #477
8+
- Run helm tests also when upgrading chart . PR #484
99

1010
# New features:
1111
None.

0 commit comments

Comments
 (0)