Skip to content

chore(deps): update go dependencies - #299

Open
red-hat-konflux[bot] wants to merge 1 commit into
release-1.0from
konflux/mintmaker/release-1.0/go-deps
Open

chore(deps): update go dependencies#299
red-hat-konflux[bot] wants to merge 1 commit into
release-1.0from
konflux/mintmaker/release-1.0/go-deps

Conversation

@red-hat-konflux

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
github.com/cenkalti/backoff/v5 indirect major v5.0.3v7.0.0
github.com/docker/cli indirect minor v29.6.2+incompatiblev29.7.0+incompatible v29.7.1+incompatible
github.com/go-openapi/swag indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/cmdutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/conv indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/fileutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/jsonutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/loading indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/mangling indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/netutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/pools indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/stringutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/typeutils indirect minor v0.27.3v0.28.0
github.com/go-openapi/swag/yamlutils indirect minor v0.27.3v0.28.0
github.com/sigstore/sigstore-go require minor v1.2.2v1.3.0
go.yaml.in/yaml/v2 indirect major v2.4.4v3.0.5
gomodules.xyz/jsonpatch/v2 indirect major v2.4.0v3.0.1
google.golang.org/genproto/googleapis/api indirect digest e75dac18efbd57
gopkg.in/evanphx/json-patch.v4 indirect major v4.13.0v5.9.11

Release Notes

cenkalti/backoff (github.com/cenkalti/backoff/v5)

v7.0.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

docker/cli (github.com/docker/cli)

v29.7.0+incompatible

Compare Source

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
sigstore/sigstore-go (github.com/sigstore/sigstore-go)

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: sigstore/sigstore-go@v1.2.2...v1.3.0

yaml/go-yaml (go.yaml.in/yaml/v2)

v3.0.5

Compare Source

v3.0.4

Compare Source

v3.0.3

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

gomodules/jsonpatch (gomodules.xyz/jsonpatch/v2)

v3.0.1

Compare Source

This release uses our forked gomodules/orderedmap library. Our forked version has 2 major changes:

  • Uses *OrderedMap instead of OrderedMap inside nested orderedmaps.
  • I ported unstructured helpers from Kubernetes to work with orderedmaps.

v3.0.0

Compare Source

This release uses iancoleman/orderedmap to generate predictable patch. This is very useful if the generated patch is checked into a VCS like git.

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: gomodules/jsonpatch@v2.4.0...v2.5.0

evanphx/json-patch (gopkg.in/evanphx/json-patch.v4)

v5.9.11

Compare Source

What's Changed

Full Changelog: evanphx/json-patch@v5.9.10...v5.9.11

v5.9.10

Compare Source

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.9.0...v5.9.10

v5.9.0

Compare Source

What's Changed

Full Changelog: evanphx/json-patch@v5.8.1...v5.9.0

v5.8.1: Fix API breakage

Compare Source

This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: evanphx/json-patch@v5.8.0...v5.8.1

v5.8.0: Blargh Phixs and Empathyprovements

Compare Source

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: evanphx/json-patch@v5.7.0...v5.8.0

v5.7.0: The 2023 Release

Compare Source

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.6.0...v5.7.0

v5.6.0: Bug fixes

Compare Source

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.5.0...v5.6.0

v5.5.0: Better null handling

Compare Source

This incorporates a few fixes related to how nulls are handles in array's and objects.

v5.3.0: Fix zero sized document crash

Compare Source

This fixes a crash bug where submitted an empty slice as the document would panic.

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0: Proper Go modules release

Compare Source

This release has a proper /v5 directory, unlike the previous releases that did not have a /v4 dir. Thanks to @​BenTheElder for getting this sorted out!


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.

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.0/go-deps branch 5 times, most recently from 0d42a8e to f53aff7 Compare August 3, 2026 10:20
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-1.0/go-deps branch from f53aff7 to 20cd288 Compare August 3, 2026 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants