Skip to content

1.3.998

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 20 Mar 16:38
· 2891 commits to master since this release

To install jx 1.3.998 see the install guide

Linux

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

macOS

brew tap jenkins-x/jx
brew install jx

Changes

Chores

  • upgrade go.uuid

Other Changes

These commits did not use Conventional Commits formatted messages:

  • release 1.3.998
  • switch to gcr.io for builder images
  • move release pipeline to tekton
  • use new updatebot to correctly update downstream dockerfiles
  • upgrade pipeline builder images so we can update Dockerfiles in subdirectories
  • add a cpl more dir changes
  • move release scripts
  • move generating docs into a golang builder image
  • fix version parameter / env var
  • change permissions so we can execute the script
  • more chart charts folder changes as we cant change workingDir in next gen pipelines yet
  • helm lint the charts folder as we cant change workingDir in next gen pipelines yet
  • fix use of working directories in pipeline
  • try and fix gh release
  • use correct path
  • move release pipeline folder about so we are in the correct dir

Pull Requests