Skip to content

Bump agones.dev/agones from 1.6.0 to 1.29.0#41

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/agones.dev/agones-1.29.0
Closed

Bump agones.dev/agones from 1.6.0 to 1.29.0#41
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/agones.dev/agones-1.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps agones.dev/agones from 1.6.0 to 1.29.0.

Release notes

Sourced from agones.dev/agones's releases.

v1.29.0

This is the 1.29.0 release of Agones.

We are bringing a huge release to start 2023!

  • Update Agones to support for Kubernetes 1.24.0
  • SDKGracefulTermination feature has now graduated to beta. So by default, the sidecar container will not shutdown immeadiately on TERM signal, but instead wait for Shutdown state to occur.
  • A new PodHostname feature is now available, if you need to able to access a GameServer Pod within a cluster by a DNS name.
  • Agones release images have all been moved to Google Artifact Registry
  • Updated dependencies for security fixes While we expect no issues, we also updated the gRPC libraries that Agones uses, so please make sure to test upgrades before deploying to production.

Check the README for details on features, installation and usage.

Breaking changes:

  • Update Kubernetes to 1.24 #2867
  • Migrate from github.com/golang/protobuf to google.golang.org/protobuf #2786 (govargo)

Implemented enhancements:

  • Graduate SDKGracefulTermination to beta #2831
  • Set the hostName of the Pod to the name of the GameServer #2704
  • Update from golang/protobuf to google.golang.org/protobuf #2462
  • Release Automation: Add cloud build target for release builds #2460
  • Release Automation: Generate version of website to push #2457
  • Consider moving agones system images from gcr.io to GCP's artifact registry #2358
  • CI builds should publish a multi-arch manifest for the agones-sdk image #2280
  • Generate Changelog - Release Automation: Add cloud build target for release builds #2884 (mangalpalli)
  • GameServer Pod: Stable Network ID #2826 (markmandel)
  • Release Automation: Generate version of website to push #2808 (mangalpalli)

See CHANGELOG for more details on changes.

Images available with this release:

... (truncated)

Changelog

Sourced from agones.dev/agones's changelog.

v1.29.0 (2023-01-17)

Full Changelog

Closed issues:

  • Release 1.29.0-rc #2897

v1.29.0-rc (2023-01-11)

Full Changelog

Breaking changes:

  • Update Kubernetes to 1.24 #2867
  • Migrate from github.com/golang/protobuf to google.golang.org/protobuf #2786 (govargo)

Implemented enhancements:

  • Graduate SDKGracefulTermination to beta #2831
  • Set the hostName of the Pod to the name of the GameServer #2704
  • Update from golang/protobuf to google.golang.org/protobuf #2462
  • Release Automation: Add cloud build target for release builds #2460
  • Release Automation: Generate version of website to push #2457
  • Consider moving agones system images from gcr.io to GCP's artifact registry #2358
  • CI builds should publish a multi-arch manifest for the agones-sdk image #2280
  • Generate Changelog - Release Automation: Add cloud build target for release builds #2884 (mangalpalli)
  • GameServer Pod: Stable Network ID #2826 (markmandel)
  • Release Automation: Generate version of website to push #2808 (mangalpalli)

Fixed bugs:

  • Check linter settings for exported symbols #2873
  • GameServerAllocation example yaml file has incorrect format for selectors #2853
  • Invalid warnings when using multi-cluster allocation #2498
  • Update metrics documentation #1851
  • GameServerTemplate validation: no description when used big port values #1770
  • Inline JSON: GameServerAllocation v1.LabelSelector #2877 (markmandel)

Closed issues:

  • Collaborator Request #2861
  • Release 1.28.0 #2851
  • Docs: Rename "Stackdriver" to "Cloud Monitoring" #2850

Merged pull requests:

... (truncated)

Commits
  • f5ea106 Release 1.29.0 (#2909)
  • 8726ce8 commits for 1.29.0-rc (#2899)
  • 7daaaba e2e framework: Timing based on cloud product, end on terminal states (#2893)
  • f0d11e4 Update Kubernetes version to 1.24 (#2895)
  • f5e8ce5 Fix the json5 vulnerabilities (#2896)
  • 4a6cd83 Update aws-sdk-go version to latest (#2894)
  • 60b7f9c Don't run GameServerSpec validation on development GameServers (#2889)
  • 52889ee Generate Changelog - Release Automation: Add cloud build target for release b...
  • 961d8ae e2e: Add --cloud-product flag, add SkipOnCloudProduct (#2886)
  • 055a0c2 Update metrics documentation for Cloud Monitoring/Stackdriver (#2862)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [agones.dev/agones](https://github.com/googleforgames/agones) from 1.6.0 to 1.29.0.
- [Release notes](https://github.com/googleforgames/agones/releases)
- [Changelog](https://github.com/googleforgames/agones/blob/main/CHANGELOG.md)
- [Commits](agones-dev/agones@v1.6.0...v1.29.0)

---
updated-dependencies:
- dependency-name: agones.dev/agones
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 30, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #45.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/agones.dev/agones-1.29.0 branch March 6, 2023 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants