This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
Releases: linkyard/concourse-helm-resource
Releases · linkyard/concourse-helm-resource
Helm 2.10.0
Features
- Upgrade Helm to 2.10.0
- Add purge option
- Add test action
Fix
- Only upgrade repos once
- remove leftover yarn + nodejs
Many thanks to @Typositoire, @jbialy, @rubenv and @arbourd!
Helm 2.9.1-4 - fix output redirect
Bugfixes:
- Add missing output redirects in check (#82)
2.9.1-3
2.9.1-2
New Features:
- Allow setting values as string
- Add option to exit after "helm diff"
- Add chart version to metadata
- Support TLS for tiller
Helm Diff and Update Repo
Features:
- Display a diff using
helm diff
before upgrading (optional, useshow_diff: true
to enable) - Execute
helm repo update
for new repositories
Refactoring:
- Use the helm native
--wait
flag instead of the custom typescript based implementation - Use bash arrays for more robust implementation
Helm 2.9.1
Updates Helm to 2.9.1
Helm 2.9.0
Get correct revision after deploy
With thanks to @wendorf
Various Improvements
- Support for
force
property - fix problem with long histories
- use helm upgrade as default command for installing/upgrading
- support versions from file
cherry picked from various downstream repos, thanks to the authors @codesuki, @iMartyn, @2color and @simonrondelez
Remove the cluster-info call
Remove the cluster-info call that caused problems for minimal permission service accounts on kubernetes 1.9.6