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

Commit

Permalink
Update Helm v3 release (#180)
Browse files Browse the repository at this point in the history
* Update Helm v3 release

Signed-off-by: rimas <[email protected]>

* Update golang and goreleaser versions

Signed-off-by: rimas <[email protected]>

* Update goreleaser config

Signed-off-by: rimas <[email protected]>
  • Loading branch information
rimusz authored Feb 2, 2021
1 parent 39acf1d commit 7af84b0
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
shellcheck -x scripts/install_plugin.sh
untagged-build:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.15
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
Expand All @@ -22,14 +22,14 @@ jobs:
- run: make build
tagged-build:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.15
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
working_directory: /go/src/github.com/helm/helm-2to3
steps:
- checkout
- run: curl -sL https://raw.githubusercontent.com/goreleaser/get/master/get | VERSION=v0.117.2 bash
- run: curl -sL https://raw.githubusercontent.com/goreleaser/get/master/get | VERSION=v0.155.0 bash
workflows:
version: 2
untagged-build:
Expand Down
17 changes: 9 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ builds:
goarch:
- amd64
- arm64
archive:
format: tar.gz
files:
- README.md
- LICENSE
- plugin.yaml
- completion.yaml
- scripts/install_plugin.sh
archives:
- id: archive
format: tar.gz
files:
- README.md
- LICENSE
- plugin.yaml
- completion.yaml
- scripts/install_plugin.sh
checksum:
name_template: 'checksums.txt'
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ go 1.15

require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.4.3
github.com/maorfr/helm-plugin-utils v0.0.0-20200827170302-51b70049c73f
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/ugorji/go v1.1.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
helm.sh/helm/v3 v3.4.2
k8s.io/apimachinery v0.19.4
helm.sh/helm/v3 v3.5.1
k8s.io/apimachinery v0.20.2
k8s.io/helm v2.17.0+incompatible
)

Expand Down
Loading

0 comments on commit 7af84b0

Please sign in to comment.