github cloudposse/geodesic 0.124.0
0.124.0: Update to helm 3, aws-vault 5

latest releases: 2.9.7, 2.9.6, 2.9.5...
4 years ago

Note

Support for aws-vault version 4 was removed in this release, but restored in version 0.130.0. See #579.

Breaking Change

Update to helm 3, aws-vault 5 (#546)

helm version 2 is available as helm2 or you can set it as helm using

update-alternatives --set helm /usr/share/helm/2/bin/helm2

helm version 3 is available as helm3 and by default as helm

You can tell helmfile which helm version to use via the -b flag

helmfile -b helm2 ...

If you were installing helm yourself, using something like

apk add helm@cloudposse==2.14.3-r0

then that version of helm will be used as helm. It will share plugins with helm2 or helm3 depending on which version it is.

Don't miss a new geodesic release

NewReleases is sending notifications on new releases.