Releases: jenkins-x/jx
Releases · jenkins-x/jx
2.0.1195
To install jx 2.0.1195 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1195/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
- Don't test update of PipelineActivity in static master context
2.0.1194
To install jx 2.0.1194 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1194/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
- added information on env vars to step helm apply
2.0.1193
To install jx 2.0.1193 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1193/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
- only check the repo owner if gha is enabled
2.0.1192
To install jx 2.0.1192 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1192/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
helm lint
calls pass variables too
Pull Requests
2.0.1191
To install jx 2.0.1191 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1191/jx-linux-amd64.tar.gz | tar xzv
sudo mv jx /usr/local/bin
macOS
brew tap jenkins-x/jx
brew install jx
Changes
Documentation
- update replicate step example to use the correct flag
2.0.1190
To install jx 2.0.1190 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1190/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
- always pass the
--repo-owner
flag to the credential-helper #6722 - always pass the repo owner to the credential helper
Issues
- #6722 Pass the repo owner into
jx step git credentials --credential-helper
(garethjevans)
2.0.1189
To install jx 2.0.1189 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1189/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
- cli: avoid creating dev environment in arbitrary namespace
2.0.1188
To install jx 2.0.1188 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1188/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
- Replace dir placeholders on build pack stages #6717
Issues
Pull Requests
2.0.1187
To install jx 2.0.1187 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1187/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
- cli: handle errors when doing a jx upgrade boot in non dev namespace
2.0.1186
To install jx 2.0.1186 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1186/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
- Move kaniko special-casing to syntax, not jenkinsfile.
- REPLACE_ME build pack placeholders should work with modern syntax #6698