Skip to content

0.5.2

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 05 Sep 15:04
· 67 commits to main since this release
9cbd083

Linux

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

macOS

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

Changes

Bug Fixes

  • create image tar for sbom analysis (ankitm123)