Skip to content

Update go updates - #272

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-updates
Open

Update go updates#272
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-updates

Conversation

@renovate

@renovate renovate Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/cenkalti/backoff/v5 v5.0.3v7.0.0 age confidence indirect major
github.com/docker/go-connections v0.7.0v0.8.1 age confidence indirect minor
github.com/felixge/httpsnoop v1.0.4v1.1.0 age confidence indirect minor
github.com/fxamacker/cbor/v2 v2.9.1v2.9.2 age confidence indirect patch
github.com/go-logr/logr v1.4.3v1.4.4 age confidence indirect patch
github.com/go-openapi/jsonpointer v0.23.1v1.0.0 age confidence indirect major
github.com/go-openapi/jsonreference v0.21.5v1.0.0 age confidence indirect major
github.com/go-openapi/swag v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/cmdutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/conv v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/fileutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/jsonname v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/jsonutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/loading v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/mangling v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/netutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/stringutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/typeutils v0.26.0v0.28.0 age confidence indirect minor
github.com/go-openapi/swag/yamlutils v0.26.0v0.28.0 age confidence indirect minor
github.com/moby/sys/sequential v0.6.0v0.7.0 age confidence indirect minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0v0.70.0 age confidence indirect minor
go.opentelemetry.io/otel v1.43.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.43.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.43.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/proto/otlp v1.10.0v1.11.0 age confidence indirect minor
go.yaml.in/yaml/v2 v2.4.4v3.0.5 age confidence indirect major
go.yaml.in/yaml/v3 v3.0.4v3.0.5 age confidence indirect patch
golang.org/x/net v0.53.0v0.57.0 age confidence indirect minor
golang.org/x/sys v0.43.0v0.47.0 age confidence indirect minor
golang.org/x/term v0.42.0v0.45.0 age confidence indirect minor
golang.org/x/text v0.36.0v0.40.0 age confidence indirect minor
gopkg.in/evanphx/json-patch.v4 v4.13.0v5.9.11 age confidence indirect major
k8s.io/api v0.35.4v0.36.3 age confidence indirect minor
k8s.io/apimachinery v0.35.4v0.36.3 age confidence indirect minor
k8s.io/client-go v0.35.4v0.36.3 age confidence indirect minor
k8s.io/kube-openapi ec9c827d427ff9 age confidence indirect digest
k8s.io/utils 28399d8cf1189d age confidence indirect digest
sigs.k8s.io/structured-merge-diff/v6 v6.4.0v6.4.2 age confidence indirect patch

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

v0.8.1

Compare Source

v0.8.0

Compare Source

felixge/httpsnoop (github.com/felixge/httpsnoop)

v1.1.0

Compare Source

fxamacker/cbor (github.com/fxamacker/cbor/v2)

v2.9.2

Compare Source

This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.

Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).

The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.

This release passed fuzz tests (billions of execs) and it is production quality.

What's Changed

  • Reject encoding indefinite-length map with odd item count by @​fxamacker in #​764
  • Reject encoding indefinite-length data item as a chunk inside indefinite-length byte string or text string by @​fxamacker in #​765
  • Make TagSet.Remove a no-op when contentType is nil by @​fxamacker in #​766
  • Refactor indefinite-length encoding and improve chunk validation during encoding by @​fxamacker in #​767
  • Add more tests, fix a nit in unreachable panic message, update docs & ci by @​fxamacker in #​768
CI / GitHub Actions and Docs
🔎 Details...

Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2

go-logr/logr (github.com/go-logr/logr)

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

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

v1.0.0

Compare Source

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.24.0

Full Changelog: go-openapi/jsonpointer@v0.24.0...v1.0.0

2 commits in this release.


Documentation

People who contributed to this release

jsonpointer license terms

License

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

v1.0.0

Compare Source

1.0.0 - 2026-07-07

Stable API pledge - no change from v0.21.6

Full Changelog: go-openapi/jsonreference@v0.21.6...v1.0.0

10 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

jsonreference license terms

License

v0.21.6

Compare 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

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)

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 27, 2026

Copy link
Copy Markdown
Contributor 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):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af

@renovate
renovate Bot force-pushed the renovate/go-updates branch 6 times, most recently from ad8d2ba to 1fe61ab Compare May 4, 2026 18:39
@renovate
renovate Bot force-pushed the renovate/go-updates branch 9 times, most recently from b0d95de to 93f30b6 Compare May 12, 2026 01:43
@renovate
renovate Bot force-pushed the renovate/go-updates branch 3 times, most recently from 293885c to a9bfd24 Compare May 19, 2026 21:05
@renovate
renovate Bot force-pushed the renovate/go-updates branch 8 times, most recently from df733b2 to 1afc057 Compare May 25, 2026 22:34
@renovate
renovate Bot force-pushed the renovate/go-updates branch 3 times, most recently from bf8273a to 7b79e1d Compare May 31, 2026 22:13
@renovate
renovate Bot force-pushed the renovate/go-updates branch 7 times, most recently from 8b66842 to 09088aa Compare June 23, 2026 10:52
@renovate
renovate Bot force-pushed the renovate/go-updates branch 9 times, most recently from dc02777 to eae8fac Compare July 3, 2026 07:05
@renovate
renovate Bot force-pushed the renovate/go-updates branch 7 times, most recently from 92bddcb to b46a0dc Compare July 10, 2026 05:02
@renovate
renovate Bot force-pushed the renovate/go-updates branch 6 times, most recently from fed5a68 to ddd9e16 Compare July 14, 2026 01:12
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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