Skip to content

Commit

Permalink
release: v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Jan 8, 2023
1 parent acfac1a commit c1dec13
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.15.1
v3.16.0
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.15.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.16.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.15.1"
appVersion = "v3.16.0"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
10 changes: 8 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# v3.15.1
# v3.16.0

## New feature

- Allow setting the chart version to latest (#735)

## Fixes and improvements

- Fix broken helm-secrets support for plugin version >= 4.x (#721 & #723) fixes (#715)
- Dependency version upgrades (dependabot)
- Fix for YAML anchors (#734)
- Simplified decrypt secret code (#738)
- Suport using the metadata seerver for GCS auth in GCP (#746)
- Documentation fixes (#740)

0 comments on commit c1dec13

Please sign in to comment.