Skip to content

Update dependency-updates (release-v1.40) (minor) - #5299

Open
marvin-tigera wants to merge 1 commit into
release-v1.40from
renovate/release-v1.40-dependency-updates
Open

Update dependency-updates (release-v1.40) (minor)#5299
marvin-tigera wants to merge 1 commit into
release-v1.40from
renovate/release-v1.40-dependency-updates

Conversation

@marvin-tigera

@marvin-tigera marvin-tigera commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

@marvin-tigera
marvin-tigera requested a review from a team as a code owner September 3, 2026 01:02
Copilot AI lite review requested due to automatic review settings September 3, 2026 01:02
@marvin-tigera marvin-tigera added dependencies Pull requests that update a dependency file docs-not-required release-note-not-required labels Sep 3, 2026
@marvin-tigera marvin-tigera added this to the v1.40.16 milestone Sep 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change is a straightforward dependency version bump with corresponding go.sum updates and no detected issues in the modified lines.

Pull request overview

This PR updates the golang.org/x/crypto dependency for the release-v1.40 branch, aligning the module version and checksums to v0.56.0.

Changes:

  • Bumped golang.org/x/crypto from v0.55.0 to v0.56.0 in go.mod.
  • Updated go.sum to reflect the new v0.56.0 module and go.mod checksums.
File summaries
File Description
go.mod Updates the required golang.org/x/crypto version to v0.56.0.
go.sum Replaces v0.55.0 checksum entries with v0.56.0 entries.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@marvin-tigera marvin-tigera changed the title Update module golang.org/x/crypto to v0.56.0 (release-v1.40) Update dependency-updates (release-v1.40) (minor) Sep 9, 2026
@marvin-tigera
marvin-tigera force-pushed the renovate/release-v1.40-dependency-updates branch from 85ecd16 to d671e82 Compare September 9, 2026 01:07
Copilot AI review requested due to automatic review settings September 9, 2026 01:07
@marvin-tigera

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: api/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.13 -> 1.26.0

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The api/go.mod Go version update introduces toolchain/version skew (and a scope change not reflected in the PR description) that should be resolved before merging.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details

Suppressed comments (1)

api/go.mod:3

  • The repo pins the toolchain to Go 1.26.6 (e.g., root go.mod and Makefile’s GOTOOLCHAIN), but this module is now set to go 1.26.0. Keeping these aligned helps avoid version-skew between the root module and the api submodule during builds/linting.
go 1.26.0
  • Files reviewed: 2/4 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment thread api/go.mod
module github.com/tigera/operator/api

go 1.25.13
go 1.26.0
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 docs-not-required release-note-not-required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants