chore(deps): update go-openapi packages#192
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #192 +/- ##
=======================================
Coverage 36.96% 36.96%
=======================================
Files 23 23
Lines 1220 1220
=======================================
Hits 451 451
Misses 744 744
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
4b4dde1 to
0a1b282
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a2e0a09 to
3c0f8f2
Compare
2fd0f01 to
b163925
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
b163925 to
296e716
Compare
296e716 to
b70e3b7
Compare
f9dd15b to
9d8b552
Compare
4fe96c7 to
98a1550
Compare
f58286c to
2122ed7
Compare
|
🤖 Finished Review · ✅ Success · Started 5:28 AM UTC · Completed 5:37 AM UTC |
0b6d091 to
78105d0
Compare
|
🤖 Finished Review · ✅ Success · Started 5:28 AM UTC · Completed 5:41 AM UTC |
78105d0 to
1250ce5
Compare
|
🤖 Finished Review · ✅ Success · Started 5:58 PM UTC · Completed 6:07 PM UTC |
1250ce5 to
4508022
Compare
|
🤖 Finished Review · ✅ Success · Started 9:20 PM UTC · Completed 9:27 PM UTC |
4508022 to
aec9d4b
Compare
|
🤖 Finished Review · ✅ Success · Started 5:43 AM UTC · Completed 5:52 AM UTC |
aec9d4b to
d320cd6
Compare
|
🤖 Finished Review · ✅ Success · Started 9:34 AM UTC · Completed 9:44 AM UTC |
d320cd6 to
e1f82a5
Compare
|
🤖 Finished Review · ✅ Success · Started 10:50 AM UTC · Completed 10:57 AM UTC |
Superseded by updated review
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
|
🤖 Finished Review · ✅ Success · Started 9:25 PM UTC · Completed 9:32 PM UTC |
| module github.com/konflux-ci/qe-tools | ||
|
|
||
| go 1.23.0 | ||
| go 1.25.0 |
There was a problem hiding this comment.
[medium] api-contract
The go directive is bumped from 1.23.0 to 1.25.0. This raises the minimum Go toolchain version required to build the project. While qe-tools is an application (not a library), the impact extends to CI environments and developer tooling. The bump should be verified as necessary — if go-openapi/swag v0.27.0 requires Go 1.25, it is unavoidable; otherwise the directive should stay at the lowest working version.
Suggested fix: Verify whether go-openapi/swag v0.27.0 requires go 1.25 in its own go.mod. If it does not, keep the go directive at 1.23.0 (or the minimum required). Ensure CI images and developer tooling support Go 1.25.
| github.com/go-openapi/jsonpointer v0.24.0 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.6 // indirect | ||
| github.com/go-openapi/swag v0.27.0 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.27.0 // indirect |
There was a problem hiding this comment.
[medium] api-contract
The go-openapi/swag package has been split from a single module (v0.22.3) into multiple sub-modules (all v0.27.0). The transitive consumer kube-openapi was built against swag v0.22.3. Compilation errors could surface if kube-openapi imports symbols that moved to sub-modules. The removal of josharian/intern and mailru/easyjson is consistent with the restructuring.
Suggested fix: Run go build ./... and go test ./... to confirm the module graph resolves correctly and all packages compile. If kube-openapi is incompatible with the new swag split, kube-openapi will also need updating.
This PR contains the following updates:
v0.19.6→v0.24.0v0.20.1→v0.21.6v0.22.3→v0.27.0Warning
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.0Compare 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
Refactor
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
Other (technical)
People who contributed to this release
jsonpointer license terms
v0.23.2Compare Source
0.23.2 - 2026-06-26
Full Changelog: go-openapi/jsonpointer@v0.23.1...v0.23.2
13 commits in this release.
Implemented enhancements
Documentation
Miscellaneous tasks
Updates
93b1676to2e57e83in the development-dependencies group by @dependabot[bot] in #137 ...People who contributed to this release
jsonpointer license terms
v0.23.1Compare Source
0.23.1 - 2026-04-18
Full Changelog: go-openapi/jsonpointer@v0.23.0...v0.23.1
5 commits in this release.
Fixed bugs
Documentation
Updates
People who contributed to this release
jsonpointer license terms
v0.23.0Compare Source
0.23.0 - 2026-04-15
Support for known limitations
Full Changelog: go-openapi/jsonpointer@v0.22.5...v0.23.0
16 commits in this release.
Implemented enhancements
"-"array suffix is now supported by @fredbi in #121 ...Fixed bugs
Documentation
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #118
jsonpointer license terms
v0.22.5Compare Source
0.22.5 - 2026-03-02
Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5
15 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
New Contributors
in #97
jsonpointer license terms
v0.22.4Compare Source
0.22.4 - 2025-12-06
Full Changelog: go-openapi/jsonpointer@v0.22.3...v0.22.4
1 commits in this release.
Miscellaneous tasks
People who contributed to this release
jsonpointer license terms
v0.22.3Compare Source
0.22.3 - 2025-11-17
Full Changelog: go-openapi/jsonpointer@v0.22.2...v0.22.3
8 commits in this release.
Documentation
Code quality
Miscellaneous tasks
People who contributed to this release
New Contributors
in #76
jsonpointer license terms
v0.22.2Compare Source
0.22.2 - 2025-11-14
Full Changelog: go-openapi/jsonpointer@v0.22.1...v0.22.2
12 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Security
Updates
People who contributed to this release
jsonpointer license terms
v0.22.1Compare Source
v0.22.0Compare Source
v0.21.2Compare Source
v0.21.1Compare Source
v0.21.0Compare Source
v0.20.3Compare Source
v0.20.2Compare Source
v0.20.1Compare Source
v0.20.0Compare Source
go-openapi/jsonreference (github.com/go-openapi/jsonreference)
v0.21.6Compare Source
0.21.6 - 2026-05-31
Full Changelog: go-openapi/jsonreference@v0.21.5...v0.21.6
21 commits in this release.
Documentation
Code quality
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.21.5Compare Source
0.21.5 - 2026-03-02
Full Changelog: go-openapi/jsonreference@v0.21.4...v0.21.5
14 commits in this release.
Documentation
Code quality
Testing
Miscellaneous tasks
Updates
People who contributed to this release
jsonreference license terms
v0.21.4Compare Source
0.21.4 - 2025-12-08
Full Changelog: go-openapi/jsonreference@v0.21.3...v0.21.4
1 commits in this release.
Documentation
People who contributed to this release
New Contributors
in #64
jsonreference license terms
v0.21.3Compare Source
v0.21.2Compare Source
v0.21.1Compare Source
v0.21.0Compare Source
v0.20.5Compare Source
v0.20.4Compare Source
v0.20.3Compare Source
v0.20.2Compare Source
go-openapi/swag (github.com/go-openapi/swag)
v0.27.0Compare 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
93b1676to2e57e83in the development-dependencies group by [@dependabot[bot]](https://redirect.github.com/dependabot\[bConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
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.