From adbe1eccfbde6aafe78a55991cbce44f5ff4b70c Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Mon, 15 Jul 2024 16:52:42 +0100 Subject: [PATCH] Update version for new release Also, set the token for goreleaser to be able to run on the repo Signed-off-by: Martin Hickey --- .goreleaser.yml | 1 + plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index d26ed18..a6162dd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,6 +3,7 @@ builds: binary: 2to3 env: - CGO_ENABLED=0 + - GITHUB_TOKEN: ${{ secrets.GO_RELEASER_TOKEN }} goos: - darwin - linux diff --git a/plugin.yaml b/plugin.yaml index d388bd3..0aac333 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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"