Skip to content

0.0.76

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 07 May 18:42
· 4 commits to main since this release

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.76/jx-health-linux-amd64.tar.gz | tar xzv 
sudo mv jx-health /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.76/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Code Refactoring

  • add CodeQL (Aabhas Sao)
  • upgrade to go 1.17.9 (Aabhas Sao)