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

fix: typo #3808

Merged
merged 4 commits into from
May 2, 2024
Merged

fix: typo #3808

merged 4 commits into from
May 2, 2024

Conversation

skmpf
Copy link
Contributor

@skmpf skmpf commented Apr 26, 2024

What type of PR is this?

/kind cleanup

What this PR does / Why we need it:

Which issue(s) this PR fixes:

Closes #

Special notes for your reviewer:

Copy link

google-cla bot commented Apr 26, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added kind/cleanup Refactoring code, fixing up documentation, etc size/XS labels Apr 26, 2024
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 4770d55b-dff1-4d61-8b5b-6d138fd32c69

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

@markmandel
Copy link
Member

markmandel commented Apr 27, 2024

Oooh, yucky flake:

gke-autopilot-1.29: Logs are available at https://console.cloud.google.com/cloud-build/builds/fe57f789-9009-446e-9dd9-a0561d864ccf?project=258182270954

time="2024-04-26 13:56:06.796" level=info msg="Scaling fleet" fleet=simple-fleet-1.04pkjk patch="[{ \"op\": \"replace\", \"path\": \"/spec/replicas\", \"value\": 3 }]" scale=3
time="2024-04-26 13:56:06.835" level=info msg=Allocated gs=simple-fleet-1.08bh65-jdzcz-wwwt9
--- FAIL: TestFleetStrategyValidation (94.50s)
panic: runtime error: index out of range [0] with length 0 [recovered]
	panic: runtime error: index out of range [0] with length 0

goroutine 549 [running]:
testing.tRunner.func1.2({0x28fefa0, 0xc000775980})
	/usr/local/go/src/testing/testing.go:1545 +0x3f7
testing.tRunner.func1()
	/usr/local/go/src/testing/testing.go:1548 +0x716
panic({0x28fefa0?, 0xc000775980?})
	/usr/local/go/src/runtime/panic.go:920 +0x270
agones.dev/agones/test/e2e.TestFleetStrategyValidation.func1({0x2d9ef20?, 0xc00074e960?})
	/go/src/agones.dev/agones/test/e2e/fleet_test.go:109 +0x375
agones.dev/agones/test/e2e.TestFleetStrategyValidation(0xc0006cb860)
	/go/src/agones.dev/agones/test/e2e/fleet_test.go:117 +0x6d7
testing.tRunner(0xc0006cb860, 0x2b21c30)
	/usr/local/go/src/testing/testing.go:1595 +0x262
created by testing.(*T).Run in goroutine 1
	/usr/local/go/src/testing/testing.go:1648 +0x846
FAIL test/e2e.TestFleetStrategyValidation (94.50s)
FAIL test/e2e

I'm guessing something to do with feature flag flipping in a test.

Restarting test.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: f2e71055-3f4e-442e-9dd3-058ee1e642db

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

@markmandel
Copy link
Member

gke-autopilot-1.29 might be being grumpy again.

Error: UPGRADE FAILED: release agones failed, and has been rolled back due to atomic being set: timed out waiting for the condition
make: *** [Makefile:428: install] Error 1

One more time retry, if not, might have to pop back in and clean up the cluster.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 1068125a-05bc-4736-b47f-ee08cf25c679

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/3808/head:pr_3808 && git checkout pr_3808
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.41.0-dev-cd5b323-amd64

@zmerlynn zmerlynn enabled auto-merge (squash) April 30, 2024 21:12
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: 5e6467b5-a82b-4ce3-8cc1-f26140d79886

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

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: dbaac113-60f5-49ad-8832-47b1ee1b9d48

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

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: d19659d4-c701-4575-b2e2-535a67a26b37

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/3808/head:pr_3808 && git checkout pr_3808
  • helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.41.0-dev-5583063-amd64

@zmerlynn zmerlynn merged commit ab930d0 into googleforgames:main May 2, 2024
4 checks passed
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Jun 8, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [agones](https://agones.dev)
([source](https://github.com/googleforgames/agones)) | minor |
`1.40.0` -> `1.41.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleforgames/agones (agones)</summary>

###
[`v1.41.0`](https://github.com/googleforgames/agones/blob/HEAD/CHANGELOG.md#v1410-2024-06-04)

[Compare
Source](https://github.com/googleforgames/agones/compare/v1.40.0...v1.41.0)

[Full
Changelog](https://github.com/googleforgames/agones/compare/v1.40.0...v1.41.0)

**Implemented enhancements:**

- Configure Allocator Status Code by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3782
- Graduate Counters and Lists to Beta by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3801
- Passthrough autopilot - Adds an AutopilotPassthroughPort Feature Gate
and new pod label by [@&#8203;vicentefb](https://github.com/vicentefb)
in
[googleforgames/agones#3809
- CountsAndLists: Move to Beta Protobuf by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3806
- feat: support multiple port ranges by
[@&#8203;nrwiersma](https://github.com/nrwiersma) in
[googleforgames/agones#3747
- Changes `sdk-server` to Patch instead of Update by
[@&#8203;igooch](https://github.com/igooch) in
[googleforgames/agones#3803
- Generate grpc for nodejs from alpha to beta by
[@&#8203;lacroixthomas](https://github.com/lacroixthomas) in
[googleforgames/agones#3825
- Update CountsAndLists from Alpha to Beta by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3824
- feat(gameserver): New DirectToGameServer PortPolicy allows direct
traffic to a GameServer by
[@&#8203;daniellee](https://github.com/daniellee) in
[googleforgames/agones#3807
- Passthrough autopilot - Adds mutating webhook by
[@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3833
- Passthrough autopilot - added ports array case and updated unit tests
by [@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3842
- Nodejs counters and lists by
[@&#8203;steven-supersolid](https://github.com/steven-supersolid) in
[googleforgames/agones#3726
- Promote AutopilotPassthroughPort feature gate to Alpha by
[@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3849

**Fixed bugs:**

- Helm Param Update: Default to agones.controller if agones.extensions
is Missing by [@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84)
in
[googleforgames/agones#3773
- fix: rollout strategy issues by
[@&#8203;nrwiersma](https://github.com/nrwiersma) in
[googleforgames/agones#3762
- Set Minimum Buffer Size to 1 by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3749
- Pin ltsc2019 to older SHA by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3829
- TestGameServerAllocationDuringMultipleAllocationClients: Readdress
flake by [@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3831
- Refactor finalizer name to include valid domain name and path by
[@&#8203;indexjoseph](https://github.com/indexjoseph) in
[googleforgames/agones#3840
- agones-{extensions,allocator}: Be more defensive about draining by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3839
- agones-{extensions,allocator}: Pause after cancelling context by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3843
- Change the line to modify in Quickstart: Edit a Game Server by
[@&#8203;peterzhongyi](https://github.com/peterzhongyi) in
[googleforgames/agones#3844

**Other:**

- Prep for Release v1.41.0 by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3800
- Update site documentation to reflect firewall prefix and default to
Autopilot cluster creation for Agones by
[@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3769
- Add a System Diagram and overview page by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3792
- Update Side Menu: Preserve and Restore Scroll Position by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3805
- fix: typo by [@&#8203;skmpf](https://github.com/skmpf) in
[googleforgames/agones#3808
- Helm Config: Add httpUnallocatedStatusCode in Allocator Service by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3802
- Update Docs: CountersAndLists to Beta by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3810
- Disable Dev feature FeatureAutopilotPassthroughPort by
[@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3815
- Disable FeatureAutopilotPassthroughPort in features.go by
[@&#8203;vicentefb](https://github.com/vicentefb) in
[googleforgames/agones#3816
- SDK proto compatibility guarantees and deprecation policies
documentation by [@&#8203;igooch](https://github.com/igooch) in
[googleforgames/agones#3774
- Fix dangling "as of" by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3827
- Steps to Promote SDK Features from Alpha to Beta by
[@&#8203;Kalaiselvi84](https://github.com/Kalaiselvi84) in
[googleforgames/agones#3814
- Adds comment for help troubleshooting issues with terraform tfstate by
[@&#8203;igooch](https://github.com/igooch) in
[googleforgames/agones#3822
- docs: improve counter and list example comments by
[@&#8203;yonbh](https://github.com/yonbh) in
[googleforgames/agones#3818
- Skip /tmp/ on yamllint by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3838
- TestAllocatorAfterDeleteReplica: More logging by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3837
- Instructions for upgrading golang version by
[@&#8203;gongmax](https://github.com/gongmax) in
[googleforgames/agones#3819
- Remove unused function FindGameServerContainer by
[@&#8203;zmerlynn](https://github.com/zmerlynn) in
[googleforgames/agones#3841
- Adds Unreal to the List of URL Links to Not Check by
[@&#8203;igooch](https://github.com/igooch) in
[googleforgames/agones#3847
- docs: clarify virtualization setup for Windows versions by
[@&#8203;andresromerodev](https://github.com/andresromerodev) in
[googleforgames/agones#3850

**New Contributors:**

- [@&#8203;skmpf](https://github.com/skmpf) made their first
contribution in
[googleforgames/agones#3808
- [@&#8203;yonbh](https://github.com/yonbh) made their first
contribution in
[googleforgames/agones#3818
- [@&#8203;peterzhongyi](https://github.com/peterzhongyi) made their
first contribution in
[googleforgames/agones#3844
- [@&#8203;andresromerodev](https://github.com/andresromerodev) made
their first contribution in
[googleforgames/agones#3850

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Refactoring code, fixing up documentation, etc size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants