Skip to content

[main] Update go-openapi packages - #9

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

[main] Update go-openapi packages#9
konflux-internal-p02[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-openapi

Conversation

@konflux-internal-p02

@konflux-internal-p02 konflux-internal-p02 Bot commented Jun 30, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/jsonpointer v0.23.1v0.24.0 age confidence
github.com/go-openapi/swag v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/cmdutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/conv v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/fileutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/jsonname v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/jsonutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/loading v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/mangling v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/netutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/stringutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/typeutils v0.26.1v0.28.0 age confidence
github.com/go-openapi/swag/yamlutils v0.26.1v0.28.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

v0.23.2

Compare 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
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonpointer license terms

License

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

v0.28.0

Compare Source

0.28.0 - 2026-07-27

Full Changelog: go-openapi/swag@v0.27.3...v0.28.0

3 commits in this release.


Implemented enhancements
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.28.0)

Implemented enhancements
Miscellaneous tasks

jsonutils/adapters/easyjson (0.28.0)

Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.28.0)

Miscellaneous tasks

jsonutils/adapters/testintegration (0.28.0)

Miscellaneous tasks

jsonutils (0.28.0)

Miscellaneous tasks

loading (0.28.0)

Miscellaneous tasks

yamlutils (0.28.0)

Miscellaneous tasks

v0.27.3

Compare Source

0.27.3 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.2...v0.27.3

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.3)
Miscellaneous tasks

jsonutils/adapters/easyjson (0.27.3)
Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.27.3)
Miscellaneous tasks

jsonutils/adapters/testintegration (0.27.3)
Miscellaneous tasks

jsonutils (0.27.3)
Miscellaneous tasks

loading (0.27.3)
Fixed bugs
Miscellaneous tasks

yamlutils (0.27.3)
Miscellaneous tasks

v0.27.2

Compare Source

0.27.2 - 2026-07-20

Full Changelog: go-openapi/swag@v0.27.1...v0.27.2

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

swag license terms

License

Per-module changes

conv (0.27.2)
Miscellaneous tasks

jsonutils/adapters/easyjson (0.27.2)
Miscellaneous tasks

jsonutils/adapters/testintegration/benchmarks (0.27.2)
Miscellaneous tasks

jsonutils/adapters/testintegration (0.27.2)
Miscellaneous tasks

jsonutils (0.27.2)
Miscellaneous tasks

loading (0.27.2)
Fixed bugs
Miscellaneous tasks

yamlutils (0.27.2)
Miscellaneous tasks

v0.27.1

Compare Source

0.27.1 - 2026-07-19

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

12 commits in this release.


Fixed bugs
  • fix(yamlutils): bound YAML anchor/alias expansion and detect cycles by @​fredbi ...
  • fix(yamlutils): bound recursion depth in YAML<->JSON transforms by @​fredbi ...
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Documentation
Performance
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

swag license terms

License

Per-module changes


conv (0.27.1)

Miscellaneous tasks

jsonname (0.27.1)

Updates

jsonutils/adapters/easyjson (0.27.1)

Fixed bugs
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Miscellaneous tasks
Other (technical)

jsonutils/adapters/testintegration/benchmarks (0.27.1)

Performance
Miscellaneous tasks
Other (technical)

jsonutils/adapters/testintegration (0.27.1)

Miscellaneous tasks
Other (technical)

jsonutils (0.27.1)

Fixed bugs
  • fix(jsonutils): bound recursion depth in ordered-JSON marshal/unmarshal by @​fredbi ...
Refactor
  • refact(adapters): refactored pools and options in json adapters. by @​fredbi ...
Miscellaneous tasks
Other (technical)

loading (0.27.1)

Miscellaneous tasks

yamlutils (0.27.1)

Fixed bugs
  • fix(yamlutils): bound YAML anchor/alias expansion and detect cycles by @​fredbi ...
  • fix(yamlutils): bound recursion depth in YAML<->JSON transforms by @​fredbi ...
Miscellaneous tasks
Other (technical)

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 is behind base branch, 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.

@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch 5 times, most recently from b0c3631 to 37c822b Compare July 2, 2026 20:47
@konflux-internal-p02 konflux-internal-p02 Bot changed the title [main] Update go-openapi packages to v0.23.2 [main] Update go-openapi packages Jul 2, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch 3 times, most recently from 0a654e0 to 017c496 Compare July 8, 2026 21:10
@openshift-ci

openshift-ci Bot commented Jul 8, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: konflux-internal-p02[bot]
Once this PR has been reviewed and has the lgtm label, please assign radekmanak 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

@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch from 017c496 to 861a8ab Compare July 9, 2026 17:33
@konflux-internal-p02 konflux-internal-p02 Bot changed the title [main] Update go-openapi packages [main] Update go-openapi packages to v0.27.0 Jul 10, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title [main] Update go-openapi packages to v0.27.0 [main] Update go-openapi packages Jul 10, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch 10 times, most recently from a72a40d to 05c0769 Compare July 20, 2026 08:55
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch 7 times, most recently from 282d7e0 to bead6bb Compare July 24, 2026 17:28
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch 12 times, most recently from 9ffc490 to 4241eb7 Compare July 31, 2026 13:05
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch from 4241eb7 to 5394fca Compare August 3, 2026 10:04
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/main/go-openapi branch from 5394fca to 30893b5 Compare August 3, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants