Skip to content

fix(deps): update gomod dependencies - #293

Open
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies
Open

fix(deps): update gomod dependencies#293
red-hat-konflux-kflux-prd-rh03[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/gomod-dependencies

Conversation

@red-hat-konflux-kflux-prd-rh03

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/fxamacker/cbor/v2 v2.9.2v2.9.3 age confidence indirect patch
github.com/go-logr/logr v1.4.3v1.4.4 age confidence require patch
github.com/go-openapi/swag v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/cmdutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/conv v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/fileutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/jsonutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/loading v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/mangling v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/netutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/stringutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/typeutils v0.27.0v0.29.2 age confidence indirect minor
github.com/go-openapi/swag/yamlutils v0.27.0v0.29.2 age confidence indirect minor
github.com/mattn/go-isatty v0.0.22v0.0.24 age confidence indirect patch
github.com/onsi/ginkgo/v2 v2.32.0v2.32.1 age confidence require patch
github.com/onsi/gomega v1.42.1v1.43.0 age confidence require minor
github.com/openshift/api 41627d88127870 replace digest
github.com/openshift/api 5c75e628127870 require digest
github.com/openshift/cluster-api-provider-aws b85a18cc5a9d19 replace digest
github.com/openshift/cluster-api-provider-azure v0.0.0-20210209143830-3442c7a36c1ev0.1.0-alpha.3 age confidence replace minor
github.com/openshift/osde2e-common 751e0d2d3668b5 age confidence require digest
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.67.1v0.93.1 age confidence require minor
github.com/prometheus/client_golang v1.23.2v1.24.1 age confidence require minor
github.com/prometheus/client_model v0.6.2v0.6.3 age confidence require patch
github.com/prometheus/common v0.69.0v0.71.0 age confidence indirect minor
github.com/prometheus/procfs v0.21.1v0.22.0 age confidence indirect minor
go.yaml.in/yaml/v3 v3.0.4v3.0.5 age confidence indirect patch
golang.org/x/mod v0.37.0v0.40.0 age confidence indirect minor
golang.org/x/net v0.56.0v0.58.0 age confidence indirect minor
golang.org/x/sync v0.21.0v0.22.0 age confidence indirect minor
golang.org/x/sys v0.46.0v0.47.0 age confidence indirect minor
golang.org/x/term v0.44.0v0.45.0 age confidence indirect minor
golang.org/x/text v0.39.0v0.41.0 age confidence indirect minor
golang.org/x/tools v0.47.0v0.49.0 age confidence indirect minor
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996afv1.36.12 age confidence indirect patch
k8s.io/api v0.35.2v0.37.0 age confidence replace minor
k8s.io/api v0.36.0v0.37.0 age confidence require minor
k8s.io/apiextensions-apiserver v0.36.0v0.37.0 age confidence indirect minor
k8s.io/apimachinery v0.35.2v0.37.0 age confidence replace minor
k8s.io/apimachinery v0.36.0v0.37.0 age confidence require minor
k8s.io/client-go v0.35.2v0.37.0 age confidence replace minor
k8s.io/client-go v0.36.0v0.37.0 age confidence require minor
k8s.io/code-generator v0.36.0v0.37.0 age confidence indirect minor
k8s.io/kube-openapi 8949caa9ab3195 age confidence require digest
k8s.io/utils 28399d8cf1189d age confidence indirect digest
sigs.k8s.io/controller-runtime v0.23.3v0.25.0 age confidence require minor
sigs.k8s.io/controller-tools v0.21.0v0.22.0 age confidence require minor
sigs.k8s.io/structured-merge-diff/v6 v6.4.0v6.4.2 age confidence indirect patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.3

Compare Source

This release fixes a potential panic when decoding into a time.Time from a CBOR byte string, map, or array under certain conditions.

Not affected: standard CBOR time data (RFC 8949 tag 0 or tag 1), and decoders configured with timeTag = DecTagRequired.

Upgrading to v2.9.3 is recommended.

The panic stack trace was publicly reported on 2026-08-17, and the fix was released the same day. Fuzz testing was extended to cover this class of bug, and fuzzing of v2.9.3 is ongoing.

What's Changed

  • Skip data item when decoding to time.Time fails under certain conditions by @​fxamacker in #​803

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

go-logr/logr (github.com/go-logr/logr)

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

go-openapi/swag (github.com/go-openapi/swag)

v0.29.2

Compare Source

0.29.2 - 2026-09-04

Full Changelog: go-openapi/swag@v0.29.1...v0.29.2

8 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes


cmdutils (0.29.2)

Miscellaneous tasks

conv (0.29.2)

Miscellaneous tasks
Updates

fileutils (0.29.2)

Miscellaneous tasks
Updates

jsonname (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.29.2)

Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.29.2)

Miscellaneous tasks
Updates

jsonutils (0.29.2)

Miscellaneous tasks
Updates

loading (0.29.2)

Miscellaneous tasks
Updates

mangling (0.29.2)

Miscellaneous tasks
Updates

netutils (0.29.2)

Miscellaneous tasks
Updates

pools (0.29.2)

Miscellaneous tasks
Updates

stringutils (0.29.2)

Miscellaneous tasks
Updates

typeutils (0.29.2)

Miscellaneous tasks
Updates

yamlutils (0.29.2)

Miscellaneous tasks
Updates

v0.29.1

Compare Source

0.29.1 - 2026-08-21

Full Changelog: go-openapi/swag@v0.29.0...v0.29.1

4 commits in this release.


Testing
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.29.1)

Miscellaneous tasks

jsonname (0.29.1)

Miscellaneous tasks

jsonutils/adapters/easyjson (0.29.1)

Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.29.1)

Miscellaneous tasks

jsonutils/adapters/testintegration (0.29.1)

Miscellaneous tasks

jsonutils (0.29.1)

Testing
Miscellaneous tasks

loading (0.29.1)

Miscellaneous tasks

mangling (0.29.1)

Miscellaneous tasks

netutils (0.29.1)

Miscellaneous tasks

pools (0.29.1)

Miscellaneous tasks

stringutils (0.29.1)

Miscellaneous tasks

typeutils (0.29.1)

Miscellaneous tasks

yamlutils (0.29.1)

Miscellaneous tasks

v0.29.0

Compare Source

0.29.0 - 2026-08-19

New fsutils on top of io.FS

Full Changelog: go-openapi/swag@v0.28.0...v0.29.0

10 commits in this release.


Implemented enhancements
Documentation
Testing
  • test: rename the fixtures directories to testdata by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.29.0)

Miscellaneous tasks

fileutils (0.29.0)

Implemented enhancements

jsonname (0.29.0)

Miscellaneous tasks

jsonutils/adapters/easyjson (0.29.0)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.29.0)

Testing
  • test: rename the fixtures directories to testdata by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

jsonutils/adapters/testintegration (0.29.0)

Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.29.0)

Miscellaneous tasks
Updates

jsonutils (0.29.0)

Miscellaneous tasks
Updates

loading (0.29.0)

Testing
  • test: rename the fixtures directories to testdata by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

mangling (0.29.0)

Miscellaneous tasks

netutils (0.29.0)

Miscellaneous tasks

pools (0.29.0)

Miscellaneous tasks

stringutils (0.29.0)

Miscellaneous tasks

typeutils (0.29.0)

Miscellaneous tasks

yamlutils (0.29.0)

Testing
  • test: rename the fixtures directories to testdata by @​fredbi ...
