Skip to content

Releases: jenkins-x/jx

2.0.1091

20 Dec 13:08
Compare
Choose a tag to compare
2.0.1091 Pre-release
Pre-release

To install jx 2.0.1091 see the install guide

Linux

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

  • making sure naming.ToValidName is called before creating a new CRD name #5727

Issues

2.0.1090

20 Dec 08:13
Compare
Choose a tag to compare

To install jx 2.0.1090 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • test for envconfig usage in OverrideRequirementsFromEnvironment

2.0.1089

19 Dec 15:59
Compare
Choose a tag to compare

To install jx 2.0.1089 see the install guide

Linux

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

  • Bump helm version using version stream

2.0.1088

19 Dec 12:07
Compare
Choose a tag to compare
2.0.1088 Pre-release
Pre-release

To install jx 2.0.1088 see the install guide

Linux

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

  • podAnnotations on jx pod

2.0.1087

18 Dec 18:55
Compare
Choose a tag to compare

To install jx 2.0.1087 see the install guide

Linux

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

  • use envconfig for velero overrides

2.0.1086

18 Dec 16:17
Compare
Choose a tag to compare
2.0.1086 Pre-release
Pre-release

To install jx 2.0.1086 see the install guide

Linux

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

  • adding velero restore command

Bug Fixes

  • added some conditional checking around the velero backups
  • use explicit bool as latest backup rather than batch flag
  • correcting struct json for velero backup
  • resolved formatting issues
  • replace namespace with cmd option
  • resolve hound and formatting issues

Chores

  • added some basic tests for velero
  • use standard logger
  • removed velero dependency

2.0.1085

17 Dec 17:13
Compare
Choose a tag to compare
2.0.1085 Pre-release
Pre-release

To install jx 2.0.1085 see the install guide

Linux

curl -L https://github.com/jenkins-x/jx/releases/download/v2.0.1085/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 helm hook file rather than copy
  • replace comma in hook type list with underscore as it's used as a dir name
  • process all part files which contain a helm hook

Chores

  • adding unit tests for crd hooks

2.0.1084

17 Dec 12:33
Compare
Choose a tag to compare

To install jx 2.0.1084 see the install guide

Linux

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

  • configurable velero backup time to live
  • configurable velero backup schedule

2.0.1083

17 Dec 07:00
Compare
Choose a tag to compare

To install jx 2.0.1083 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • update golang image version to 1.12.4

2.0.1082

13 Dec 20:48
Compare
Choose a tag to compare

To install jx 2.0.1082 see the install guide

Linux

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

  • ensure that we have goimports for import formatting