Releases: jenkins-x/jx
Releases · jenkins-x/jx
2.0.1152
To install jx 2.0.1152 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1152/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
- Handling git credentials via credential helper #5772
Code Refactoring
- improve setup in jxDebug.sh
Chores
- dumping git command in debug mode
Issues
- #5772 Unable to re-run 'jx boot' from the initial boot config directory (hferentschik)
2.0.1151
To install jx 2.0.1151 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1151/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
- validate AWS parameters to prevent panics
2.0.1150
To install jx 2.0.1150 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1150/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 CLI argument to disable boot messing with the local git clone
2.0.1149
To install jx 2.0.1149 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1149/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
- Lookup git service URL kind from jx-auth-config as well #6589
Issues
2.0.1148
To install jx 2.0.1148 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1148/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 a new command to list custom resource counts in a cluster
2.0.1147
To install jx 2.0.1147 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1147/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
- lets always use the dev namespace for applying schedules
2.0.1146
To install jx 2.0.1146 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1146/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
- Look up SourceRepositorys by labels, not just name. #6545
Chores
- Split SR logic into more functions, add find tests
Issues
2.0.1145
To install jx 2.0.1145 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1145/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
- fixes for helmfile feature
- add a couple more optional configuration values
2.0.1144
To install jx 2.0.1144 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1144/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
- Use requirements gitServer as default for import, create env #6579
Chores
- Add unit test for setting gitServer in teamSettings from requirements
Issues
- #6579 Git Authentication fails on GHE (tomfrenken)
2.0.1143
To install jx 2.0.1143 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1143/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
- go doc
- Removed content copying
- cmd_helper
- cmd_test_helpers - CreateTestJxHomeDir() returns empty string if gitAuth.yaml is not present.