Skip to content
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

Update Kubernetes to 1.13.2 #28

Merged
merged 2 commits into from
Jan 22, 2019
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
154 changes: 118 additions & 36 deletions glide.lock

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

6 changes: 3 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import:
version: ^1.0.0
- package: github.com/golang/glog
- package: github.com/spf13/pflag
version: ^1.0.0
version: ^1.0.3
- package: k8s.io/apiserver
version: kubernetes-1.10.0
version: kubernetes-1.13.2
subpackages:
- pkg/authentication/authenticator
- pkg/authentication/authenticatorfactory
Expand All @@ -15,7 +15,7 @@ import:
- pkg/authorization/authorizerfactory
- pkg/util/flag
- package: k8s.io/client-go
version: ^6.0.0
version: kubernetes-1.13.2
subpackages:
- kubernetes
- kubernetes/typed/authentication/v1beta1
Expand Down
Loading