Skip to content

Releases: jenkins-x/jx

2.0.1186

07 Feb 11:17
Compare
Choose a tag to compare

To install jx 2.0.1186 see the install guide

Linux

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

  • Move kaniko special-casing to syntax, not jenkinsfile.
  • REPLACE_ME build pack placeholders should work with modern syntax #6698

Issues

  • #6698 REPLACE_ME placeholders in buildpacks using modern syntax aren't replaced (abayer)

2.0.1185

06 Feb 08:03
Compare
Choose a tag to compare

To install jx 2.0.1185 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

2.0.1183

05 Feb 20:29
Compare
Choose a tag to compare

To install jx 2.0.1183 see the install guide

Linux

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

2.0.1182

04 Feb 10:32
Compare
Choose a tag to compare

To install jx 2.0.1182 see the install guide

Linux

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

  • various problem due to non-conventional github repository name

2.0.1181

04 Feb 08:10
Compare
Choose a tag to compare
2.0.1181 Pre-release
Pre-release

To install jx 2.0.1181 see the install guide

Linux

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

  • Turns globals.jx-* template variables into valid variable names

Pull Requests

  • #6427 feat: pass tags and global chart variables when deploying an application (aure-olli)

2.0.1180

03 Feb 16:34
Compare
Choose a tag to compare

To install jx 2.0.1180 see the install guide

Linux

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

  • cli: show ConfigMaps on jx diagnose output

2.0.1179

03 Feb 12:21
Compare
Choose a tag to compare
2.0.1179 Pre-release
Pre-release

To install jx 2.0.1179 see the install guide

Linux

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

  • git: parsing of Bitbucket Server URLs #6419

Issues

  • #6419 jx preview fails for repo in bitbucket server (ryneal)

2.0.1178

03 Feb 11:24
Compare
Choose a tag to compare
2.0.1178 Pre-release
Pre-release

To install jx 2.0.1178 see the install guide

Linux

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

  • Fetch k8s.io openapi dependencies as modules #6679

Issues

  • #6679 Change in googleapis/gnostic breaks "make generate-openapi" (abayer)

2.0.1177

01 Feb 19:41
Compare
Choose a tag to compare

To install jx 2.0.1177 see the install guide

Linux

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

  • helmfile create namespace helm repo

2.0.1176

31 Jan 19:35
Compare
Choose a tag to compare

To install jx 2.0.1176 see the install guide

Linux

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

  • Inherit build pack environment into pipelines #6668

Issues

  • #6668 bug: overriding env variables in buildpacks doesn't work (tomfrenken)