Skip to content

0.0.15

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 19 Nov 09:58
· 11 commits to master since this release

Linux

curl -L https://github.com/jenkins-x-plugins/kuberhealthy-terraform-drift-check/releases/download/v0.0.15/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.15/kuberhealthy-terraform-drift-check-darwin-amd64.tar.gz | tar xzv
sudo mv kh-terraform-drift /usr/local/bin

Changes

Chores

  • added in cgo_enabled=0 flag that was somehow missing (Chris Mellard)