Miscellaneous tasks
Updates
  • build(deps): bump the other-dependencies group across 8 directories wi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 04:59 AM, Monday through Friday (* 2-4 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jun 16, 2026
@red-hat-konflux-kflux-prd-rh03

red-hat-konflux-kflux-prd-rh03 Bot commented Jun 16, 2026

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: errors parsing go.mod:
go.mod:121:2: replace github.com/openshift/cluster-api-provider-aws: version "v0.2.1-0.20260903065626-c5a9d1911d7a" invalid: go.mod has post-v0 module path "sigs.k8s.io/cluster-api-provider-aws/v2" at revision c5a9d1911d7a

@red-hat-konflux-kflux-prd-rh03 red-hat-konflux-kflux-prd-rh03 Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. labels Jun 16, 2026
@openshift-ci
openshift-ci Bot requested review from rbhilare and vaidehi411 June 16, 2026 04:09
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Jun 16, 2026
@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh03[bot]. Thanks for your PR.

I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD e61a51b and 2 for PR HEAD 84d25d5 in total

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh03[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-binary-build-success 84d25d5 link true /test e2e-binary-build-success
ci/prow/lint 84d25d5 link true /test lint
ci/prow/validate 84d25d5 link true /test validate
ci/prow/coverage 84d25d5 link true /test coverage
ci/prow/images 84d25d5 link true /test images
ci/prow/test 84d25d5 link true /test test

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 84d25d5 to 7121f06 Compare June 17, 2026 04:17
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 17, 2026
@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 5 times, most recently from 727793d to e264433 Compare June 24, 2026 04:06
@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 6 times, most recently from fc15498 to 71c7a23 Compare July 2, 2026 04:07
@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch 5 times, most recently from b8fb173 to bc65554 Compare July 9, 2026 04:05
fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review fullsend-ai-review Bot removed the ready-for-merge All reviewers approved — ready to merge label Aug 31, 2026
@fullsend-ai-review

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:07 AM UTC · Completed 4:19 AM UTC

Commit: 50f647f · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.68

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 50f647f to efe408d Compare September 1, 2026 04:04
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 1, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:05 AM UTC · Completed 4:21 AM UTC

Commit: efe408d · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.51

@fullsend-ai-review fullsend-ai-review Bot added the risk/low PR risk: low label Sep 1, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 1, 2026

Copy link
Copy Markdown

Risk Assessment: low (1/5)

Details

Low-risk automated bot dependency update touching only go.mod with 90 lines changed, no protected paths, no security-sensitive files, minimal churn and no regressions; consistent with prior assessment.

Previous run

Risk Assessment: low (1/5)

Details

Low-risk automated bot dependency update touching only go.mod with 90 lines changed, no protected paths, no security-sensitive files, minimal churn and no regressions; consistent with prior assessment.

Previous run (2)

Risk Assessment: low (1/5)

Details

Low-risk automated bot dependency update touching only go.mod with 84 lines changed, no protected paths, no security-sensitive files, no recent churn or regressions; consistent with prior assessment.

Previous run (3)

Risk Assessment: low (1/5)

Details

Low-risk automated bot dependency update touching only go.mod with a small 84-line change, no protected paths, no security-sensitive files, and no recent churn or regressions on the changed file.

fullsend-ai-review[bot]

This comment was marked as outdated.

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from efe408d to bb58ee5 Compare September 2, 2026 04:05
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 2, 2026

Copy link
Copy Markdown

🤖 Review · ❌ Terminated · Started 4:06 AM UTC · Ended 4:20 AM UTC

Commit: bb58ee5 · View workflow run →

fullsend-ai-review[bot]

This comment was marked as outdated.

@fullsend-ai-review

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:06 AM UTC · Completed 4:20 AM UTC

Commit: bb58ee5 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.13

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from bb58ee5 to 16bd95b Compare September 3, 2026 04:04
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 3, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:06 AM UTC · Completed 4:17 AM UTC

Commit: 16bd95b · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.56

@fullsend-ai-review fullsend-ai-review Bot removed the risk/low PR risk: low label Sep 3, 2026
fullsend-ai-review[bot]

This comment was marked as outdated.

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 16bd95b to 951a929 Compare September 4, 2026 04:04
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 4, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:05 AM UTC · Completed 4:20 AM UTC

Commit: 951a929 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.08

@fullsend-ai-review fullsend-ai-review Bot added the risk/low PR risk: low label Sep 4, 2026
fullsend-ai-review[bot]

This comment was marked as outdated.

@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 951a929 to 8ae5c88 Compare September 7, 2026 04:04
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 7, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:06 AM UTC · Completed 4:18 AM UTC

Commit: 8ae5c88 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.74

fullsend-ai-review[bot]

This comment was marked as outdated.

Signed-off-by: red-hat-konflux-kflux-prd-rh03 <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh03
red-hat-konflux-kflux-prd-rh03 Bot force-pushed the konflux/mintmaker/master/gomod-dependencies branch from 8ae5c88 to 54ff4f5 Compare September 8, 2026 04:05
@fullsend-ai-review

fullsend-ai-review Bot commented Sep 8, 2026

Copy link
Copy Markdown

🤖 Review · ❌ Terminated · Started 4:07 AM UTC · Ended 4:19 AM UTC

Commit: 54ff4f5 · View workflow run →

@openshift-ci

openshift-ci Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh03[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@fullsend-ai-review fullsend-ai-review Bot removed the risk/low PR risk: low label Sep 8, 2026

@fullsend-ai-review fullsend-ai-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

See the review comment for full details.

Comment thread go.mod
k8s.io/api => k8s.io/api v0.37.0
k8s.io/apimachinery => k8s.io/apimachinery v0.37.0
k8s.io/client-go => k8s.io/client-go v0.37.0
sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws c5a9d1911d7a

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[critical] invalid-go-module-syntax

The replace directive for sigs.k8s.io/cluster-api-provider-aws uses a bare commit hash (c5a9d1911d7a) without a version prefix. Go module replace directives require the target version to be a valid semver or pseudo-version string (e.g., v0.0.0-20201125052318-b85a18cbf338). A bare commit hash is not valid go.mod syntax and will cause a parse error, breaking go build, go mod tidy, and all Go tooling. The base branch correctly used the pseudo-version v0.2.1-0.20201125052318-b85a18cbf338. This was introduced by this PR's diff, which changed the correctly-formatted pseudo-version to a bare hash.

Suggested fix: Replace the bare hash with a proper pseudo-version. Run: go mod edit -replace sigs.k8s.io/cluster-api-provider-aws=github.com/openshift/cluster-api-provider-aws@c5a9d1911d7a followed by go mod tidy to let Go resolve the commit hash to a valid pseudo-version string. Alternatively, if the intent was to keep pointing at the same commit as before, restore the original pseudo-version: v0.2.1-0.20201125052318-b85a18cbf338.

@fullsend-ai-review

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 4:07 AM UTC · Completed 4:19 AM UTC

Commit: 54ff4f5 · View workflow run →

Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $2.87

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants