Skip to content

Commit

Permalink
update depedencies helm 2.9.0, client-go 7.0.0 and terraform 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Apr 30, 2018
1 parent 6745dea commit c50236f
Show file tree
Hide file tree
Showing 17,608 changed files with 914,626 additions and 1,898,281 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
456 changes: 299 additions & 157 deletions Gopkg.lock

Large diffs are not rendered by default.

33 changes: 9 additions & 24 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,32 +1,13 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"

[prune]
go-tests = true

[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"

[[constraint]]
name = "github.com/hashicorp/terraform"
version = "0.11.2"
version = "0.11.7"

[[constraint]]
branch = "master"
Expand All @@ -42,8 +23,12 @@

[[constraint]]
name = "k8s.io/client-go"
version = "6.0.0"
version = "7.0.0"

[[constraint]]
name = "k8s.io/helm"
version = "2.7.2"
version = "2.9.0"

[[override]]
name = "github.com/russross/blackfriday"
version = "1.5.1"
4 changes: 3 additions & 1 deletion helm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
// Import to initialize client auth plugins.
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/helm/cmd/helm/installer"
Expand Down Expand Up @@ -53,7 +55,7 @@ func Provider() terraform.ResourceProvider {
"tiller_image": {
Type: schema.TypeString,
Optional: true,
Default: "gcr.io/kubernetes-helm/tiller:v2.7.2",
Default: "gcr.io/kubernetes-helm/tiller:v2.9.0",
Description: "Tiller image to install. If Tiller is not already installed.",
},
"service_account": {
Expand Down
1 change: 1 addition & 0 deletions vendor/cloud.google.com/go/CONTRIBUTORS

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

129 changes: 88 additions & 41 deletions vendor/cloud.google.com/go/README.md

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

49 changes: 0 additions & 49 deletions vendor/cloud.google.com/go/authexample_test.go

This file was deleted.

7 changes: 6 additions & 1 deletion vendor/cloud.google.com/go/bigquery/bigquery.go

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

15 changes: 10 additions & 5 deletions vendor/cloud.google.com/go/bigquery/copy.go

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

Loading

0 comments on commit c50236f

Please sign in to comment.