Skip to content

Commit

Permalink
chore: release 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Apr 8, 2021
1 parent ef05842 commit 974e260
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ outputs:
description: 'The next release version'
runs:
using: 'docker'
image: 'docker://gcr.io/jenkinsxio/jx-release-version:2.2.0'
image: 'docker://gcr.io/jenkinsxio/jx-release-version:2.3.3'
entrypoint: 'github-actions-entrypoint.sh'
env:
PREVIOUS_VERSION: ${{ inputs.previous-version }}
Expand Down
19 changes: 19 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Linux

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

### macOS

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

## Changes

### Bug Fixes

* lets upgrade the image on release (James Strachan)

0 comments on commit 974e260

Please sign in to comment.