Skip to content

build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /build/scripts/example-version-checker#4459

Merged
markmandel merged 3 commits intomainfrom
dependabot/go_modules/build/scripts/example-version-checker/github.com/cloudflare/circl-1.6.3
Mar 21, 2026
Merged

build(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 in /build/scripts/example-version-checker#4459
markmandel merged 3 commits intomainfrom
dependabot/go_modules/build/scripts/example-version-checker/github.com/cloudflare/circl-1.6.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps github.com/cloudflare/circl from 1.6.1 to 1.6.3.

Release notes

Sourced from github.com/cloudflare/circl's releases.

CIRCL v1.6.3

Fix a bug on ecc/p384 scalar multiplication.

What's Changed

Full Changelog: cloudflare/circl@v1.6.2...v1.6.3

CIRCL v1.6.2

  • New SLH-DSA, improvements in ML-DSA for arm64.
  • Tested compilation on WASM.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.6.1...v1.6.2

Commits
  • 24ae53c Release CIRCL v1.6.3
  • 581020b Rename method to oddMultiplesProjective.
  • 12209a4 Removing unused cmov for jacobian points.
  • fcba359 ecc/p384: use of complete projective formulas for scalar multiplication.
  • 5e1bae8 ecc/p384: handle point doubling in point addition with Jacobian coordinates.
  • 3416046 Check opts for nil value.
  • a763d47 Release CIRCL v1.6.2
  • 3c70bf9 Bump x/crypto x/sys dependencies.
  • 3f0f15b Revert to using package-declared HPKE errors for shortkem instead of standard...
  • 23491bd Adding generic Power2Round method.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.6.1 to 1.6.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.6.1...v1.6.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-version: 1.6.3
  dependency-type: indirect
...

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 Feb 25, 2026
…version-checker/github.com/cloudflare/circl-1.6.3
@markmandel markmandel enabled auto-merge (squash) March 20, 2026 18:26
@markmandel
Copy link
Collaborator

/gcbrun

@agones-bot
Copy link
Collaborator

Build Failed 😭

Build Id: 8bc4c999-48f3-436c-8730-30c1224ff751

Status: FAILURE

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

…version-checker/github.com/cloudflare/circl-1.6.3
@markmandel
Copy link
Collaborator

/gcbrun

@agones-bot
Copy link
Collaborator

Build Failed 😭

Build Id: 7300e6e3-6955-48ec-b785-d10363d2d61e

Status: FAILURE

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

@markmandel
Copy link
Collaborator

Autopilot is apparently just kinda trash at the moment.

VERBOSE: === RUN   TestLists/SetListCapacity
VERBOSE: time="2026-03-20 22:32:28.727" level=info msg=SetListCapacity fields.msg="SET_LIST_CAPACITY foo 1000"
VERBOSE:     gameserver_test.go:1790: 
VERBOSE:         	Error Trace:	/go/src/agones.dev/agones/test/e2e/gameserver_test.go:1790
VERBOSE:         	Error:      	Not equal: 
VERBOSE:         	            	expected: "SUCCESS\n"
VERBOSE:         	            	actual  : "ERROR: could not set List foo capacity to amount 1000: rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:9357: connect: connection refused\"\n"
VERBOSE:         	            	
VERBOSE:         	            	Diff:
VERBOSE:         	            	--- Expected
VERBOSE:         	            	+++ Actual
VERBOSE:         	            	@@ -1,2 +1,2 @@
VERBOSE:         	            	-SUCCESS
VERBOSE:         	            	+ERROR: could not set List foo capacity to amount 1000: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp 127.0.0.1:9357: connect: connection refused"
VERBOSE:         	            	 
VERBOSE:         	Test:       	TestLists/SetListCapacity

/gcbrun

@agones-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: c609fb46-5eb5-4cab-815d-7e741456778b

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/4459/head:pr_4459 && git checkout pr_4459
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.57.0-dev-c04e5f4

@markmandel markmandel merged commit 0babe42 into main Mar 21, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/build/scripts/example-version-checker/github.com/cloudflare/circl-1.6.3 branch March 21, 2026 00:07
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 kind/other size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants