Skip to content

Releases: jenkins-x/jx

2.0.1209

25 Feb 20:32
Compare
Choose a tag to compare
2.0.1209 Pre-release
Pre-release

To install jx 2.0.1209 see the install guide

Linux

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

  • making sure boot repo exists before loading requirements #6798

Issues

2.0.1208

25 Feb 13:17
Compare
Choose a tag to compare
2.0.1208 Pre-release
Pre-release

To install jx 2.0.1208 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

2.0.1207

25 Feb 09:57
Compare
Choose a tag to compare
2.0.1207 Pre-release
Pre-release

To install jx 2.0.1207 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1207/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 LH commit status descriptions
  • LH reporting: fix target URL, specify UI URL, better running description #6791 #6792 #6794

Issues

  • #6791 Lighthouse commit status reporting via build controller doesn't do anything (abayer)
  • #6792 Lighthouse commit status reporting shouldn't require specifying a full URL template (abayer)
  • #6794 Lighthouse status reporting should have a better description (abayer)

2.0.1205

24 Feb 10:19
Compare
Choose a tag to compare
2.0.1205 Pre-release
Pre-release

To install jx 2.0.1205 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1205/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 test to verify that pipelineConfig env secrets get used

2.0.1204

23 Feb 20:39
Compare
Choose a tag to compare
2.0.1204 Pre-release
Pre-release

To install jx 2.0.1204 see the install guide

Linux

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

  • adding ability to trace GitHub API calls via TRACE_GITHUB_API=1 #6777

Issues

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@