Skip to content

Releases: jenkins-x/jx

2.0.1220

28 Feb 11:58
Compare
Choose a tag to compare
2.0.1220 Pre-release
Pre-release

To install jx 2.0.1220 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1220/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

  • return Helm version as semantic version from helm_cli#Version #6818
  • do not run helm init when using helm version > v2

Chores

  • Fix typo of "PipelineActicity" in build controller logs

Issues

  • #6818 jx boot fails when using helm3 due to jx trying to run helm init (yelhouti)

2.0.1219

28 Feb 11:01
Compare
Choose a tag to compare
2.0.1219 Pre-release
Pre-release

To install jx 2.0.1219 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1219/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

  • better validation of helm

2.0.1218

28 Feb 09:32
Compare
Choose a tag to compare

To install jx 2.0.1218 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

2.0.1216

27 Feb 22:18
Compare
Choose a tag to compare

To install jx 2.0.1216 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1216/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

  • Properly set BaseSHA on activities

2.0.1215

26 Feb 20:51
Compare
Choose a tag to compare
2.0.1215 Pre-release
Pre-release

To install jx 2.0.1215 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1215/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

  • add a jx alpha boot command

2.0.1214

26 Feb 12:39
Compare
Choose a tag to compare
2.0.1214 Pre-release
Pre-release

To install jx 2.0.1214 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1214/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

  • change the provided arguments to setBuildVersion
  • skip the version tagging in the create task when the noReleasePrepare flag is configured in the project

2.0.1213

26 Feb 11:07
Compare
Choose a tag to compare
2.0.1213 Pre-release
Pre-release

To install jx 2.0.1213 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1213/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

  • Use kube crd name to look up the docker registry image

2.0.1212

26 Feb 09:27
Compare
Choose a tag to compare

To install jx 2.0.1212 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1212/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

  • Don't pass target URL to GH status if not an http/https URL

Chores

  • don’t test app lifecycle on boot-lh-ghe

2.0.1211

25 Feb 23:21
Compare
Choose a tag to compare
2.0.1211 Pre-release
Pre-release

To install jx 2.0.1211 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1211/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

  • jx step helm apply should always use default reqs for non-boot

2.0.1210

25 Feb 22:08
Compare
Choose a tag to compare
2.0.1210 Pre-release
Pre-release

To install jx 2.0.1210 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1210/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

  • jx get applications when helm release == app name