Skip to content

2.0.1086

Pre-release
Pre-release
Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 18 Dec 16:17
· 3254 commits to main since this 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