Skip to content

Releases: jenkins-x/jx

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

2.0.1172

30 Jan 15:06
Compare
Choose a tag to compare
2.0.1172 Pre-release
Pre-release

To install jx 2.0.1172 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • push the deprecaton date of create spring command to March 1st
  • fix typo
  • push the deprecation date for some still used commands to June 1st

2.0.1171

29 Jan 20:49
Compare
Choose a tag to compare

To install jx 2.0.1171 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

2.0.1170

29 Jan 20:43
Compare
Choose a tag to compare
2.0.1170 Pre-release
Pre-release

To install jx 2.0.1170 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

2.0.1169

29 Jan 19:25
Compare
Choose a tag to compare
2.0.1169 Pre-release
Pre-release

To install jx 2.0.1169 see the install guide

Linux

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

  • Get structure for rerun PipelineRun properly #6646

Issues

  • #6646 PipelineRuns rerun by Lighthouse due to Tekton race condition won't be handled by build controller (abayer)

2.0.1168

29 Jan 15:48
Compare
Choose a tag to compare
2.0.1168 Pre-release
Pre-release

To install jx 2.0.1168 see the install guide

Linux

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

  • support different phases when geneating helmfiles

2.0.1167

29 Jan 13:42
Compare
Choose a tag to compare
2.0.1167 Pre-release
Pre-release

To install jx 2.0.1167 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • updating test data for step_verify_preinstall_integration_test.go
  • remove unused build-covered rule
  • adding a new script to check all test have build tag
  • ensure unit test cannot connect to cluster
  • Makefile cleanup
  • introducing 'unit' build flag for non integration tests