Skip to content

0.0.5

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 28 Oct 12:01
· 29 commits to master since this release

Linux

curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v0.0.5/kuberhealthy-terraform-drift-chec-linux-amd64.tar.gz | tar xzv 
sudo mv kuberhealthy-terraform-drift-chec /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v0.0.5/kuberhealthy-terraform-drift-chec-darwin-amd64.tar.gz | tar xzv
sudo mv kuberhealthy-terraform-drift-chec /usr/local/bin

Changes

Bug Fixes

  • added promote script (James Strachan)