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:
5
5
- package : github.com/spf13/pflag
6
6
version : 583c0c0531f06d5278b7d917446061adc344b5cd
7
7
- 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
10
19
- package : k8s.io/api
11
20
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
12
30
- package : k8s.io/apimachinery
13
- version : release-1.10
31
+ version : f6313580a4d36c7c74a3d845dda6e116642c4f90
32
+ - package : k8s.io/apiserver
33
+ version : f7914ed3085badf66a1b6f3a5218ada28f7bd084
14
34
- package : google.golang.org/grpc
15
35
version : 1.7.2
16
36
- package : golang.org/x/net
Original file line number Diff line number Diff line change 1
1
name : " diff"
2
2
# Version is the version of Helm plus the number of official builds for this
3
3
# plugin
4
- version : " 2.9 .0+3 "
4
+ version : " 2.10 .0+1 "
5
5
usage : " Preview helm upgrade changes as a diff"
6
6
description : " Preview helm upgrade changes as a diff"
7
7
useTunnel : true
You can’t perform that action at this time.
0 commit comments