Skip to content

Releases: jenkins-x/jx

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

2.0.1147

23 Jan 16:01
Compare
Choose a tag to compare
2.0.1147 Pre-release
Pre-release

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

23 Jan 14:53
Compare
Choose a tag to compare
2.0.1146 Pre-release
Pre-release

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

23 Jan 13:25
Compare
Choose a tag to compare
2.0.1145 Pre-release
Pre-release

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

23 Jan 10:34
Compare
Choose a tag to compare
2.0.1144 Pre-release
Pre-release

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

2.0.1143

22 Jan 19:46
Compare
Choose a tag to compare

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.