Skip to content

Commit

Permalink
Release v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkubaczyk committed May 23, 2022
1 parent 525439d commit 8120d22
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![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)

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

Expand Down
2 changes: 1 addition & 1 deletion internal/app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
const (
helmBin = "helm"
kubectlBin = "kubectl"
appVersion = "v3.9.1"
appVersion = "v3.10.0"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
11 changes: 6 additions & 5 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# v3.9.1
# v3.10.0

## New features
## New features

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

## Fixes and improvements

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

0 comments on commit 8120d22

Please sign in to comment.