Skip to content

build(deps): bump github.com/fxamacker/cbor/v2 from 2.9.3 to 2.9.4 in /modules/kind - #1238

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/modules/kind/github.com/fxamacker/cbor/v2-2.9.4
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/modules/kind/github.com/fxamacker/cbor/v2-2.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 17, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/fxamacker/cbor/v2 from 2.9.3 to 2.9.4.

Release notes

Sourced from github.com/fxamacker/cbor/v2's releases.

v2.9.4

This release fixes potential panics when decoding a CBOR map whose key decodes to an uncomparable Go value under certain conditions.

Not affected: user apps that don't register tag types and don't use map key types that are either named empty interfaces (e.g. type MyAny any) or contain interfaces.

These potential panics can be encountered when one of these two conditions is met:

  • user application registers a tag type (via TagSet interface) that is an array or struct with uncomparable or interface{} element or field type, or
  • user application specifies a destination Go map whose key type is a named empty interface type or a type containing an interface.

This was identified while improving tests and reviewing code for an upcoming release.

Tests and fuzz tests were extended to cover this bug.

Upgrading to v2.9.4 is recommended.

What's Changed

Full Changelog: fxamacker/cbor@v2.9.3...v2.9.4

Commits
  • be0da0d Merge pull request #817 from fxamacker/fxamacker/release-2.9-fix-hashable-map...
  • cd9c45c Fix panic decoding uncomparable map key into non any key type
  • 259f9bb Fix panic decoding uncomparable registered tag value as map key
  • See full diff 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)

Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor) from 2.9.3 to 2.9.4.
- [Release notes](https://github.com/fxamacker/cbor/releases)
- [Commits](fxamacker/cbor@v2.9.3...v2.9.4)

---
updated-dependencies:
- dependency-name: github.com/fxamacker/cbor/v2
  dependency-version: 2.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Sep 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 17, 2026 23:13
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Enterprise

Run ID: b56f760e-74c6-43a5-b32a-65db00e7c0a2

📥 Commits

Reviewing files that changed from the base of the PR and between 9874d41 and 279e2d5.

⛔ Files ignored due to path filters (1)
  • modules/kind/go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • modules/kind/go.mod

Included review availability: Your plan provides up to 12 included reviews per hour; 9 remain after this review.


Walkthrough

The indirect github.com/fxamacker/cbor/v2 dependency changes from v2.9.3 to v2.9.4 in modules/kind/go.mod.

Changes

Dependency update

Layer / File(s) Summary
Update CBOR dependency
modules/kind/go.mod
The indirect github.com/fxamacker/cbor/v2 dependency is updated to v2.9.4.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Suggested reviewers: eqrx

Merge Risk: ⚪ Minimal · up to 279e2

The patch updates an indirect dependency and has no identified unresolved impact on users or production workflows.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the dependency, version change, and affected module.
Description check ✅ Passed The description directly explains the dependency upgrade and summarizes the v2.9.4 fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Commit to this branch
  • Create a new PR
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

Comment @coderabbitai help to get the list of available commands.

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