Skip to content

Releases: jenkins-x/jx

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)

2.0.1152

24 Jan 16:46
Compare
Choose a tag to compare

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

24 Jan 14:21
Compare
Choose a tag to compare
2.0.1151 Pre-release
Pre-release

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

23 Jan 19:07
Compare
Choose a tag to compare

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

23 Jan 17:59
Compare
Choose a tag to compare
2.0.1149 Pre-release
Pre-release

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

  • #6589 BitBucket Server with boot/gitops/vault gets error for "No git service found" (abayer)

2.0.1148

23 Jan 17:04
Compare
Choose a tag to compare
2.0.1148 Pre-release
Pre-release

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