Skip to content

Releases: jenkins-x-plugins/jx-health

0.0.55

21 Oct 15:37
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.55/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.55/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • try and force badge to not be cached (James Rawlings)

0.0.54

21 Oct 14:26
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.54/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.54/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • tidy (James Rawlings)

0.0.53

21 Oct 14:23
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.53/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.53/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • add command to use for getting statuses when not using Jenkins X (James Rawlings)

0.0.52

21 Oct 13:46
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.52/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.52/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • add standalone instructions and asciinema (James Rawlings)
  • try and force badge to not be cached (James Rawlings)

0.0.51

16 Oct 14:21
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.51/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.51/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Bug Fixes

  • add a dockerfile (James Strachan)

0.0.49

13 Oct 13:01
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.49/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.49/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • fix badge links (James Rawlings)

0.0.48

13 Oct 12:50
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.48/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.48/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Chores

  • address linting issues (James Rawlings)

0.0.47

13 Oct 12:30
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.47/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.47/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Documentation

  • fixup info docs for status command (James Rawlings)

0.0.46

13 Oct 11:45
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.46/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.46/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Bug Fixes

  • watch update was comparing new object with new object so no new rows would be written (James Rawlings)

0.0.45

12 Oct 18:53
Compare
Choose a tag to compare

Linux

curl -L https://github.com/jenkins-x-plugins/jx-health/releases/download/v0.0.45/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.45/jx-health-darwin-amd64.tar.gz | tar xzv
sudo mv jx-health /usr/local/bin

Changes

Chores

  • add terminal colour to OK status, not able to add red for error states because it affects the formatting of error messages (James Rawlings)