Skip to content

Commit 8120d22

Browse files
committed
Release v3.10.0
1 parent 525439d commit 8120d22

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.9.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.10.0&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

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.9.1"
11+
appVersion = "v3.10.0"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# v3.9.1
1+
# v3.10.0
22

3-
## New features
3+
## New features
44

5-
- Recursively expand environment variables (#657)
5+
- Add -exclude-target and -exclude-groups CLI options (#659)
66

77
## Fixes and improvements
88

9-
- Updated dependencies to their latest versions (#653; #654; #655; #658)
10-
- avoid loading the `.env` file twice
9+
- Update go to 1.18 (#664)
10+
- Recursively expand env variables to fix #656 (#657)
11+
- Pin versions of helm plugins in Dockerfile (#660)

0 commit comments

Comments
 (0)