Skip to content

Commit

Permalink
release: v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdavim committed Feb 4, 2023
1 parent 8ad334e commit ff7d52b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- run:
name: build docker images and push them to dockerhub
command: |
helm_versions=( "v3.7.2" "v3.8.2" "v3.9.4" "v3.10.2" )
helm_versions=( "v3.8.2" "v3.9.4" "v3.10.3" "v3.11.0" )
TAG=$(git describe --abbrev=0 --tags)
docker login -u $DOCKER_USER -p $DOCKER_PASS
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.16.1
v3.16.2
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG GO_VERSION="1.18.5"
ARG ALPINE_VERSION="3.15"
ARG GLOBAL_KUBE_VERSION="v1.23.6"
ARG GLOBAL_HELM_VERSION="v3.10.2"
ARG ALPINE_VERSION="3.17"
ARG GLOBAL_KUBE_VERSION="v1.24.10"
ARG GLOBAL_HELM_VERSION="v3.11.0"
ARG GLOBAL_HELM_DIFF_VERSION="v3.6.0"
ARG GLOBAL_HELM_GCS_VERSION="0.3.21"
ARG GLOBAL_HELM_S3_VERSION="v0.10.0"
Expand Down
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.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.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)

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

## Fixes and improvements

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

0 comments on commit ff7d52b

Please sign in to comment.