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

Release v1.22.0 rc #2519

Merged
merged 9 commits into from
Mar 24, 2022
Merged

Conversation

SaitejaTamma
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug
/kind cleanup
/kind documentation
/kind feature
/kind hotfix

/Kind Release

What this PR does / Why we need it:
v1.22.0-rc
Which issue(s) this PR fixes:
Closes #2518

Special notes for your reviewer:

@SaitejaTamma SaitejaTamma added the kind/release Checklist for a release label Mar 23, 2022
@SaitejaTamma SaitejaTamma added this to the 1.22.0 milestone Mar 23, 2022
@SaitejaTamma SaitejaTamma requested review from roberthbailey, cindy52 and markmandel and removed request for steven-supersolid and pooneh-m March 23, 2022 00:32
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: efac5650-d735-44e9-89df-79d41f345f1a

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

This PR doesn't look right. It has a commit for "static TCPUDP support for the container ports" in it which should be a separate PR (and was in #2505).

Can you make sure that this PR is just a single commit for the RC changes on top of the main branch?

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: d6f84c3d-7808-4237-89c0-8779dceebaf2

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 24831f12-59d2-47d8-ae63-6b6cdd9b0416

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: d5c003de-5304-4a7e-b137-60e5268782cc

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

It looks like you need to re-generate install.yaml.

@google-oss-prow google-oss-prow bot added size/L and removed size/XL labels Mar 23, 2022
Copy link
Member

@roberthbailey roberthbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address the comments on the 1.22.0-rc blog post page.

site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
site/content/en/blog/releases/1.22.0-rc Outdated Show resolved Hide resolved
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 62fdc4ac-4975-47a0-9b98-dd74e2436e9e

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-fa17747

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 07906804-985b-4a71-83c6-3f9015ede086

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-07ac020

**Implemented enhancements:**

- Add a multi-cluster allocation example solution to leverage GCP resources to connect to multiple Agones clusters [\#2495](https://github.com/googleforgames/agones/issues/2495)
- Support Agones on ARM systems [\#2216] (https://github.com/googleforgames/agones/issues/2216)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reopened this issue, since it was accidentally closed. This work is not yet complete, it's only been started.

We should remove this line from the release notes and Changelog (if the Changelog was run before I reopened the issue).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed this was resolved, but it looks like the ARM issue (#2216) is still listed here and on the CHANGELOG as completed, when it's not. Maybe you removed a different one? (Apologies if I wasn't clear).

Co-authored-by: Mark Mandel <markmandel@google.com>
@google-oss-prow google-oss-prow bot removed the lgtm label Mar 23, 2022
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: b1eeb335-6bdd-4c0a-aaad-271447a3cc8a

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-9fcdec0

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 5eb69499-6f08-4c65-86a1-358cb71388ca

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-1c68b24

Copy link
Member

@roberthbailey roberthbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new release documentation isn't showing up on https://1c68b24-dot-preview-dot-agones-images.appspot.com/site/blog/ because the filename doesn't end with ".md" so the web server isn't interpreting it as a markdown page to display. Please rename 1.22.0-rc to 1.22.0-rc.md.

- Add Allocation Endpoint GCP solution for multi-cluster allocation to Agones examples [\#2499](https://github.com/googleforgames/agones/pull/2499) ([pooneh-m](https://github.com/pooneh-m))
- Add a tool that can run variable allocation load scenarios [\#2493](https://github.com/googleforgames/agones/pull/2493) ([roberthbailey](https://github.com/roberthbailey))
- updates for next release [\#2482](https://github.com/googleforgames/agones/pull/2482) ([SaitejaTamma](https://github.com/SaitejaTamma))

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add back the line

Documentation: https://development.agones.dev/site/

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: c3a94d89-70a4-423f-8214-dbd619667d36

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-0c127c6

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 1c20f870-3ef6-457e-b5f2-31fa14237ad7

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: fc8c93f1-f38f-4895-a964-3677da1b9097

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-0203d42

**Implemented enhancements:**

- Add a multi-cluster allocation example solution to leverage GCP resources to connect to multiple Agones clusters [\#2495](https://github.com/googleforgames/agones/issues/2495)
- Support Agones on ARM systems [\#2216] (https://github.com/googleforgames/agones/issues/2216)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line still needs to be removed from here.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f4695c7f-4b3c-4e47-bab5-e81700482dd1

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@roberthbailey
Copy link
Member

e2e flaked:

--- FAIL: TestFleetRollingUpdate (0.00s)
    --- FAIL: TestFleetRollingUpdate/Use_fleet_Patch_true_25%_cycle_true (102.40s)
        fleet_test.go:320: 
            	Error Trace:	fleet_test.go:320
            	Error:      	Condition never satisfied
            	Test:       	TestFleetRollingUpdate/Use_fleet_Patch_true_25%_cycle_true
FAIL

@google-oss-prow
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markmandel, roberthbailey, SaitejaTamma, steven-supersolid

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:
  • OWNERS [markmandel,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 06788fcd-eda0-468c-b285-d86af2653b29

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2519/head:pr_2519 && git checkout pr_2519
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.22.0-6a5eda1

@markmandel markmandel merged commit 3f00aa6 into googleforgames:main Mar 24, 2022
markmandel added a commit that referenced this pull request Apr 4, 2022
…ebhook (#2528)

* Release v1.22.0 rc (#2519)

* release v1.22.0-rc

* Re-generated Install.yaml

* Changes on new release.md file

* Update site/content/en/blog/releases/1.22.0-rc

Co-authored-by: Mark Mandel <markmandel@google.com>

* Changes

* updated and renamed the md file

* regenerated changelog file

* changes for md and changelog files

Co-authored-by: Mark Mandel <markmandel@google.com>

* Fix annotations

* Fix documentations

* Add custom secret

* Update documentations

* minor

Co-authored-by: SaitejaTamma <89424310+SaitejaTamma@users.noreply.github.com>
Co-authored-by: Mark Mandel <markmandel@google.com>
markmandel added a commit that referenced this pull request Apr 4, 2022
…ebhook (#2528)

* Release v1.22.0 rc (#2519)

* release v1.22.0-rc

* Re-generated Install.yaml

* Changes on new release.md file

* Update site/content/en/blog/releases/1.22.0-rc

Co-authored-by: Mark Mandel <markmandel@google.com>

* Changes

* updated and renamed the md file

* regenerated changelog file

* changes for md and changelog files

Co-authored-by: Mark Mandel <markmandel@google.com>

* Fix annotations

* Fix documentations

* Add custom secret

* Update documentations

* minor

Co-authored-by: SaitejaTamma <89424310+SaitejaTamma@users.noreply.github.com>
Co-authored-by: Mark Mandel <markmandel@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release 1.22.0-rc
5 participants