File tree 6 files changed +11
-9
lines changed
6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 36
36
- run :
37
37
name : build docker images and push them to dockerhub
38
38
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 " )
40
40
41
41
TAG=$(git describe --abbrev=0 --tags)
42
42
docker login -u $DOCKER_USER -p $DOCKER_PASS
Original file line number Diff line number Diff line change 1
- v3.16.1
1
+ v3.16.2
Original file line number Diff line number Diff line change 1
1
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 "
5
5
ARG GLOBAL_HELM_DIFF_VERSION="v3.6.0"
6
6
ARG GLOBAL_HELM_GCS_VERSION="0.3.21"
7
7
ARG GLOBAL_HELM_S3_VERSION="v0.10.0"
Original file line number Diff line number Diff line change 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 )
2
2
3
3
![ helmsman-logo] ( docs/images/helmsman.png )
4
4
Original file line number Diff line number Diff line change 8
8
const (
9
9
helmBin = "helm"
10
10
kubectlBin = "kubectl"
11
- appVersion = "v3.16.1 "
11
+ appVersion = "v3.16.2 "
12
12
tempFilesDir = ".helmsman-tmp"
13
13
defaultContextName = "default"
14
14
resourcePool = 10
Original file line number Diff line number Diff line change 1
- # v3.16.1
1
+ # v3.16.2
2
2
3
3
## Fixes and improvements
4
4
5
- - Fix issue with checking for local chart updates
5
+ - Dependency version upgrades
6
+ - Fixed helm-vault decryption (#759 )
7
+ - Documentation fixes (#753 )
You can’t perform that action at this time.
0 commit comments