Skip to content

0.0.66

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 01 Apr 23:16
· 27 commits to main since this release

Linux

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

macOS

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

Changes

Bug Fixes

  • security: bump dependencies to fix dependabot alerts (ankitm123)