Linux
curl -L https://github.com/jenkins-x/jx-health/releases/download/v0.0.80/jx-health-linux-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/binmacOS
curl -L https://github.com/jenkins-x/jx-health/releases/download/v0.0.80/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/binChanges
Bug Fixes
- Adjust resources (Mårten Svantesson)
Other Changes
These commits did not use Conventional Commits formatted messages:
- fix check templates to match crd specs (Sergio Jurado)