Skip to content

Releases: jenkins-x/jx

2.0.1195

17 Feb 16:54
Compare
Choose a tag to compare
2.0.1195 Pre-release
Pre-release

To install jx 2.0.1195 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1195/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 test update of PipelineActivity in static master context

2.0.1194

13 Feb 16:52
Compare
Choose a tag to compare

To install jx 2.0.1194 see the install guide

Linux

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

  • added information on env vars to step helm apply

2.0.1193

13 Feb 12:13
Compare
Choose a tag to compare
2.0.1193 Pre-release
Pre-release

To install jx 2.0.1193 see the install guide

Linux

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

  • only check the repo owner if gha is enabled

2.0.1192

11 Feb 20:10
Compare
Choose a tag to compare

To install jx 2.0.1192 see the install guide

Linux

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

  • helm lint calls pass variables too

Pull Requests

  • #6427 feat: pass tags and global chart variables when deploying an application (aure-olli)
  • #6682 fix: Turns globals.jx-* template variables into valid variable names (aure-olli)

2.0.1191

11 Feb 16:17
Compare
Choose a tag to compare
2.0.1191 Pre-release
Pre-release

To install jx 2.0.1191 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1191/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 replicate step example to use the correct flag

2.0.1190

11 Feb 14:48
Compare
Choose a tag to compare
2.0.1190 Pre-release
Pre-release

To install jx 2.0.1190 see the install guide

Linux

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

  • always pass the --repo-owner flag to the credential-helper #6722
  • always pass the repo owner to the credential helper

Issues

  • #6722 Pass the repo owner into jx step git credentials --credential-helper (garethjevans)

2.0.1189

11 Feb 12:57
Compare
Choose a tag to compare
2.0.1189 Pre-release
Pre-release

To install jx 2.0.1189 see the install guide

Linux

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

  • cli: avoid creating dev environment in arbitrary namespace

2.0.1188

10 Feb 17:18
Compare
Choose a tag to compare

To install jx 2.0.1188 see the install guide

Linux

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

  • Replace dir placeholders on build pack stages #6717

Issues

  • #6717 REPLACE_ME placeholders not replaced on build pack stages, just steps (abayer)

Pull Requests

  • #6700 fix: REPLACE_ME build pack placeholders should work with modern syntax (abayer)

2.0.1187

07 Feb 17:08
Compare
Choose a tag to compare

To install jx 2.0.1187 see the install guide

Linux

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

  • cli: handle errors when doing a jx upgrade boot in non dev namespace

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)