Skip to content

chore(deps): update go dependencies#64

Open
red-hat-konflux[bot] wants to merge 1 commit intotech-previewfrom
konflux/mintmaker/tech-preview/go-deps
Open

chore(deps): update go dependencies#64
red-hat-konflux[bot] wants to merge 1 commit intotech-previewfrom
konflux/mintmaker/tech-preview/go-deps

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux bot commented Mar 30, 2026

This PR contains the following updates:

Package Type Update Change
github.com/go-openapi/jsonpointer indirect minor v0.22.5v0.23.1
github.com/go-openapi/runtime indirect patch v0.29.3v0.29.4
github.com/go-openapi/swag indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/cmdutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/conv indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/fileutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/jsonname indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/jsonutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/loading indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/mangling indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/netutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/stringutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/typeutils indirect minor v0.25.5v0.26.0
github.com/go-openapi/swag/yamlutils indirect minor v0.25.5v0.26.0
github.com/google/go-containerregistry require patch v0.21.3v0.21.5
github.com/sigstore/protobuf-specs require patch v0.5.0v0.5.1
golang.org/x/crypto require minor v0.49.0v0.50.0
golang.org/x/mod indirect minor v0.34.0v0.35.0
golang.org/x/net indirect minor v0.52.0v0.53.0
golang.org/x/sys indirect minor v0.42.0v0.43.0
golang.org/x/term indirect minor v0.41.0v0.42.0
golang.org/x/text indirect minor v0.35.0v0.36.0
google.golang.org/genproto/googleapis/api indirect digest d00831aafd174a
google.golang.org/genproto/googleapis/rpc indirect digest d00831aafd174a
sigs.k8s.io/release-utils require patch v0.12.3v0.12.4

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.23.1

Compare 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
  • fix(offset): in Offset method, fixed index of value of array element. by @​fredbi in #​128 ...
Documentation
Updates

People who contributed to this release

jsonpointer license terms

License

v0.23.0

Compare 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
Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

jsonpointer license terms

License

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

v0.29.4

Compare Source

0.29.4 - 2026-04-18

Security update

Full Changelog: go-openapi/runtime@v0.29.3...v0.29.4

16 commits in this release.


Documentation
Testing
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.4)

Miscellaneous tasks
Updates
go-openapi/swag (github.com/go-openapi/swag)

v0.26.0

Compare Source

0.26.0 - 2026-04-15

Full Changelog: go-openapi/swag@v0.25.5...v0.26.0

14 commits in this release.


Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go co… by @​fredbi in #​195 ...
Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes


cmdutils (0.26.0)

Miscellaneous tasks

conv (0.26.0)

Miscellaneous tasks
Updates

fileutils (0.26.0)

Miscellaneous tasks
Updates

jsonname (0.26.0)

Implemented enhancements
  • feat(jsonname): added new json name provider more respectful of go co… by @​fredbi in #​195 ...
Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.26.0)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.26.0)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.26.0)

Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.26.0)

Miscellaneous tasks
Updates

jsonutils (0.26.0)

Miscellaneous tasks
Updates

loading (0.26.0)

Miscellaneous tasks
Updates

mangling (0.26.0)

Miscellaneous tasks
Updates

netutils (0.26.0)

Miscellaneous tasks
Updates

stringutils (0.26.0)

Miscellaneous tasks
Updates

typeutils (0.26.0)

Miscellaneous tasks
Updates

yamlutils (0.26.0)

Miscellaneous tasks
Updates
google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.5

Compare Source

What's Changed

Full Changelog: google/go-containerregistry@v0.21.4...v0.21.5

v0.21.4

Compare Source

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.3...v0.21.4

sigstore/protobuf-specs (github.com/sigstore/protobuf-specs)

v0.5.1

Compare Source

  • Add ML-DSA-44 algorithm identifier (#​860)
kubernetes-sigs/release-utils (sigs.k8s.io/release-utils)

v0.12.4

Compare Source

Changes by Kind

Bug
  • Fix shared default options mutation across http agents. NewAgent() previously returned agents all pointing to the same options struct, so calling any With*() method on one agent would mutate all agents. (#​182, @​saschagrunert) [SIG Release]
Feature
  • The http.Agent now supports setting custom clients with WithClient() (#​169, @​puerco) [SIG Release]
Other (Cleanup or Flake)

Dependencies

Added
  • github.com/cespare/xxhash/v2: v2.3.0
Changed
Removed

Nothing has changed.


Configuration

📅 Schedule: 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 changed the title chore(deps): update google.golang.org/genproto/googleapis/rpc digest to d5a96ad chore(deps): update go dependencies to d5a96ad Mar 31, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/tech-preview/go-deps branch 2 times, most recently from 3c98815 to c70e5df Compare March 31, 2026 11:38
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go dependencies to d5a96ad chore(deps): update go dependencies Mar 31, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/tech-preview/go-deps branch 2 times, most recently from 82b2e51 to c72e422 Compare April 1, 2026 06:43
@red-hat-konflux
Copy link
Copy Markdown
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):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/grpc v1.79.2 -> v1.79.3

@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux bot commented Apr 2, 2026

ℹ️ 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):

  • 5 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.41.0 -> v1.43.0
google.golang.org/grpc v1.79.2 -> v1.79.3

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/tech-preview/go-deps branch 5 times, most recently from ab404a2 to 6174c7c Compare April 8, 2026 16:34
ompushkara pushed a commit to ompushkara/model-transparency-go that referenced this pull request Apr 9, 2026
…s/github.com/theupdateframework/go-tuf/v2-2.4.1

Bump github.com/theupdateframework/go-tuf/v2 from 2.3.0 to 2.4.1
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/tech-preview/go-deps branch 9 times, most recently from 085c6af to 56acf55 Compare April 16, 2026 10:33
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/tech-preview/go-deps branch 5 times, most recently from d0be71a to 561c30b Compare April 18, 2026 14: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/tech-preview/go-deps branch from 561c30b to 1efeb0a Compare April 18, 2026 18:25
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