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 dependencies to support K8s 1.10.x #276

Merged
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
  •  
  •  
  •  
126 changes: 22 additions & 104 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@

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

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.9.2"
version = "kubernetes-1.10.4"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
2 changes: 1 addition & 1 deletion build/gke-test-cluster/cluster.yml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources:
cluster:
name: {{ properties["cluster.name"] }}
description: Test cluster for Agones
initialClusterVersion: 1.9.6-gke.1 # be specific until 1.9.x becomes default
initialClusterVersion: 1.10.4-gke.0 # be specific until 1.9.x becomes default
nodePools:
- name: "default"
initialNodeCount: {{ properties["cluster.nodePool.initialNodeCount"] }}
Expand Down
2 changes: 1 addition & 1 deletion install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ To install `gcloud` and `kubectl`, perform the following steps:
A [cluster][cluster] consists of at least one *cluster master* machine and multiple worker machines called *nodes*: [Compute Engine virtual machine][vms] instances that run the Kubernetes processes necessary to make them part of the cluster.

```bash
gcloud container clusters create [CLUSTER_NAME] --cluster-version=1.9 \
gcloud container clusters create [CLUSTER_NAME] --cluster-version=1.10 \
--no-enable-legacy-authorization \
--tags=game-server \
--enable-basic-auth \
Expand Down
5 changes: 0 additions & 5 deletions vendor/github.com/PuerkitoBio/purell/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/PuerkitoBio/purell/LICENSE

This file was deleted.

Loading