Skip to content

Commit d287e3e

Browse files
committed
Bump Helm to v2.10.0
Ran `glide update` and `glide install --strip-vendor`, followed by manual changes to `glide.lock` to revert `k8s.io/*` pkg versions to those seen in helm's glide.lock https://github.com/helm/helm/blob/cc7cc1087f586f64d0b0d08aa516a003ced2d85b/glide.lock#L457 to avoid build errors. Resolves #81
1 parent c17ec6b commit d287e3e

File tree

3 files changed

+209
-10
lines changed

3 files changed

+209
-10
lines changed

glide.lock

Lines changed: 197 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ import:
55
- package: github.com/spf13/pflag
66
version: 583c0c0531f06d5278b7d917446061adc344b5cd
77
- package: k8s.io/helm
8-
version: v2.9.0
9-
#taken from k8s.io/helm hlide.yaml
8+
version: v2.10.0
9+
subpackages:
10+
- pkg/downloader
11+
- pkg/getter
12+
- pkg/helm/environment
13+
- pkg/helm/helmpath
14+
- pkg/nstrvals
15+
- pkg/helm
16+
- pkg/tlsutil
17+
- pkg/proto/hapi/release
18+
#taken from k8s.io/helm glide.yaml
1019
- package: k8s.io/api
1120
version: release-1.10
1221
- package: k8s.io/apimachinery

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "diff"
22
# Version is the version of Helm plus the number of official builds for this
33
# plugin
4-
version: "2.9.0+2"
4+
version: "2.10.0+1"
55
usage: "Preview helm upgrade changes as a diff"
66
description: "Preview helm upgrade changes as a diff"
77
useTunnel: true

0 commit comments

Comments
 (0)