Releases: jenkins-x/jx
Releases · jenkins-x/jx
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
2.0.1166
To install jx 2.0.1166 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1166/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
- remove old test case
- alias 'jx step create install values' -> 'jx step verify ingress' #5020
Chores
- fix failing test
- fix test case after rename of step
Issues
2.0.1165
To install jx 2.0.1165 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1165/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Chores
- add a flag to enable the goproxy when running in cluster
2.0.1164
To install jx 2.0.1164 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1164/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
- improve online help core
jx create cluster
Documentation
- fix up typo
- delete unnecessary file
2.0.1163
To install jx 2.0.1163 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1163/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
- remove deprecation of
jx create step