Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Releases: linkyard/concourse-helm-resource

Helm 2.10.0

27 Sep 20:46
Compare
Choose a tag to compare

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

29 Aug 11:59
Compare
Choose a tag to compare

Bugfixes:

  • Add missing output redirects in check (#82)

2.9.1-3

26 Jul 07:37
f8346a4
Compare
Choose a tag to compare

Fixes problem #80 with hidden override values.

2.9.1-2

19 Jul 09:13
Compare
Choose a tag to compare

see Milestone 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

07 Jun 06:50
Compare
Choose a tag to compare

Features:

  • Display a diff using helm diff before upgrading (optional, use show_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

17 May 05:20
Compare
Choose a tag to compare

Updates Helm to 2.9.1

Helm 2.9.0

27 Apr 15:04
Compare
Choose a tag to compare

Features

  • Updates helm to 2.9.0
  • Allow params.release to be either file or string
  • Add support for username and password for chart repos
  • Add helm_host source configuration setting

Thanks to @andyhd and @arbourd

Get correct revision after deploy

29 Mar 06:24
Compare
Choose a tag to compare

Various Improvements

27 Mar 20:25
0e8fb7b
Compare
Choose a tag to compare
  • 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

26 Mar 20:04
Compare
Choose a tag to compare

Remove the cluster-info call that caused problems for minimal permission service accounts on kubernetes 1.9.6