Skip to content

0.0.151

Choose a tag to compare

@jenkins-x-bot-test jenkins-x-bot-test released this 21 Jan 07:32
· 95 commits to master since this release

Linux

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

macOS

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

Changes

Bug Fixes

  • ensured secret is always present just with empty data so we can rely on it to be present to bind to other resources (Chris Mellard)