Update module github.com/pb33f/libopenapi-validator to v0.13.12#899
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot] 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 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. |
af69e2f to
a688c00
Compare
a688c00 to
925b3da
Compare
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
925b3da to
1a9ecd0
Compare
|
@red-hat-konflux-kflux-prd-rh02[bot]: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
This PR contains the following updates:
v0.13.4→v0.13.12Warning
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.12Compare Source
bumps to yaml RC6, fixing a bunch of panics across the stack.
v0.13.11Compare 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.10Compare Source
Fixes #281, fixes tests in from libopenapi bump and moves to our own fork of testify.
v0.13.9Compare Source
v0.13.8Compare 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.7Compare Source
Fixes a few issues.
v0.13.6Compare Source
Fixes issues #83 (an oldie!)
v0.13.5Compare Source
Addresses
@vmarceau
Configuration
📅 Schedule: (UTC)
🚦 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.