-
Notifications
You must be signed in to change notification settings - Fork 334
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
Release 1.8-rc1 #1587
Release 1.8-rc1 #1587
Conversation
* Update k8s.io packages (googleforgames#1531) * update supported version of k8s.io/client-go * update tutorial deps * add context * release changes for v1.7.0-rc.1
* release changes for v1.7.0 * tutorial changes for v1.7.0
…var as it's no longer needed post Golang 1.16
This reverts commit 461d7df.
Just checking if you want review yet or not, since conflicts + breaking build? |
Ready for review. I can't troubleshoot why the trigger check never passes (I don't have admin perms); AFAIK all it does is trigger the build, which /does/ complete and pass. No idea why the trigger never goes green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exciting!
…into release-1.8
If you need any assistance, I have experience in running the OpenMatch examples. I wasn't able to see any activity in logs after following the custom evaluator instructions. This is mostly related #1580 Additionally, some of the tutorial steps provide code for running multiple steps at the same time in the l command line or use newline indication which comes with it's own drawbacks dependent on the shell that it's ran in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
I had a quick look for the issue to be created for the e2e test you had to delete, and couldn't see it, but I may not be looking too hard as I run off to NEXT, so in case it's not there, please add it 😃
But otherwise, good to go!
@@ -48,23 +45,31 @@ | |||
|
|||
steps: | |||
- id: 'Docker Image: open-match-build' | |||
name: gcr.io/cloud-builders/docker | |||
args: ['build', '-t', 'gcr.io/$PROJECT_ID/open-match-build', '-f', 'Dockerfile.ci', '.'] | |||
name: gcr.io/kaniko-project/executor:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh nice use of kaniko. I might steal this.
Release Notes
Feature Highlights
sentinal
tosentinel
#1585 (denizsurmeli)Breaking Changes
Security Fixes
Enhancements
Usage Requirements
Tested against Kubernetes Version 1.24 and 1.25
Helm chart tested using Helm Version 3.12.3
Modifying Open Match core requires Golang Version >= v1.21
Will likely still need some changes to true up the examples, but I won't get around to testing them this week.