Skip to content

0.1.60

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 15 Nov 12:04
· 65 commits to main since this release

Linux

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

macOS

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

Changes

Bug Fixes

  • change location where secrets are written to (ankitm123)