Skip to content

Commit

Permalink
Update to Helm 3.5.3 (#709)
Browse files Browse the repository at this point in the history
* Update to Helm 3.5.2

Fixes #677

* go mod tidy

* Update to Helm v3.5.3

Co-authored-by: Alex Somesan <alex.somesan@gmail.com>
  • Loading branch information
lawliet89 and alexsomesan authored Mar 24, 2021
1 parent f20e7b0 commit 30fb5af
Show file tree
Hide file tree
Showing 1,441 changed files with 109,393 additions and 37,527 deletions.
16 changes: 9 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@ module github.com/hashicorp/terraform-provider-helm
go 1.16

require (
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.4
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/pkg/errors v0.9.1
helm.sh/helm/v3 v3.3.4
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.8
helm.sh/helm/v3 v3.5.3
k8s.io/api v0.20.2
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
k8s.io/klog v1.0.0
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)

replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.3+incompatible
// See https://github.com/helm/helm/issues/9354
replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
)
387 changes: 176 additions & 211 deletions go.sum

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions vendor/github.com/Azure/go-autorest/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 30fb5af

Please sign in to comment.