Commit graph

16 commits

Author SHA1 Message Date
Adam Reese
c235470e59
fix(cmd/helm): upgrade go-shellwords
Removes workaround introduced in #7323

Signed-off-by: Adam Reese <adam@reese.io>
2020-02-25 10:42:20 -08:00
Rui Chen
2a74212991 ref(go.mod): k8s api 0.17.3
Signed-off-by: Rui Chen <chenrui333@gmail.com>
2020-02-13 12:23:14 -05:00
Josh Dolitsky
7ce29e12fa
ref(go.mod): oras v0.8.1 (#6862)
* ref(go.mod): oras v0.8.1

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>

* update various module versions

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>

* upgrade oras v0.8.1

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>

* upgrade to oras 0.8.1 release

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>

* lock to oras release (0.8.1)

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
2020-02-04 13:54:13 -06:00
Martin Hickey
45d986327a
Tidy up go dependencies (#7494)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2020-01-30 12:00:57 +00:00
Lee Bontecou
e483dce289
fix(template): helm template "--show-only" flag producing duplicates when flag used more than once (#7204)
* bugfix template show-only duplicates

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* 7203 - add unittests

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* attempt formatting fix

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* gofmt-ed with -s

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* goimports-ed with -local helm.sh/helm/v3 and gofmt-ed with -s -w

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* Update template_test.go

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>

* Update template_test.go

Signed-off-by: Lee Bontecou <lbontecou@thezebra.com>
2020-01-30 11:24:09 +00:00
Joe Lanford
c365c8dcdc go.mod,go.sum: bump to k8s v1.17.1
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
2020-01-15 12:00:33 -05:00
Joe Lanford
6f11334d61 go.mod,go.sum: bump Kubernetes dependencies 1.17.0
Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
2020-01-10 12:05:59 -05:00
Matthew Fisher
1230df8822
chore(go.sum): run go mod tidy
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-01-08 09:46:14 -08:00
Matt Farina
1efdd2ed62
Updating to sprig 3.0.2 to bring in a bugfix
Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-12-13 13:33:36 -05:00
Adam Reese
712c90fd82
ref(go.mod): kubernetes 1.16.2
Signed-off-by: Adam Reese <adam@reese.io>
2019-10-28 13:45:51 -07:00
Martin Hickey
d495f06d15
Update containerd dependency from beta to release (#6773)
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-10-25 11:10:18 +01:00
John Howard
7a22cb88d9 Drop dependency on k8s.io/kubernetes (#6609)
* Drop dependency on k8s.io/kubernetes

https://github.com/helm/helm/issues/6606

Depending on k8s.io/kubernetes is not recommended by Kubernetes, and
forces dependencies of Helm to also depend on them. We are only using
this dependency in one relatively isolated occurance, which can be
easily copied over rather than depending on the entire Kubernetes.

Copying this code is not very desirable, so if we don't want to have
this duplication we can at least use this PR as a PoC and see if we can
get Kubernetes to publish the controller package as a separate Go module
(see
https://github.com/kubernetes/kubernetes/issues/79384#issuecomment-538740756)

Signed-off-by: John Howard <howardjohn@google.com>

* Move to internal

Signed-off-by: John Howard <howardjohn@google.com>

* Exclude third_party from validate-license.sh

Signed-off-by: John Howard <howardjohn@google.com>
2019-10-11 14:13:25 +01:00
Adam Reese
ec870d0a3d
fix(go.mod): run go mod tidy
Signed-off-by: Adam Reese <adam@reese.io>
2019-10-09 16:53:25 -07:00
Matt Farina
9bc7934f35
Updating the module for v3 as the major version
Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-10-03 14:27:05 -04:00
Matt Farina
967f4fed42
Update dependencies
* Kubernetes updated to 1.16.1
* SemVer and Sprig updated to latest releases that leverage go
  modules
* Tests and checks updated. These already landed in v2 via PR 6457

Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-10-03 13:49:07 -04:00
Matt Farina
e3137d106a
Migrating dependency management to go modules
Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-10-03 12:04:14 -04:00