Skip to content

Update go updates#191

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

Update go updates#191
renovate[bot] wants to merge 1 commit intomainfrom
renovate/go-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/docker/docker v28.3.3+incompatiblev28.5.2+incompatible age confidence
github.com/docker/go-connections v0.5.0v0.6.0 age confidence
github.com/go-viper/mapstructure/v2 v2.4.0v2.5.0 age confidence
github.com/moby/go-archive v0.1.0v0.2.0 age confidence
github.com/moby/patternmatcher v0.6.0v0.6.1 age confidence
github.com/morikuni/aec v1.0.0v1.1.0 age confidence
github.com/pelletier/go-toml/v2 v2.2.4v2.3.0 age confidence
github.com/sagikazarmark/locafero v0.10.0v0.12.0 age confidence
github.com/sirupsen/logrus v1.9.3v1.9.4 age confidence
github.com/spf13/afero v1.14.0v1.15.0 age confidence
github.com/spf13/cast v1.9.2v1.10.0 age confidence
github.com/spf13/cobra v1.9.1v1.10.2 age confidence
github.com/spf13/pflag v1.0.7v1.0.10 age confidence
github.com/spf13/viper v1.20.1v1.21.0 age confidence
go.opentelemetry.io/auto/sdk v1.1.0v1.2.1 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0v0.68.0 age confidence
go.opentelemetry.io/otel v1.37.0v1.43.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0v1.43.0 age confidence
go.opentelemetry.io/otel/metric v1.37.0v1.43.0 age confidence
go.opentelemetry.io/otel/trace v1.37.0v1.43.0 age confidence
go.uber.org/mock v0.5.2v0.6.0 age confidence
golang.org/x/sys v0.34.0v0.43.0 age confidence
golang.org/x/term v0.33.0v0.42.0 age confidence
golang.org/x/text v0.27.0v0.36.0 age confidence
golang.org/x/time v0.12.0v0.15.0 age confidence

Release Notes

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

v28.5.2+incompatible

Compare Source

v28.5.1+incompatible

Compare Source

v28.5.0+incompatible

Compare Source

v28.4.0+incompatible

Compare Source

docker/go-connections (github.com/docker/go-connections)

v0.6.0

Compare Source

go-viper/mapstructure (github.com/go-viper/mapstructure/v2)

v2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-viper/mapstructure@v2.4.0...v2.5.0

moby/go-archive (github.com/moby/go-archive)

v0.2.0

Compare Source

What's Changed

  • remove aliases for deprecated types and functions #​10
  • chrootarchive: remove redundant "init" mitigation for CVE-2019-14271 #​11
  • xattr: Fix OS matching #​20
  • TestOverlayTarUntar: remove redundant cmpopts.EquateEmpty #​9
  • go.mod: bump github.com/klauspost/compress v1.18.2 #​19
  • gha: update actions #​18

Full Changelog: moby/go-archive@v0.1.0...v0.2.0

moby/patternmatcher (github.com/moby/patternmatcher)

v0.6.1

Compare Source

What's Changed

  • fix panic / nil pointer dereference on invalid patterns #​9
  • ci: update actions and test against "oldest", "oldstable" and "stable" #​8

Full Changelog: moby/patternmatcher@v0.6.0...v0.6.1

morikuni/aec (github.com/morikuni/aec)

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: morikuni/aec@v1.0.0...v1.1.0

pelletier/go-toml (github.com/pelletier/go-toml/v2)

v2.3.0

Compare Source

This is the first release built largely with the help of AI coding agents. Highlights include the complete removal of the unsafe package. go-toml is now fully safe Go code, with a geomean overhead of only ~1.4% vs v2.2.4 and zero additional allocations on benchmarks. This release also adds omitzero struct tag support, improves UnmarshalText/Unmarshaler handling for tables and array tables, and fixes several bugs including nil pointer marshaling, leap second handling, and datetime unmarshaling panics.

What's Changed

What's new
Fixed bugs
Documentation
Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.2.4...v2.3.0

sagikazarmark/locafero (github.com/sagikazarmark/locafero)

v0.12.0

Compare Source

v0.11.0

Compare Source

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

spf13/afero (github.com/spf13/afero)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.14.0...v1.15.0

spf13/cast (github.com/spf13/cast)

v1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.9.2...v1.10.0

spf13/cobra (github.com/spf13/cobra)

v1.10.2

Compare Source

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in #​2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

Compare Source

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

Compare Source

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: #​2303 (comment)

✨ Features
🐛 Fix
🪠 Testing
📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

open-telemetry/opentelemetry-go-instrumentation (go.opentelemetry.io/auto/sdk)

v1.2.1

