Skip to content

0.0.14

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 19 Nov 07:45
· 13 commits to master since this release

Linux

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

macOS

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

Changes

Chores

  • fixed up goreleaser config (Chris Mellard)