Skip to content

Commit

Permalink
release: v3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Jan 15, 2023
1 parent 95ff84f commit cce09a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.16.0
v3.16.1
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.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)
[![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=v3.16.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)

![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.16.0"
appVersion = "v3.16.1"
tempFilesDir = ".helmsman-tmp"
defaultContextName = "default"
resourcePool = 10
Expand Down
12 changes: 2 additions & 10 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# v3.16.0

## New feature

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

## Fixes and improvements

- 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)
- Fix issue with checking for local chart updates

0 comments on commit cce09a4

Please sign in to comment.