File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 11ARG 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 "
55ARG GLOBAL_HELM_DIFF_VERSION="v3.6.0"
66ARG GLOBAL_HELM_GCS_VERSION="0.3.21"
77ARG 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 )
22
33![ helmsman-logo] ( docs/images/helmsman.png )
44
Original file line number Diff line number Diff line change 88const (
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
Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments