Open
Conversation
d6d8ca4 to
cb2e972
Compare
729cb40 to
8175083
Compare
2dab4d3 to
2d77aa7
Compare
4393da0 to
097243b
Compare
e82e496 to
dbfab2d
Compare
f98ce37 to
e9a7434
Compare
b4f1172 to
655acd3
Compare
6a10736 to
25f8211
Compare
64b25cf to
34cb3e9
Compare
914df94 to
f5011c1
Compare
3c75585 to
0f41cf5
Compare
611171b to
195e6fc
Compare
4e2bdb5 to
7753877
Compare
e3421d8 to
4ebc069
Compare
25d5478 to
3c87f88
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v28.3.3+incompatible→v28.5.2+incompatiblev0.5.0→v0.6.0v2.4.0→v2.5.0v0.1.0→v0.2.0v0.6.0→v0.6.1v1.0.0→v1.1.0v2.2.4→v2.3.0v0.10.0→v0.12.0v1.9.3→v1.9.4v1.14.0→v1.15.0v1.9.2→v1.10.0v1.9.1→v1.10.2v1.0.7→v1.0.10v1.20.1→v1.21.0v1.1.0→v1.2.1v0.62.0→v0.68.0v1.37.0→v1.43.0v1.37.0→v1.43.0v1.37.0→v1.43.0v1.37.0→v1.43.0v0.5.2→v0.6.0v0.34.0→v0.43.0v0.33.0→v0.42.0v0.27.0→v0.36.0v0.12.0→v0.15.0Release Notes
docker/docker (github.com/docker/docker)
v28.5.2+incompatibleCompare Source
v28.5.1+incompatibleCompare Source
v28.5.0+incompatibleCompare Source
v28.4.0+incompatibleCompare Source
docker/go-connections (github.com/docker/go-connections)
v0.6.0Compare Source
go-viper/mapstructure (github.com/go-viper/mapstructure/v2)
v2.5.0Compare 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.0Compare Source
What's Changed
Full Changelog: moby/go-archive@v0.1.0...v0.2.0
moby/patternmatcher (github.com/moby/patternmatcher)
v0.6.1Compare Source
What's Changed
Full Changelog: moby/patternmatcher@v0.6.0...v0.6.1
morikuni/aec (github.com/morikuni/aec)
v1.1.0Compare 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.0Compare 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
omitzerotag support by @NathanBaulch in #998Fixed 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.0Compare Source
v0.11.0Compare Source
sirupsen/logrus (github.com/sirupsen/logrus)
v1.9.4Compare Source
Notable changes
ioutilpackage #1472Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4
spf13/afero (github.com/spf13/afero)
v1.15.0Compare Source
What's Changed
New Contributors
Full Changelog: spf13/afero@v1.14.0...v1.15.0
spf13/cast (github.com/spf13/cast)
v1.10.0Compare Source
What's Changed
New Contributors
Full Changelog: spf13/cast@v1.9.2...v1.10.0
spf13/cobra (github.com/spf13/cobra)
v1.10.2Compare Source
🔧 Dependencies
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by @dims in #2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/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.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore 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.10Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
v1.0.9Compare Source
What's Changed
Full Changelog: spf13/pflag@v1.0.8...v1.0.9
v1.0.8Compare Source
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhiteliststruct and correspondingFlagSet.parseErrorsWhitelistfield have been renamed toParseErrorsAllowlist.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.0Compare Source
What's Changed
Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes
mapstructurepackage replacement. by @aldas in #2004New Contributors
Full Changelog: spf13/viper@v1.20.0...v1.21.0
open-telemetry/opentelemetry-go-instrumentation (go.opentelemetry.io/auto/sdk)
v1.2.1Fixed
uint32bounding on 32 bit architectures in thego.opentelemetry.io/auto/sdkmodule. (#2810)go.opentelemetry.io/auto/examples/rolldicebuild. (#2894)v1.2.0Added
golang.org/x/net0.42.0. (#2503)google.golang.org/grpc1.74.2. (#2546)google.golang.org/grpc1.76.0-dev. (#2596)WithResourceDetectorfunction is added togo.opentelemetry.io/auto/pipeline/otelsdk.WithEnvfunction is updated to parse theOTEL_RESOURCE_DETECTORenvironment variable.Values are expected to be a comma-separated list of resource detector IDs registered with the
autodetectpackage.1.23.12. (#2603)1.24.6. (#2603)golang.org/x/net0.43.0. (#2615)1.25.0. (#2651)google.golang.org/grpc1.75.0. (#2686)github.com/segmentio/kafka-go0.4.49. (#2699)go.opentelemetry.io/otelv1.38.0. (#2726)1.24.7. (#2747)1.25.1. (#2747)golang.org/x/net0.44.0. (#2773)google.golang.org/grpc1.72.3. (#2787)google.golang.org/grpc1.73.1. (#2787)google.golang.org/grpc1.74.3. (#2787)google.golang.org/grpc1.75.1. (#2787)Changed
go.opentelemetry.io/autosemconv tov1.37.0. (#2763)go.opentelemetry.io/auto/sdksemconv tov1.37.0. (#2763)Fixed
telemetry.distro.versionresource attribute to theotelsdkhandler. (#2383)active_spans_by_span_ptreBPF 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.0Compare Source
Added
IsRandomandWithRandomonTraceFlags, andIsRandomonSpanContextingo.opentelemetry.io/otel/tracefor W3C Trace Context Level 2 Random Trace ID Flag support. (#8012)
WithServiceingo.opentelemetry.io/otel/sdk/resource. (#7642)DefaultWithContextandEnvironmentWithContextingo.opentelemetry.io/otel/sdk/resourceto support plumbingcontext.Contextthrough default and environment detectors. (#8051)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#8038)attribute.EMPTY) ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#8038)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.