Releases: jenkins-x/jx
Releases · jenkins-x/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
2.0.1162
To install jx 2.0.1162 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1162/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Documentation
- add link to CONTRIBUTING.MD
2.0.1161
To install jx 2.0.1161 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1161/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
- allow
jx boot --no-update-git
to not mess with git
2.0.1160
To install jx 2.0.1160 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1160/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
- add alpha and beta experimantal commands so it is clearer to users
- experiment, adds a command to generate a helmfile.yaml from a jx-applications.yml #6442
Bug Fixes
- hound
Chores
- address PR comments, move create helmfile command under the step one