Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Update version for new release
Browse files Browse the repository at this point in the history
Also, set the token for goreleaser to be able to run on the repo

Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
  • Loading branch information
hickeyma committed Jul 15, 2024
1 parent 8802d16 commit adbe1ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ builds:
binary: 2to3
env:
- CGO_ENABLED=0
- GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }}
goos:
- darwin
- linux
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "2to3"
version: "0.10.3"
version: "0.11.0"
usage: "migrate and cleanup Helm v2 configuration and releases in-place to Helm v3"
description: "migrate and cleanup Helm v2 configuration and releases in-place to Helm v3"
command: "$HELM_PLUGIN_DIR/bin/2to3"
Expand Down

0 comments on commit adbe1ec

Please sign in to comment.