There's issues with the #4357, and given that we're close to release we should wait to fix those issues until we have more soak time.
We should, however make the suggested dependabot updates:
Bump golang.org/x/crypto from 0.41.0 to 0.45.0
- search for
golang.org/x/crypto, and update all go.mod files to v0.45.0
- in each directory where you updated the version, run
go mod tidy
- if the
go.mod file is an example, bump the example version, and then run make cloud-build in the example's directory
- if the file is in the agones top level package
agones/go.mod, run go mod vendor