Skip to content

0.1.5

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 16 Sep 12:42
· 12 commits to main since this release

Linux

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

Changes

Chores

  • upgrade gitops to support nested gitlab repository (ankitm123)