Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

0.0.78

Compare
Choose a tag to compare
released this 03 Apr 16:07
· 26 commits to master since this release

Linux

curl -L https://github.com/jenkins-x-labs/helmboot/releases/download/v0.0.78/helmboot-linux-amd64.tar.gz | tar xzv 
sudo mv helmboot /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x-labs/helmboot/releases/download/v0.0.78/helmboot-darwin-amd64.tar.gz | tar xzv
sudo mv helmboot /usr/local/bin

Changes

Bug Fixes

  • lets verify the secrets YAML exists when we boot
  • support vault as a secret manager
  • handle loading secrets from mounted file

Chores

  • fix hound warnings