Releases: jenkins-x/jx
Releases · jenkins-x/jx
2.0.1176
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
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
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
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
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
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
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
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
2.0.1168
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
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