Skip to content

0.0.172

Choose a tag to compare

@jenkins-x-bot-test jenkins-x-bot-test released this 22 Apr 11:34
· 58 commits to master since this release

Linux

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

Changes

  • fix alpine based dns issues (jenkins-x-bot)