Skip to content

2.5.0

Compare
Choose a tag to compare
@jenkins-x-bot jenkins-x-bot released this 20 Sep 11:21
· 70 commits to main since this release

Linux

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

macOS

curl -L  https://github.com/jenkins-x-plugins/jx-release-version/releases/download/v2.5.0/jx-release-version-darwin-amd64.tar.gz | tar xzv
sudo mv jx-release-version /usr/local/bin

Changes

New Features

  • allow to fetch tags from origin before detecting the previous version (Vincent Behar)

Documentation

  • add ID to the GHA example so folks can use the output version number in subsequent steps (James Rawlings)

Chores

  • switch to github artifacts (James Rawlings)
  • upgrade image to 2.4.13 (jenkins-x-bot)