Fixed
  • Fix uint32 bounding on 32 bit architectures in the go.opentelemetry.io/auto/sdk module. (#​2810)
  • Fix go.opentelemetry.io/auto/examples/rolldice build. (#​2894)

v1.2.0

[!NOTE]
This is the last release version that will support building the auto-instrumentation CLI using Go 1.23.
The next release will require development to be done using Go >= 1.24.

Added
  • Cache offsets for golang.org/x/net 0.42.0. (#​2503)
  • Cache offsets for google.golang.org/grpc 1.74.2. (#​2546)
  • Cache offsets for google.golang.org/grpc 1.76.0-dev. (#​2596)
  • Allow configuration of the resource using a resource.Detector. (#​2598)
    • The WithResourceDetector function is added to go.opentelemetry.io/auto/pipeline/otelsdk.
    • The WithEnv function is updated to parse the OTEL_RESOURCE_DETECTOR environment variable.
      Values are expected to be a comma-separated list of resource detector IDs registered with the autodetect package.
  • Cache offsets for Go 1.23.12. (#​2603)
  • Cache offsets for Go 1.24.6. (#​2603)
  • Cache offsets for golang.org/x/net 0.43.0. (#​2615)
  • Cache offsets for Go 1.25.0. (#​2651)
  • Cache offsets for google.golang.org/grpc 1.75.0. (#​2686)
  • Cache offsets for github.com/segmentio/kafka-go 0.4.49. (#​2699)
  • Cache offsets for go.opentelemetry.io/otel v1.38.0. (#​2726)
  • Cache offsets for Go 1.24.7. (#​2747)
  • Cache offsets for Go 1.25.1. (#​2747)
  • Cache offsets for golang.org/x/net 0.44.0. (#​2773)
  • Cache offsets for google.golang.org/grpc 1.72.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.73.1. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.74.3. (#​2787)
  • Cache offsets for google.golang.org/grpc 1.75.1. (#​2787)
Changed
  • Upgrade go.opentelemetry.io/auto semconv to v1.37.0. (#​2763)
  • Upgrade go.opentelemetry.io/auto/sdk semconv to v1.37.0. (#​2763)
Fixed
  • Add telemetry.distro.version resource attribute to the otelsdk handler. (#​2383)
  • active_spans_by_span_ptr eBPF map used in the traceglobal probe changed to LRU. (#​2509)
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.43.0: /v0.65.0/v0.19.0

Compare Source

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace
    for W3C Trace Context Level 2 Random Trace ID Flag support. (#​8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#​7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#​8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​8038)
  • Support att

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

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

@renovate renovate bot force-pushed the renovate/go-updates branch from d6d8ca4 to cb2e972 Compare August 18, 2025 19:15
@renovate renovate bot force-pushed the renovate/go-updates branch 6 times, most recently from 729cb40 to 8175083 Compare September 4, 2025 04:14
@renovate renovate bot force-pushed the renovate/go-updates branch 4 times, most recently from 2dab4d3 to 2d77aa7 Compare September 13, 2025 01:02
@renovate renovate bot force-pushed the renovate/go-updates branch 2 times, most recently from 4393da0 to 097243b Compare September 20, 2025 01:03
@renovate renovate bot force-pushed the renovate/go-updates branch 5 times, most recently from e82e496 to dbfab2d Compare October 8, 2025 18:38
@renovate renovate bot force-pushed the renovate/go-updates branch 2 times, most recently from f98ce37 to e9a7434 Compare October 27, 2025 21:33
@renovate renovate bot force-pushed the renovate/go-updates branch 3 times, most recently from b4f1172 to 655acd3 Compare November 11, 2025 21:00
@renovate renovate bot force-pushed the renovate/go-updates branch 2 times, most recently from 6a10736 to 25f8211 Compare November 15, 2025 03:09
@renovate renovate bot force-pushed the renovate/go-updates branch 5 times, most recently from 64b25cf to 34cb3e9 Compare December 8, 2025 19:55
@renovate renovate bot force-pushed the renovate/go-updates branch 5 times, most recently from 914df94 to f5011c1 Compare February 10, 2026 09:00
@renovate renovate bot force-pushed the renovate/go-updates branch 10 times, most recently from 3c75585 to 0f41cf5 Compare February 24, 2026 15:40
@renovate renovate bot force-pushed the renovate/go-updates branch 4 times, most recently from 611171b to 195e6fc Compare March 3, 2026 00:40
@renovate renovate bot force-pushed the renovate/go-updates branch 6 times, most recently from 4e2bdb5 to 7753877 Compare March 11, 2026 15:08
@renovate renovate bot force-pushed the renovate/go-updates branch 2 times, most recently from e3421d8 to 4ebc069 Compare March 19, 2026 01:38
@renovate renovate bot force-pushed the renovate/go-updates branch 2 times, most recently from 25d5478 to 3c87f88 Compare April 3, 2026 13:36
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