Skip to content

Releases: jenkins-x/jx

2.0.1203

23 Feb 19:44
Compare
Choose a tag to compare
2.0.1203 Pre-release
Pre-release

To install jx 2.0.1203 see the install guide

Linux

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

  • fixing step_bdd to not abort if there is no jx-requirements.yaml
  • simplifing LoadRequirementsConfig and adding tests
  • load requirements now fail if jx-requirements.yml does not exist
  • check if the requirements config was read from the existing file

2.0.1202

21 Feb 17:34
Compare
Choose a tag to compare

To install jx 2.0.1202 see the install guide

Linux

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

  • prow: postsubmit jobs branches should be regexp

2.0.1201

21 Feb 14:20
Compare
Choose a tag to compare
2.0.1201 Pre-release
Pre-release

To install jx 2.0.1201 see the install guide

Linux

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

  • repositoryResouce httpCloneURL should not be an sshURL

2.0.1200

19 Feb 18:06
Compare
Choose a tag to compare

To install jx 2.0.1200 see the install guide

Linux

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

  • fill organisation and other fields for bitbucketcloud

2.0.1199

19 Feb 10:09
Compare
Choose a tag to compare
2.0.1199 Pre-release
Pre-release

To install jx 2.0.1199 see the install guide

Linux

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

  • UrlWithoutUser return correct URL when using ssh URL starting with git@

2.0.1198

18 Feb 21:24
Compare
Choose a tag to compare

To install jx 2.0.1198 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Tests

  • Add image tag overrides for all controllers/cronjobs to boot test #6753

Issues

  • #6753 Add all jenkins-x-platform controllers/cronjobs' images to boot values.yaml.template override in jx BDD test (abayer)

2.0.1197

18 Feb 08:15
Compare
Choose a tag to compare
2.0.1197 Pre-release
Pre-release

To install jx 2.0.1197 see the install guide

Linux

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

  • boot: fix --dir flag

2.0.1196

17 Feb 21:35
Compare
Choose a tag to compare

To install jx 2.0.1196 see the install guide

Linux

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

  • Install Kustomize and Ensure Kustomize

2.0.1195

17 Feb 16:54
Compare
Choose a tag to compare
2.0.1195 Pre-release
Pre-release

To install jx 2.0.1195 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1195/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 test update of PipelineActivity in static master context

2.0.1194

13 Feb 16:52
Compare
Choose a tag to compare

To install jx 2.0.1194 see the install guide

Linux

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

  • added information on env vars to step helm apply