Skip to content

Commit

Permalink
update dependencies to fix goreleaser on freebsd/arm64 (#53)
Browse files Browse the repository at this point in the history
* fix goreleaser deprecation

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>

* update dependencies to make compilabel on all platforms

Signed-off-by: Nandor Kracser <bonifaido@gmail.com>
  • Loading branch information
bonifaido authored Aug 12, 2020
1 parent e9c3926 commit 38a7667
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 111 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ release:
changelog:
skip: true
brews:
- github:
owner: banzaicloud
name: homebrew-tap
- tap:
owner: banzaicloud
name: homebrew-tap
folder: Formula
homepage: https://banzaicloud.com/
description: Kubernetes Terraform provider with support for raw manifests
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,12 @@ The following arguments are supported:
* `args` - (Optional) List of arguments to pass when executing the plugin.
* `env` - (Optional) Map of environment variables to set when executing the plugin.

## Release

```bash
gpg --fingerprint $MY_EMAIL
export GPG_FINGERPRINT="THEF FING ERPR INTO OFTH EPUB LICK EYOF YOU!"
goreleaser release --rm-dist -p 2
```

[kubernetes-provider]: https://www.terraform.io/docs/providers/kubernetes/index.html
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ module github.com/banzaicloud/terraform-provider-k8s
go 1.13

require (
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/hashicorp/terraform-plugin-sdk v1.15.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
go.uber.org/zap v1.10.0 // indirect
google.golang.org/grpc v1.23.1 // indirect
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
k8s.io/kubectl v0.17.2
sigs.k8s.io/controller-runtime v0.4.0
github.com/mitchellh/mapstructure v1.3.3
go.uber.org/zap v1.15.0 // indirect
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
k8s.io/kubectl v0.18.6
sigs.k8s.io/controller-runtime v0.6.2
)
Loading

0 comments on commit 38a7667

Please sign in to comment.