Skip to content

Releases: jenkins-x/jx

2.0.1121

13 Jan 20:17
Compare
Choose a tag to compare
2.0.1121 Pre-release
Pre-release

To install jx 2.0.1121 see the install guide

Linux

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

  • GetApps doesn't need to preserve its clone directory so can
  • Cloning for environments shouldn't leave strange state in JX_HOME #6350

Issues

  • #6350 Delete app fails with cherry-pick error (tdcox)

2.0.1120

13 Jan 15:46
Compare
Choose a tag to compare

To install jx 2.0.1120 see the install guide

Linux

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

  • add the option to run the bdd tests directly without importing

Bug Fixes

  • hound errors
  • create credentials from secret

Chores

  • pass the noReleasePrepare flag

2.0.1119

13 Jan 14:19
Compare
Choose a tag to compare
2.0.1119 Pre-release
Pre-release

To install jx 2.0.1119 see the install guide

Linux

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

  • make it easier to pass in a fake tekton/dynamic client

2.0.1118

13 Jan 12:00
Compare
Choose a tag to compare
2.0.1118 Pre-release
Pre-release

To install jx 2.0.1118 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • format some log messages
  • remove blank line
  • handle the errors when deleting the hooks after step helm apply
  • handler errors when installing the chart

2.0.1117

11 Jan 13:20
Compare
Choose a tag to compare

To install jx 2.0.1117 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • remove velero config omitempty tags

2.0.1116

09 Jan 21:31
Compare
Choose a tag to compare

To install jx 2.0.1116 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1116/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 reporter interface
  • minor refactor of the quickstart code

Chores

  • fix hound warnings

2.0.1115

09 Jan 14:30
Compare
Choose a tag to compare
2.0.1115 Pre-release
Pre-release

To install jx 2.0.1115 see the install guide

Linux

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

  • Write OWNERS file for dev env repo during boot #6457

Issues

  • #6457 GitOps approvals blocked under Boot install (tdcox)

2.0.1114

09 Jan 13:24
Compare
Choose a tag to compare
2.0.1114 Pre-release
Pre-release

To install jx 2.0.1114 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1114/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 boot vault BDD to use the version of boot config from version stream instead of master

2.0.1113

09 Jan 01:15
Compare
Choose a tag to compare

To install jx 2.0.1113 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1113/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 common options github mode check as well as the github owner

Chores

  • refactor the way that the authConfigSvc is created

2.0.1112

08 Jan 23:00
Compare
Choose a tag to compare
2.0.1112 Pre-release
Pre-release

To install jx 2.0.1112 see the install guide

Linux

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

  • issue with generated tlsSecretName expose config containing dots fixes #6463 #6463

Issues

  • #6463 generated expose config tlsSecretName contains dots which does not match the secret name (rawlingsj)