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 to Kubernetes 1.11 #447

Merged
merged 2 commits into from
Dec 18, 2018

Conversation

markmandel
Copy link
Member

Now we have >= 1.11 support across cloud providers, we can finally update client-go to provide extra features.

This updated client-go to 8.0.0 this includes Status API on the clients so we can take advantage of it - which should ideally give us a performance boost.

Please note: this will mean that our required Kubernetes version will now be 1.11+, I think this is acceptable now it has penetration across cloud providers, but feedback appreciated.

Also took the opportunity to upgrade logrus, errors, testify as well.

This makes #329 possible.

Now we have >= 1.11 support across cloud providers, we can finally update
client-go to provide extra features.

This updated client-go to 8.0.0 this includes Status API on the clients
so we can take advantage of it - which should ideally give us a performance boost.

*Please note:* this will mean that our required Kubernetes version will now be 1.11+,
I think this is acceptable now it has penetration across cloud providers, but
feedback appreciated.

Also took the opportunity to upgrade logrus, errors, testify as well.
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/breaking Breaking change labels Dec 17, 2018
@markmandel markmandel added this to the 0.7.0 milestone Dec 17, 2018
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7c729e42-13f3-449e-b97d-c89c6de24a78

The following development artifacts have been built, and will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/447/head:pr_447 && git checkout pr_447
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.7.0-9e5a4c1

@markmandel
Copy link
Member Author

Things the move to 1.11 will make possible across the board:

@cyriltovena
Copy link
Collaborator

LGTM!

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 1b6fd29e-9be0-481b-8f5a-d9a66fb9e7be

The following development artifacts have been built, and will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/447/head:pr_447 && git checkout pr_447
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.7.0-8bca863

1 similar comment
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 1b6fd29e-9be0-481b-8f5a-d9a66fb9e7be

The following development artifacts have been built, and will exist for the next 30 days:

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/447/head:pr_447 && git checkout pr_447
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.7.0-8bca863

@markmandel markmandel merged commit 4a936cf into googleforgames:master Dec 18, 2018
@markmandel markmandel deleted the upgrade/k8s-1.11 branch December 18, 2018 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/breaking Breaking change kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants