Releases: jenkins-x/jx
Releases · jenkins-x/jx
2.0.1123
To install jx 2.0.1123 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1123/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Chores
- adding 'repos' as alias for 'jx delete repo'
- moving git credential command into dedicated package
- remove obsolete comment line in Makefile
- skipping jx version upgrade during boot for dev version
2.0.1122
To install jx 2.0.1122 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1122/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
- boot message: Add EKS as supported kubernetes provider
2.0.1121
To install jx 2.0.1121 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1121/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
- GetApps doesn't need to preserve its clone directory so can
- Cloning for environments shouldn't leave strange state in JX_HOME #6350
Issues
2.0.1120
To install jx 2.0.1120 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1120/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 the option to run the bdd tests directly without importing
Bug Fixes
- hound errors
- create credentials from secret
Chores
- pass the noReleasePrepare flag
2.0.1119
To install jx 2.0.1119 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1119/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
- make it easier to pass in a fake tekton/dynamic client
2.0.1118
To install jx 2.0.1118 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1118/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Chores
- format some log messages
- remove blank line
- handle the errors when deleting the hooks after step helm apply
- handler errors when installing the chart
2.0.1117
To install jx 2.0.1117 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1117/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Chores
- remove velero config omitempty tags
2.0.1116
To install jx 2.0.1116 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1116/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
- add a reporter interface
- minor refactor of the quickstart code
Chores
- fix hound warnings
2.0.1115
To install jx 2.0.1115 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1115/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
- Write OWNERS file for dev env repo during boot #6457
Issues
2.0.1114
To install jx 2.0.1114 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1114/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
- change the boot vault BDD to use the version of boot config from version stream instead of master