Skip to content

Commit f1e3f51

Browse files
committed
update to helm 2.8.0
1 parent 04c4caf commit f1e3f51

File tree

3 files changed

+43
-13
lines changed

3 files changed

+43
-13
lines changed

glide.lock

Lines changed: 32 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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
package: github.com/databus23/helm-diff
22
import:
3-
- package: github.com/spf13/cobra
4-
version: f62e98d28ab7ad31d707ba837a966378465c7b57
5-
- package: github.com/spf13/pflag
6-
version: 9ff6c6923cfffbcd502984b8e0c80539a94968b7
73
- package: k8s.io/helm
8-
version: v2.7.0
4+
version: v2.8.0
5+
#taken from k8s.io/helm hlide.yaml
6+
- package: k8s.io/api
7+
version: kubernetes-1.9.2
8+
- package: k8s.io/apimachinery
9+
version: kubernetes-1.9.2
10+
- package: google.golang.org/grpc
11+
version: 1.7.2
12+
- package: golang.org/x/net
13+
version: 1c05540f6879653db88113bc4a2b70aec4bd491f

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.7.0+1"
4+
version: "2.8.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)