Releases: jenkins-x/jx
Releases · jenkins-x/jx
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
Issues
2.0.1159
To install jx 2.0.1159 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1159/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 ability to override git_organisation for bdd tests
2.0.1158
To install jx 2.0.1158 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1158/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 community info
2.0.1157
To install jx 2.0.1157 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1157/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
- switched from env var to requirements flag #6442
Issues
2.0.1156
To install jx 2.0.1156 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1156/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
- polish the jx CLI reference generation
2.0.1155
To install jx 2.0.1155 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1155/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
- jx create spring will remain but accessed via create project. Pushed out jx install date based on community feedback.
2.0.1154
To install jx 2.0.1154 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1154/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 the weird logic around excludeFiles in upgrade_boot
- Resolve OWNERS merge conflicts in boot upgrade with existing version #6465 #6543
Chores
- Add git attribute functions to gitter interface
- Clean up .git/info/attributes after cherry-picking boot upgrade
Issues
- #6465 Make devEnvApprovers field required in jx-requirements.yml (abayer)
- #6543 jx boot upgrade replaces OWNERS with OWNERS from jenkins-x-boot-config (masseybradley)
2.0.1153
To install jx 2.0.1153 see the install guide
Linux
curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1153/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 PipelineResource names have a random suffix #6610