Skip to content

1.7.3

Compare
Choose a tag to compare
@jenkins-x-bot-test jenkins-x-bot-test released this 25 Aug 19:09
· 15 commits to master since this release

Linux

curl -L https://github.com/jenkins-x/jx-pipelines-visualizer/releases/download/v1.7.3/jx-pipelines-visualizer-linux-amd64.tar.gz | tar xzv 
sudo mv jx-pipelines-visualizer /usr/local/bin

macOS

curl -L  https://github.com/jenkins-x/jx-pipelines-visualizer/releases/download/v1.7.3/jx-pipelines-visualizer-darwin-amd64.tar.gz | tar xzv
sudo mv jx-pipelines-visualizer /usr/local/bin

Changes

Chores

  • switch helm repo to GitHub as the old GCP bucket will be deprecated soon (James Rawlings)