File tree Expand file tree Collapse file tree 3 files changed +221
-11
lines changed Expand file tree Collapse file tree 3 files changed +221
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : " 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 "
55usage : " Preview helm upgrade changes as a diff"
66description : " Preview helm upgrade changes as a diff"
77useTunnel : true
You can’t perform that action at this time.
0 commit comments