Skip to content

Update module github.com/pb33f/libopenapi-validator to v0.13.12#899

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-pb33f-libopenapi-validator-0.x
Open

Update module github.com/pb33f/libopenapi-validator to v0.13.12#899
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit into
masterfrom
konflux/mintmaker/master/github.com-pb33f-libopenapi-validator-0.x

Conversation

@red-hat-konflux-kflux-prd-rh02

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/pb33f/libopenapi-validator v0.13.4v0.13.12 age confidence

Warning

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


Release Notes

pb33f/libopenapi-validator (github.com/pb33f/libopenapi-validator)

v0.13.12

Compare Source

bumps to yaml RC6, fixing a bunch of panics across the stack.

v0.13.11

Compare Source

Circular refs supported in schema validation.

Circular references were never allowed in schema validation because the work required to bring references in line was too great. There have been many advances in libopenapi recently that have made this easier.

So, now the schema validator will build all references as inline resources first. This would have been too much work a year ago, but here we are.

Addresses issues #​290 an #​287

v0.13.10

Compare Source

Fixes #​281, fixes tests in from libopenapi bump and moves to our own fork of testify.

v0.13.9

Compare Source

v0.13.8

Compare Source

  • Reworked request and response schema validation to use errors.As instead of direct JSON Schema error type assertions, making validation error handling safer when errors are wrapped.

  • Fixed a goroutine leak in schema-property lookup for empty JSONPath values and added a regression test for that case.

@​SebTardif

v0.13.7

Compare Source

Fixes a few issues.

v0.13.6

Compare Source

Fixes issues #​83 (an oldie!)

v0.13.5

Compare Source

Addresses

@​vmarceau


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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.


  • 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-rh02 red-hat-konflux-kflux-prd-rh02 Bot added docs-approved Signifies that Docs has signed off on this PR ok-to-test Indicates a non-member PR verified by an org member that is safe to test. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR labels May 2, 2026
@red-hat-konflux-kflux-prd-rh02

red-hat-konflux-kflux-prd-rh02 Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: 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):

  • 11 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.35.0 -> v0.36.0
golang.org/x/net v0.53.0 -> v0.54.0
github.com/go-openapi/jsonpointer v0.22.5 -> v0.23.1
github.com/pb33f/libopenapi v0.36.1 -> v0.38.2
go.yaml.in/yaml/v4 v4.0.0-rc.4 -> v4.0.0-rc.6
golang.org/x/crypto v0.50.0 -> v0.51.0
golang.org/x/sync v0.20.0 -> v0.21.0
golang.org/x/sys v0.43.0 -> v0.44.0
golang.org/x/term v0.42.0 -> v0.43.0
golang.org/x/text v0.36.0 -> v0.38.0
golang.org/x/tools v0.44.0 -> v0.45.0

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot added qe-approved Signifies that QE has signed off on this PR docs-approved Signifies that Docs has signed off on this PR px-approved Signifies that Product Support has signed off on this PR labels May 2, 2026
@openshift-ci openshift-ci Bot requested review from Vincent056 and yuumasato May 2, 2026 16:27
@openshift-ci

openshift-ci Bot commented May 2, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign bhargavigudi for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 May 2, 2026

Copy link
Copy Markdown
Contributor

Hi @red-hat-konflux-kflux-prd-rh02[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.

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/master/github.com-pb33f-libopenapi-validator-0.x branch from af69e2f to a688c00 Compare May 30, 2026 00:17
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update module github.com/pb33f/libopenapi-validator to v0.13.7 Update module github.com/pb33f/libopenapi-validator to v0.13.8 May 30, 2026
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/master/github.com-pb33f-libopenapi-validator-0.x branch from a688c00 to 925b3da Compare June 20, 2026 00:23
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update module github.com/pb33f/libopenapi-validator to v0.13.8 Update module github.com/pb33f/libopenapi-validator to v0.13.10 Jun 20, 2026
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot force-pushed the konflux/mintmaker/master/github.com-pb33f-libopenapi-validator-0.x branch from 925b3da to 1a9ecd0 Compare June 27, 2026 00:17
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 Bot changed the title Update module github.com/pb33f/libopenapi-validator to v0.13.10 Update module github.com/pb33f/libopenapi-validator to v0.13.12 Jun 27, 2026
@openshift-ci

openshift-ci Bot commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

@red-hat-konflux-kflux-prd-rh02[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/e2e-aws 1a9ecd0 link true /test e2e-aws

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.

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

Labels

docs-approved Signifies that Docs has signed off on this PR ok-to-test Indicates a non-member PR verified by an org member that is safe to test. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants