Skip to content

Update go-openapi packages#1778

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-openapi
Open

Update go-openapi packages#1778
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-openapi

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/jsonpointer v0.23.2v0.24.0 age confidence
github.com/go-openapi/swag v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/cmdutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/conv v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/fileutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/jsonname v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/jsonutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/loading v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/mangling v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/netutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/stringutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/typeutils v0.26.1v0.27.0 age confidence
github.com/go-openapi/swag/yamlutils v0.26.1v0.27.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.24.0

Compare Source

0.24.0 - 2026-06-29

Full Changelog: go-openapi/jsonpointer@v0.23.2...v0.24.0

17 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go conventions for JSON (#​195) by @​fredbi ...
Refactor
  • refact: refactored the package into multiple specialized sub-packages by @​fredbi ...
  • refact loading, jsonutils, yamlutils utililities by @​fredbi ...
Documentation
Code quality
Testing
Miscellaneous tasks
  • chore: removed most remaining external dependencies by @​fredbi ...
Updates
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
  • build(deps): bump the go-openapi-dependencies group across 15 directories with 2 updates by @​dependabot[bot] ...
Other (technical)

People who contributed to this release

jsonpointer license terms

License

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

v0.27.0

Compare Source

0.27.0 - 2026-06-29

Pools utility module

Full Changelog: go-openapi/swag@v0.26.1...v0.27.0

9 commits in this release.


Implemented enhancements
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.0)
Miscellaneous tasks
Updates

fileutils (0.27.0)
Updates

jsonname (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.27.0)
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.27.0)
Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.27.0)
Updates

jsonutils (0.27.0)
Miscellaneous tasks
Updates

loading (0.27.0)
Miscellaneous tasks
Updates

mangling (0.27.0)
Updates

netutils (0.27.0)
Updates

pools (0.27.0)
Implemented enhancements

stringutils (0.27.0)
Updates

typeutils (0.27.0)
Updates

yamlutils (0.27.0)
Miscellaneous tasks
Updates

Configuration

📅 Schedule: (UTC)

  • 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.

👻 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.

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux 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 Jul 2, 2026
@coderabbitai

coderabbitai Bot commented Jul 2, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

This PR updates go.mod indirect dependencies, bumping github.com/go-openapi/swag from v0.26.1 to v0.27.0 across its subpackages, removing the swag/jsonname dependency, and bumping github.com/go-openapi/jsonpointer from v0.23.2 to v0.24.0.

Changes

Dependency Version Updates

Layer / File(s) Summary
go-openapi dependency bumps
go.mod
Updated github.com/go-openapi/swag/* indirect dependencies to v0.27.0, removed the swag/jsonname requirement, and bumped github.com/go-openapi/jsonpointer to v0.24.0.

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

Related PRs: None found.

Suggested labels: dependencies

Suggested reviewers: None identified from the provided information.

Poem:

A hop, a skip, a version bump,
swag and pointer take their jump,
jsonname packs its bags and goes,
go.mod tidies, and onward it flows. 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the dependency updates to go-openapi packages.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/mintmaker/main/go-openapi

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

@openshift-ci openshift-ci Bot requested review from blublinsky and raptorsun July 2, 2026 20:15
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

2 similar comments
@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

@openshift-ci

openshift-ci Bot commented Jul 2, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by:

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 7ed4504 and 2 for PR HEAD 8b2b76a in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD a1bbf9c and 1 for PR HEAD 8b2b76a in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 9184fd8 and 0 for PR HEAD 8b2b76a in total

@openshift-ci

openshift-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: The following test 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/bundle-e2e-4-21 8b2b76a link true /test bundle-e2e-4-21

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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/hold

Revision 8b2b76a was retested 3 times: holding

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 6, 2026
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. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants