Skip to content

Releases: jenkins-x/jx

2.0.1162

28 Jan 21:28
Compare
Choose a tag to compare

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

28 Jan 20:13
Compare
Choose a tag to compare
2.0.1161 Pre-release
Pre-release

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

28 Jan 19:19
Compare
Choose a tag to compare
2.0.1160 Pre-release
Pre-release

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

  • #6442 support boot addons for pluggable install of other systems (jstrachan)

2.0.1159

28 Jan 18:10
Compare
Choose a tag to compare
2.0.1159 Pre-release
Pre-release

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

28 Jan 17:04
Compare
Choose a tag to compare
2.0.1158 Pre-release
Pre-release

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

28 Jan 13:30
Compare
Choose a tag to compare
2.0.1157 Pre-release
Pre-release

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

  • #6442 support boot addons for pluggable install of other systems (jstrachan)

2.0.1156

28 Jan 12:14
Compare
Choose a tag to compare
2.0.1156 Pre-release
Pre-release

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

28 Jan 09:58
Compare
Choose a tag to compare

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

27 Jan 17:10
Compare
Choose a tag to compare
2.0.1154 Pre-release
Pre-release

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

25 Jan 12:23
Compare
Choose a tag to compare
2.0.1153 Pre-release
Pre-release

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

Issues

  • #6610 PipelineResource names can be reused, causing collisions (abayer)