Skip to content

Commit ff7d52b

Browse files
committed
release: v3.16.2
1 parent 8ad334e commit ff7d52b

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- run:
3737
name: build docker images and push them to dockerhub
3838
command: |
39-
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.4" "v3.10.2" )
39+
helm_versions=( "v3.8.2" "v3.9.4" "v3.10.3" "v3.11.0" )
4040
4141
TAG=$(git describe --abbrev=0 --tags)
4242
docker login -u $DOCKER_USER -p $DOCKER_PASS

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.16.1
1+
v3.16.2

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG GO_VERSION="1.18.5"
2-
ARG ALPINE_VERSION="3.15"
3-
ARG GLOBAL_KUBE_VERSION="v1.23.6"
4-
ARG GLOBAL_HELM_VERSION="v3.10.2"
2+
ARG ALPINE_VERSION="3.17"
3+
ARG GLOBAL_KUBE_VERSION="v1.24.10"
4+
ARG GLOBAL_HELM_VERSION="v3.11.0"
55
ARG GLOBAL_HELM_DIFF_VERSION="v3.6.0"
66
ARG GLOBAL_HELM_GCS_VERSION="0.3.21"
77
ARG GLOBAL_HELM_S3_VERSION="v0.10.0"

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

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

internal/app/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
helmBin = "helm"
1010
kubectlBin = "kubectl"
11-
appVersion = "v3.16.1"
11+
appVersion = "v3.16.2"
1212
tempFilesDir = ".helmsman-tmp"
1313
defaultContextName = "default"
1414
resourcePool = 10

release-notes.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# v3.16.1
1+
# v3.16.2
22

33
## Fixes and improvements
44

5-
- Fix issue with checking for local chart updates
5+
- Dependency version upgrades
6+
- Fixed helm-vault decryption (#759)
7+
- Documentation fixes (#753)

0 commit comments

Comments
 (0)