Skip to content

Bump Helm to v2.10.0 #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
204 changes: 197 additions & 7 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 23 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,32 @@ import:
- package: github.com/spf13/pflag
version: 583c0c0531f06d5278b7d917446061adc344b5cd
- package: k8s.io/helm
version: v2.9.0
#taken from k8s.io/helm hlide.yaml
version: v2.10.0
subpackages:
- pkg/downloader
- pkg/getter
- pkg/helm/environment
- pkg/helm/helmpath
- pkg/nstrvals
- pkg/helm
- pkg/tlsutil
- pkg/proto/hapi/release
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not entirely sure if this is good thing to do, but tried my best not to install unnecessary subpackages to vendor/ while building the project.

#taken from k8s.io/helm glide.yaml
- package: k8s.io/api
version: release-1.10
# The k8s pkg is there due to the ustream bug
# https://github.com/helm/helm/pull/4499
# This should be pointed to our own fork, and then removed after the issue is resolved.
- package: k8s.io/kubernetes
version: 32ac1c9073b132b8ba18aa830f46b77dcceb0723
# The two packages below were expected to have `version: release-1.10`,
# but it ended up vendoring versions of pkgs newer than those in helm's glide.lock
# https://github.com/helm/helm/blob/cc7cc1087f586f64d0b0d08aa516a003ced2d85b/glide.lock#L400-L458
# See #82 for more information
- package: k8s.io/apimachinery
version: release-1.10
version: f6313580a4d36c7c74a3d845dda6e116642c4f90
- package: k8s.io/apiserver
version: f7914ed3085badf66a1b6f3a5218ada28f7bd084
- package: google.golang.org/grpc
version: 1.7.2
- package: golang.org/x/net
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "diff"
# Version is the version of Helm plus the number of official builds for this
# plugin
version: "2.9.0+3"
version: "2.10.0+1"
usage: "Preview helm upgrade changes as a diff"
description: "Preview helm upgrade changes as a diff"
useTunnel: true
Expand Down