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:
d185dfc
->306776e
v25.0.2+incompatible
->v25.0.3+incompatible
v3.11.2
->v3.11.3
v2.5.0
->v2.6.0
v1.0.2
->v1.1.0
v1.2.0
->v1.3.0
v0.47.0
->v0.49.0
v1.22.0
->v1.24.0
v1.22.0
->v1.24.0
v1.22.0
->v1.24.0
v1.22.0
->v1.24.0
v1.0.0
->v1.1.0
v0.14.0
->v0.15.0
v0.20.0
->v0.21.0
v0.16.0
->v0.17.0
v0.16.0
->v0.17.0
v0.16.0
->v0.17.0
v0.17.0
->v0.18.0
v1.6.8
->v2.0.5
v1.60.1
->v1.62.0
v2.4.0
->v3.0.1
v0.29.1
->v0.29.2
v0.29.1
->v0.29.2
v0.29.1
->v0.29.2
2919ad4
->70dd376
Release Notes
docker/docker (github.com/docker/docker)
v25.0.3+incompatible
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.11.3
Compare Source
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.6.0
Compare Source
This release adds important new features, optimizations, bug fixes, and 3 new contributors. Fuzz tests passed 5+ billion execs for CBOR encoding and decoding functions. Minimum officially supported Go is bumped to Go 1.17.
⭐ Features and Optimizations
interface{}
as*big.Int
by @fxamacker in https://github.com/fxamacker/cbor/pull/456interface{}
by @fxamacker in https://github.com/fxamacker/cbor/pull/457any
by @ssuriyan7 in https://github.com/fxamacker/cbor/pull/475🚀 Notable Optimizations
Improve memory allocs 🗜️ and speed 🚀 of encoding maps by using Go 1.18-1.20 features by @dinhxuanvu in https://github.com/fxamacker/cbor/pull/468
📊 Benchmarks
benchstat
results provided by @dinhxuanvuNOTE: Go 1.17 is the minimum version supported by v2.6.0. Go 1.20+ will use optimizations introduced by PR 468.
🛠 Improvements
UnrecognizedTagToAny
option toTestDecOptions
by @fxamacker in https://github.com/fxamacker/cbor/pull/484🐞 Bug Fixes
*cbor.SimpleValue
by @fxamacker in https://github.com/fxamacker/cbor/pull/461📖 Docs and CI
New Contributors
Full Changelog: fxamacker/cbor@v2.5.0...v2.6.0
opencontainers/image-spec (github.com/opencontainers/image-spec)
v1.1.0
Compare Source
Vote Passed
[+7-0]
- https://groups.google.com/a/opencontainers.org/g/dev/c/Cnk6H9C4aagRelease PR : https://github.com/opencontainers/image-spec/pull/1161
Full Changelog: opencontainers/image-spec@v1.0.2...v1.1.0
Associated Distribution Specification Release - https://github.com/opencontainers/distribution-spec/releases/tag/v1.1.0
arcalot/go-dgraph (go.arcalot.io/dgraph)
v1.3.0
Compare Source
What's Changed
Full Changelog: arcalot/go-dgraph@v1.2.0...v1.3.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.24.0
: /v0.46.0/v0.0.1-alphaCompare Source
This release is the last to support Go 1.20. The next release will require at least Go 1.21.
Added
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
. (#4900)go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4900)go.opentelemetry.io/otel/log
module is added. This module includes OpenTelemetry Go's implementation of the Logs Bridge API. This module is in an alpha state, it is subject to breaking changes. See our versioning policy for more info. (#4961)Fixed
go.opentelemetry.io/otel
. (#4945)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.23.1...v1.24.0
v1.23.1
: /v0.45.2Compare Source
Fixed
go.opentelemetry.io/otel/sdk/metric
. (#4888)v1.23.0
: /v0.45.1Compare Source
This release contains the first stable,
v1
, release of the following modules:go.opentelemetry.io/otel/bridge/opencensus
go.opentelemetry.io/otel/bridge/opencensus/test
go.opentelemetry.io/otel/example/opencensus
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
See our versioning policy for more information about these stability guarantees.
Added
WithEndpointURL
option to theexporters/otlp/otlpmetric/otlpmetricgrpc
,exporters/otlp/otlpmetric/otlpmetrichttp
,exporters/otlp/otlptrace/otlptracegrpc
andexporters/otlp/otlptrace/otlptracehttp
packages. (#4808)ErrSchemaURLConflict
is added togo.opentelemetry.io/otel/sdk/resource
. This error is returned when a merge of twoResource
s with different (non-empty) schema URL is attempted. (#4876)Changed
Merge
andNew
functions ingo.opentelemetry.io/otel/sdk/resource
now returns a partial result if there is a schema URL merge conflict. Instead of returningnil
when twoResource
s with different (non-empty) schema URLs are merged the mergedResource
, along with the newErrSchemaURLConflict
error, is returned. It is up to the user to decide if they want to use the returnedResource
or not. It may have desired attributes overwritten or include stale semantic conventions. (#4876)Fixed
ContainerID
resource detection on systemd when cgroup path has a colon. (#4449)go.opentelemetry.io/otel/sdk/metric
to cache instruments to avoid leaking memory when the same instrument is created multiple times. (#4820)Mix
andMax
values forgo.opentelemetry.io/otel/exporters/stdout/stdoutmetric
by introducingMarshalText
andMarshalJSON
for theExtrema
type ingo.opentelemetry.io/sdk/metric/metricdata
. (#4827)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0
open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)
v1.1.0
Compare Source
Release of the v1.1.0 version of the OTLP.
Full Changelog: open-telemetry/opentelemetry-proto-go@v1.0.0...v1.1.0
golang/appengine (google.golang.org/appengine)
v2.0.5
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.4...v2.0.5
v2.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.3...v2.0.4
v2.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.2...v2.0.3
v2.0.2
: Release App Engine golang SDK v2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v2.0.1...v2.0.2
v2.0.1
: Version 2.0.1Compare Source
grpc/grpc-go (google.golang.org/grpc)
v1.62.0
: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/trace
by usinggrpcnotrace
to enable dead code elimination (#6954)grpcrand
by adoptingmath/rand
's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
v1.61.1
: Release 1.61.1Compare Source
Bug Fixes
v1.61.0
: Release 1.61.0Compare Source
New Features
AuthorityOverrider
, to allow resolver.Builders to override the default authority for aClientConn
. (EXPERIMENTAL) (#6752)grpc.WaitForHandlers
ServerOption
to causeServer.Stop
to block until method handlers return. (EXPERIMENTAL) (#6922)Performance Improvements
Bug Fixes
UNAVAILABLE
instead ofUNKNOWN
when underlying connection is broken (#6891)GracefulStop
to block until all method handlers return (v1.60 regression). (#6922)NumStreamWorkers
(EXPERIMENTAL). (#6856)go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
kubernetes/api (k8s.io/api)
v0.29.2
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.29.2
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.29.2
Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR has been generated by Renovate Bot.