Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Use kubernetes-1.11.3 (#143)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Sep 13, 2018
1 parent 89ccb90 commit db809b8
Show file tree
Hide file tree
Showing 105 changed files with 9,075 additions and 9,562 deletions.
49 changes: 28 additions & 21 deletions glide.lock

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

18 changes: 11 additions & 7 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ import:
- package: github.com/golang/protobuf
version: v1.0.0
- package: github.com/grpc-ecosystem/go-grpc-middleware
version: master
repo: https://github.com/tamalsaha/go-grpc-middleware.git
vcs: git
version: master
- package: github.com/grpc-ecosystem/go-grpc-prometheus
version: v1.1
- package: github.com/grpc-ecosystem/grpc-gateway
version: v1.3.1-ac
repo: https://github.com/appscode/grpc-gateway.git
vcs: git
version: v1.3.1-ac
- package: github.com/jpillora/go-ogle-analytics
- package: github.com/pkg/errors
version: v0.8.0
Expand All @@ -27,20 +27,24 @@ import:
- package: github.com/spf13/cobra
version: v0.0.3
- package: github.com/spf13/pflag
version: v1.0.2
version: v1.0.1
- package: github.com/xeipuuv/gojsonschema
- package: golang.org/x/net
- package: google.golang.org/genproto
- package: google.golang.org/grpc
version: v1.9.2
- package: k8s.io/api
version: kubernetes-1.11.0
version: kubernetes-1.11.3
- package: k8s.io/apimachinery
version: kubernetes-1.11.0
repo: https://github.com/pharmer/apimachinery.git
vcs: git
version: release-1.11.3
- package: k8s.io/client-go
version: v8.0.0
repo: https://github.com/pharmer/client-go.git
vcs: git
version: release-1.11.3
- package: k8s.io/helm
repo: https://github.com/appscode/helm.git
version: 2.10.0-ac
- package: github.com/json-iterator/go
version: v1.1.5
version: 1.1.5
2 changes: 1 addition & 1 deletion pkg/release/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func downloadFile(repo chartInfo, filePath string, replace bool) error {

u, err := urllib.Parse(repo.ChartURL)
if err != nil {
log.Infoln("failed to parse url. reason: %s", err)
log.Infof("failed to parse url. reason: %s", err)
return err
}

Expand Down
55 changes: 55 additions & 0 deletions vendor/github.com/appscode/go/encoding/json/types/array_or_int.go

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

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

33 changes: 33 additions & 0 deletions vendor/github.com/appscode/go/encoding/json/types/bool_yo.go

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

2 changes: 2 additions & 0 deletions vendor/github.com/appscode/go/encoding/json/types/doc.go

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

Loading

0 comments on commit db809b8

Please sign in to comment.