-
Notifications
You must be signed in to change notification settings - Fork 828
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
v1.21.0-rc #2470
v1.21.0-rc #2470
Conversation
Co-authored-by: Mark Mandel <markmandel@google.com>
…to release/1.21.0-rc
Build Failed 😱 Build Id: 923c26ab-32d7-4b62-a292-2548086370fe To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: f86187c7-49f6-4a94-80a5-87d99caed440 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 2fa9de92-561c-4f1f-995a-098004fe7a92 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
LGTM 👍🏻
Please feel free to merge when you are ready to move on to the next steps. (I think you can? If not, ping me and I will push the button).
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.
LGTM except for the nodejs package-lock.json file, which needs to be fixed before this PR gets merged.
sdks/nodejs/package-lock.json
Outdated
@@ -2514,6 +2514,51 @@ | |||
"engines": { | |||
"node": ">=10" | |||
} | |||
======= |
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.
This file looks like it has merge conflicts in it. Please make sure you are using nodejs 16 when running the command (or alternately just edit the version line by hand).
See #2465
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 shoot, I thought this was fixed last night. Thanks for picking that up, I missed it late at night.
|
||
This is a big bug fix release! | ||
|
||
Not only did we fix a tonne of flaky tests (which will make contributing easier), but also solved lots of tricky bugs in the process. This includes fixes to the alpha Fleet Autoscaling custom syncing, as well as quality of life improvements where we now validate `metadata` patches on `GameServerAllocation`. |
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.
nit: s/tonne/ton
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.
Is it an imperial ton or metric ton (tonne) though, and in the latter case should we use the SI unit of megagrams instead? :P
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.
Build Succeeded 👏 Build Id: b5750fb5-8b95-4d72-a789-70e2c72dc585 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey, SaitejaTamma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
That looks better 👍🏻 |
Double checked the package-lock.json and looks good |
What type of PR is this?
/kind release
What this PR does / Why we need it:
v1.20.0-rc
Which issue(s) this PR fixes:
#2469
Special notes for your reviewer: