Skip to content

Releases: jenkins-x/jx

2.0.1081

13 Dec 18:52
Compare
Choose a tag to compare
2.0.1081 Pre-release
Pre-release

To install jx 2.0.1081 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1081/jx-linux-amd64.tar.gz | tar xzv 
sudo mv jx /usr/local/bin

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • correctly clean down bdd iam bindings with deleted members

2.0.1080

12 Dec 20:22
Compare
Choose a tag to compare
2.0.1080 Pre-release
Pre-release

To install jx 2.0.1080 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1080/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

  • address linting issues
  • allow jx get vault-config to work with clusters that don't have a vault ingress

2.0.1079

12 Dec 19:00
Compare
Choose a tag to compare
2.0.1079 Pre-release
Pre-release

To install jx 2.0.1079 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1079/jx-linux-amd64.tar.gz | tar xzv 
sudo mv jx /usr/local/bin

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • allow escaping for code comments on PRs

2.0.1078

12 Dec 14:18
Compare
Choose a tag to compare
2.0.1078 Pre-release
Pre-release

To install jx 2.0.1078 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1078/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 create default factory in tekton logging code

2.0.1077

12 Dec 11:15
Compare
Choose a tag to compare
2.0.1077 Pre-release
Pre-release

To install jx 2.0.1077 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1077/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

  • perform GC on EKS BDD clusters too

2.0.1076

12 Dec 08:36
Compare
Choose a tag to compare

To install jx 2.0.1076 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1076/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

  • avoid creating invalid pipelines #6313

Issues

  • #6313 create effective pipeline fails if passing in DOCKER_REGISTRY (jstrachan)

2.0.1075

11 Dec 21:49
Compare
Choose a tag to compare
2.0.1075 Pre-release
Pre-release

To install jx 2.0.1075 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1075/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

  • default values to env vars so command can be run in a pipeline

Chores

  • added extra debugging to 'step create pr'

2.0.1074

11 Dec 20:56
Compare
Choose a tag to compare

To install jx 2.0.1074 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1074/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

  • upgrades using branch ref

2.0.1073

11 Dec 19:56
Compare
Choose a tag to compare
2.0.1073 Pre-release
Pre-release

To install jx 2.0.1073 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1073/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

  • lock cert-manager version for jx install based clusters and blockt he use of upgrade ingress for boot clusters

Chores

  • add comment to constant and lowercase it to make it package private

2.0.1072

11 Dec 18:58
Compare
Choose a tag to compare
2.0.1072 Pre-release
Pre-release

To install jx 2.0.1072 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1072/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

  • format the imports when executing the fmt goal