Skip to content

Commit 9f8c0d8

Browse files
authored
Merge pull request #82 from mumoshu/helm-2.10
Bump Helm to v2.10.0
2 parents d8eafd7 + 5530adc commit 9f8c0d8

File tree

3 files changed

+221
-11
lines changed

3 files changed

+221
-11
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: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,32 @@ 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
21+
# The k8s pkg is there due to the ustream bug
22+
# https://github.com/helm/helm/pull/4499
23+
# This should be pointed to our own fork, and then removed after the issue is resolved.
24+
- package: k8s.io/kubernetes
25+
version: 32ac1c9073b132b8ba18aa830f46b77dcceb0723
26+
# The two packages below were expected to have `version: release-1.10`,
27+
# but it ended up vendoring versions of pkgs newer than those in helm's glide.lock
28+
# https://github.com/helm/helm/blob/cc7cc1087f586f64d0b0d08aa516a003ced2d85b/glide.lock#L400-L458
29+
# See #82 for more information
1230
- package: k8s.io/apimachinery
13-
version: release-1.10
31+
version: f6313580a4d36c7c74a3d845dda6e116642c4f90
32+
- package: k8s.io/apiserver
33+
version: f7914ed3085badf66a1b6f3a5218ada28f7bd084
1434
- package: google.golang.org/grpc
1535
version: 1.7.2
1636
- package: golang.org/x/net

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+3"
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)