Releases: jenkins-x/jx-git-operator
Releases · jenkins-x/jx-git-operator
0.0.161
v0.0.161 Release version 0.0.161
0.0.160
v0.0.160 Release version 0.0.160
0.0.159
v0.0.159 Release version 0.0.159
0.0.158
v0.0.158 Release version 0.0.158
0.0.157
v0.0.157 Release version 0.0.157
0.0.156
v0.0.156 Release version 0.0.156
0.0.154
v0.0.154 Release version 0.0.154
0.0.151
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)
0.0.150
Linux
curl -L https://github.com/jenkins-x/jx-git-operator/releases/download/v0.0.150/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.150/jx-git-operator-darwin-amd64.tar.gz | tar xzv
sudo mv jx-git-operator /usr/local/binChanges
Bug Fixes
- fixed error in chart secret template (Chris Mellard)
0.0.149
Linux
curl -L https://github.com/jenkins-x/jx-git-operator/releases/download/v0.0.149/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.149/jx-git-operator-darwin-amd64.tar.gz | tar xzv
sudo mv jx-git-operator /usr/local/binChanges
New Features
- added in optional secret we can mount to boot jobs as env vars (Chris Mellard)