Releases: jenkins-x/jx
Releases · jenkins-x/jx
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.
2.0.1142
To install jx 2.0.1142 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1142/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
- Fall back to not using provider for dev env creation in more cases #6551
Issues
- #6551
jx boot
failing on GHE with latest CLI due to failing GET request (tomfrenken)
2.0.1141
To install jx 2.0.1141 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1141/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 so we can generate pod schema
- expose helper function
Chores
- add docs
2.0.1140
To install jx 2.0.1140 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1140/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
- experiment with generating a helm values from jx requirements we can use with helmfile, also add a couple of optional flags to help working with Helm 3
Documentation
- add info on work in progress experiments