0.0.151
·
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/binmacOS
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/binChanges
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)