Update module github.com/getkin/kin-openapi to v0.138.0#152
Update module github.com/getkin/kin-openapi to v0.138.0#152red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
Conversation
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR. I'm waiting for a openshift-hyperfleet member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@go.mod`:
- Line 11: The go.mod update changes github.com/getkin/kin-openapi to v0.138.0
but the linked repository openshift-hyperfleet/hyperfleet-sentinel still pins
github.com/getkin/kin-openapi v0.133.0 (seen in its oapi-codegen checksum list),
causing a version mismatch; coordinate by updating the dependency in the other
repo to v0.138.0 (replace the v0.133.0 entry with v0.138.0 and regenerate any
oapi-codegen artifacts/checksums) so both repos use
github.com/getkin/kin-openapi v0.138.0 consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: 0263f447-45cf-45b4-8156-70a5a7a5e339
📒 Files selected for processing (1)
go.mod
| github.com/MicahParks/keyfunc/v3 v3.8.0 | ||
| github.com/bxcodec/faker/v3 v3.2.0 | ||
| github.com/getkin/kin-openapi v0.133.0 | ||
| github.com/getkin/kin-openapi v0.138.0 |
There was a problem hiding this comment.
Coordinate version update with linked repository.
The linked repository openshift-hyperfleet/hyperfleet-sentinel still references github.com/getkin/kin-openapi v0.133.0 in .bingo/oapi-codegen.sum. If these repositories interact or share OpenAPI schemas, the version mismatch could lead to inconsistent validation or processing behavior.
Consider updating the linked repository to v0.138.0 as well to maintain consistency across the HyperFleet ecosystem.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@go.mod` at line 11, The go.mod update changes github.com/getkin/kin-openapi
to v0.138.0 but the linked repository openshift-hyperfleet/hyperfleet-sentinel
still pins github.com/getkin/kin-openapi v0.133.0 (seen in its oapi-codegen
checksum list), causing a version mismatch; coordinate by updating the
dependency in the other repo to v0.138.0 (replace the v0.133.0 entry with
v0.138.0 and regenerate any oapi-codegen artifacts/checksums) so both repos use
github.com/getkin/kin-openapi v0.138.0 consistently.
|
Closing: superseded by renovate.json config in #158 (HYPERFLEET-1095). MintMaker will re-create grouped updates on the next Monday cycle. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v0.133.0→v0.138.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.138.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0
v0.137.0Compare Source
What's Changed
cc4f8d9by @fenollp in #1161Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0
v0.136.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0
v0.135.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0
v0.134.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
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.