Skip to content

Releases: jenkins-x/jx

2.0.1182

04 Feb 10:32
Compare
Choose a tag to compare

To install jx 2.0.1182 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • various problem due to non-conventional github repository name

2.0.1181

04 Feb 08:10
Compare
Choose a tag to compare
2.0.1181 Pre-release
Pre-release

To install jx 2.0.1181 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Turns globals.jx-* template variables into valid variable names

Pull Requests

  • #6427 feat: pass tags and global chart variables when deploying an application (aure-olli)

2.0.1180

03 Feb 16:34
Compare
Choose a tag to compare

To install jx 2.0.1180 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

New Features

  • cli: show ConfigMaps on jx diagnose output

2.0.1179

03 Feb 12:21
Compare
Choose a tag to compare
2.0.1179 Pre-release
Pre-release

To install jx 2.0.1179 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • git: parsing of Bitbucket Server URLs #6419

Issues

  • #6419 jx preview fails for repo in bitbucket server (ryneal)

2.0.1178

03 Feb 11:24
Compare
Choose a tag to compare
2.0.1178 Pre-release
Pre-release

To install jx 2.0.1178 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Fetch k8s.io openapi dependencies as modules #6679

Issues

  • #6679 Change in googleapis/gnostic breaks "make generate-openapi" (abayer)

2.0.1177

01 Feb 19:41
Compare
Choose a tag to compare

To install jx 2.0.1177 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • helmfile create namespace helm repo

2.0.1176

31 Jan 19:35
Compare
Choose a tag to compare

To install jx 2.0.1176 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • Inherit build pack environment into pipelines #6668

Issues

  • #6668 bug: overriding env variables in buildpacks doesn't work (tomfrenken)

2.0.1175

31 Jan 18:10
Compare
Choose a tag to compare
2.0.1175 Pre-release
Pre-release

To install jx 2.0.1175 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Bug Fixes

  • combining rules test1 and test1-pkg into single rule

2.0.1174

31 Jan 13:17
Compare
Choose a tag to compare
2.0.1174 Pre-release
Pre-release

To install jx 2.0.1174 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • renamed function to mention githubapp
  • check for githubapp mode when verifying environment

2.0.1173

30 Jan 17:36
Compare
Choose a tag to compare

To install jx 2.0.1173 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

New Features

  • allow the bdd suite to be configured