Skip to content

Releases: jenkins-x/jx-git-operator

0.0.161

24 Feb 11:47

Choose a tag to compare

v0.0.161

Release version 0.0.161

0.0.160

24 Feb 10:53

Choose a tag to compare

v0.0.160

Release version 0.0.160

0.0.159

22 Feb 15:46

Choose a tag to compare

v0.0.159

Release version 0.0.159

0.0.158

05 Feb 13:52

Choose a tag to compare

v0.0.158

Release version 0.0.158

0.0.157

05 Feb 13:12

Choose a tag to compare

v0.0.157

Release version 0.0.157

0.0.156

05 Feb 11:28

Choose a tag to compare

v0.0.156

Release version 0.0.156

0.0.154

04 Feb 15:52

Choose a tag to compare

v0.0.154

Release version 0.0.154

0.0.151

21 Jan 07:32

Choose a tag to compare

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)

0.0.150

20 Jan 21:12

Choose a tag to compare

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/bin

macOS

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/bin

Changes

Bug Fixes

  • fixed error in chart secret template (Chris Mellard)

0.0.149

20 Jan 12:24

Choose a tag to compare

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/bin

macOS

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/bin

Changes

New Features

  • added in optional secret we can mount to boot jobs as env vars (Chris Mellard)