-
Notifications
You must be signed in to change notification settings - Fork 811
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
Move ContainerPortAllocation to beta #1577
Move ContainerPortAllocation to beta #1577
Conversation
Build Succeeded 👏 Build Id: aa561f25-8294-4c05-94d2-c5e4cb0bcf79 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:
|
@@ -29,15 +29,15 @@ The current set of `alpha` and `beta` feature gates are: | |||
|--------------|---------|---------|-------|-------| | |||
| Multicluster Allocation<sup>*</sup> | N/A | Enabled | `Alpha` | 0.11.0 | | |||
| Example Gate (not in use) | `Example` | Disabled | None | 0.13.0 | | |||
| [Port Allocations to Multiple Containers]({{< ref "/docs/Reference/gameserver.md" >}}) | `ContainerPortAllocation` | Disabled | `Alpha` | 1.5.0 | | |||
| [Port Allocations to Multiple Containers]({{< ref "/docs/Reference/gameserver.md" >}}) | `ContainerPortAllocation` | Enabled | `Beta` | 1.7.0 | | |||
{{% /feature %}} | |||
|
|||
{{% feature publishVersion="1.6.0" %}} |
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.
Here should be a new version, but let's wait until the release.
{{% feature publishVersion="1.6.0" %}} | |
{{% feature publishVersion="1.7.0" %}} |
This should be held until after the 1.6 release since it missed the RC. |
Fixed! |
d54f0d5
to
b613502
Compare
Build Succeeded 👏 Build Id: 01c3a9c4-0fa7-4b2c-a58c-d92b51b531d9 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:
|
12f48bf
to
cdffa2f
Compare
Build Succeeded 👏 Build Id: 3c6fa636-40bb-41e8-800e-1694868b152a 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:
|
Build Failed 😱 Build Id: 196abec0-f565-4d23-8eeb-0ecdcec23314 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
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.
One small thing, but outside of that, this looks good 👍
cdffa2f
to
51f5f10
Compare
Build Succeeded 👏 Build Id: 3d5add6f-ead9-4340-8185-d18810952f0f 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:
|
Should Line 62 in 51f5f10
(Maybe this should only be Alpha features, and be renamed?) Otherwise, how do we know if a beta feature is going to stay on by default? |
51f5f10
to
59f486f
Compare
Good suggestion. Updated Makefile. |
Build Failed 😱 Build Id: 6b7a06c9-5d24-4a80-8285-40551ee86e6b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
59f486f
to
3c5d772
Compare
Build Succeeded 👏 Build Id: c98ce74a-119f-45bc-8007-96b7ee1908c8 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:
|
Found a couple more spots: (Should probably move this to the Stage/FeatueFlag syntax we use below) I think that's the last bit though! |
40eca70
to
2d2e9dd
Compare
Build Failed 😱 Build Id: ed2ff499-2fac-4889-bb3d-61b38200cd02 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
2b24c44
to
b3e1d5d
Compare
Build Failed 😱 Build Id: fa1426c6-ab0d-4d28-879e-a13633cabc70 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Heh, going to need to run |
647493d
to
ae4dba0
Compare
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.
🙌
added comments
leave only alpha features in makefile
ae4dba0
to
4f3a83e
Compare
Build Succeeded 👏 Build Id: 79c486e4-d1f1-4ac4-b136-8bebecc18a9d 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:
|
@aLekSer waiting on your approval! 😃 Can't merge since you requested changes. |
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.
Fine with me, I will update make gcloud-terraform-install
in a separate PR to be in sync with make install
.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akremsa, aLekSer, markmandel 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 |
* site doc update * enable FeatureContainerPortAllocation added comments * conflict fix * applied review note leave only alpha features in makefile * review notes * regenerated site html * Updated features-stages.md fix * updated agones html Co-authored-by: Mark Mandel <markmandel@google.com>
What type of PR is this?
What this PR does / Why we need it:
Move ContainerPortAllocation to beta
Which issue(s) this PR fixes:
Closes #1563
Special notes for your reviewer:
Two tables with features are not visible here:
https://agones.dev/site/docs/guides/feature-stages/
Checked with Chrome and Safari.
But they are visible if I build the site locally.