Skip to content

Releases: jenkins-x/jx

2.0.1169

29 Jan 19:25
Compare
Choose a tag to compare
2.0.1169 Pre-release
Pre-release

To install jx 2.0.1169 see the install guide

Linux

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

  • Get structure for rerun PipelineRun properly #6646

Issues

  • #6646 PipelineRuns rerun by Lighthouse due to Tekton race condition won't be handled by build controller (abayer)

2.0.1168

29 Jan 15:48
Compare
Choose a tag to compare
2.0.1168 Pre-release
Pre-release

To install jx 2.0.1168 see the install guide

Linux

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

  • support different phases when geneating helmfiles

2.0.1167

29 Jan 13:42
Compare
Choose a tag to compare
2.0.1167 Pre-release
Pre-release

To install jx 2.0.1167 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • updating test data for step_verify_preinstall_integration_test.go
  • remove unused build-covered rule
  • adding a new script to check all test have build tag
  • ensure unit test cannot connect to cluster
  • Makefile cleanup
  • introducing 'unit' build flag for non integration tests

2.0.1166

29 Jan 11:25
Compare
Choose a tag to compare
2.0.1166 Pre-release
Pre-release

To install jx 2.0.1166 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1166/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 old test case
  • alias 'jx step create install values' -> 'jx step verify ingress' #5020

Chores

  • fix failing test
  • fix test case after rename of step

Issues

  • #5020 rename jx step create install values to something more accurate (jstrachan)

2.0.1165

29 Jan 03:07
Compare
Choose a tag to compare
2.0.1165 Pre-release
Pre-release

To install jx 2.0.1165 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • add a flag to enable the goproxy when running in cluster

2.0.1164

29 Jan 02:18
Compare
Choose a tag to compare
2.0.1164 Pre-release
Pre-release

To install jx 2.0.1164 see the install guide

Linux

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

  • improve online help core jx create cluster

Documentation

  • fix up typo
  • delete unnecessary file

2.0.1163

28 Jan 22:59
Compare
Choose a tag to compare
2.0.1163 Pre-release
Pre-release

To install jx 2.0.1163 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1163/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 deprecation of jx create step

2.0.1162

28 Jan 21:28
Compare
Choose a tag to compare

To install jx 2.0.1162 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Documentation

  • add link to CONTRIBUTING.MD

2.0.1161

28 Jan 20:13
Compare
Choose a tag to compare
2.0.1161 Pre-release
Pre-release

To install jx 2.0.1161 see the install guide

Linux

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

  • allow jx boot --no-update-git to not mess with git

2.0.1160

28 Jan 19:19
Compare
Choose a tag to compare
2.0.1160 Pre-release
Pre-release

To install jx 2.0.1160 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1160/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 alpha and beta experimantal commands so it is clearer to users
  • experiment, adds a command to generate a helmfile.yaml from a jx-applications.yml #6442

Bug Fixes

  • hound

Chores

  • address PR comments, move create helmfile command under the step one

Issues

  • #6442 support boot addons for pluggable install of other systems (jstrachan)