-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go updates #170
Merged
Merged
Update go updates #170
Conversation
This file contains 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
platform-engineering-bot
force-pushed
the
renovate/go-updates
branch
5 times, most recently
from
April 12, 2024 19:06
246333b
to
74c7b52
Compare
platform-engineering-bot
force-pushed
the
renovate/go-updates
branch
9 times, most recently
from
April 22, 2024 17:03
9842355
to
12a82ce
Compare
platform-engineering-bot
force-pushed
the
renovate/go-updates
branch
8 times, most recently
from
April 29, 2024 19:05
24d28cc
to
799f872
Compare
platform-engineering-bot
force-pushed
the
renovate/go-updates
branch
4 times, most recently
from
May 2, 2024 13:25
8f01ae0
to
3f19bc7
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
platform-engineering-bot
force-pushed
the
renovate/go-updates
branch
3 times, most recently
from
May 5, 2024 14:02
b0f1718
to
aefc3d5
Compare
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
dustinblack
force-pushed
the
renovate/go-updates
branch
from
May 6, 2024 15:48
aefc3d5
to
740e23e
Compare
Signed-off-by: Matt Leader <mleader@redhat.com>
mfleader
approved these changes
May 29, 2024
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:
v0.6.1
->v0.6.2
v26.0.0+incompatible
->v26.1.1+incompatible
v3.11.0
->v3.12.0
v2.5.0
->v2.6.0
1.21.6
->1.22.2
v0.4.0
->v0.4.1
v0.49.0
->v0.51.0
v1.24.0
->v1.26.0
v1.24.0
->v1.26.0
v1.24.0
->v1.26.0
v1.24.0
->v1.26.0
v1.24.0
->v1.26.0
v1.1.0
->v1.2.0
v0.16.0
->v0.17.0
v0.22.0
->v0.24.0
v0.18.0
->v0.20.0
v0.18.0
->v0.20.0
v0.18.0
->v0.20.0
v0.14.0
->v0.15.0
v0.19.0
->v0.20.0
v1.6.8
->v2.0.6
v1.62.1
->v1.63.2
v1.33.0
->v1.34.0
v2.4.0
->v3.0.1
v0.29.3
->v0.30.0
v0.29.3
->v0.30.0
v0.29.3
->v0.30.0
b815d83
->f0e62f9
4693a02
->fe8a2dd
Release Notes
Microsoft/go-winio (github.com/Microsoft/go-winio)
v0.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: microsoft/go-winio@v0.6.1...v0.6.2
docker/docker (github.com/docker/docker)
v26.1.1+incompatible
Compare Source
v26.1.0+incompatible
Compare Source
v26.0.2+incompatible
Compare Source
v26.0.1+incompatible
Compare Source
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.12.0
Compare Source
v3.11.3
Compare Source
v3.11.2
Compare Source
v3.11.1
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
arcalot/arcaflow-plugin-test-impl-go (go.flow.arcalot.io/testplugin)
v0.4.1
: 0.4.1: Dependency updatesCompare Source
What's Changed
Full Changelog: arcalot/arcaflow-plugin-test-impl-go@v0.4.0...v0.4.1
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.26.0
: /v0.48.0/v0.2.0-alphaCompare Source
Added
Recorder
ingo.opentelemetry.io/otel/log/logtest
to facilitate testing the log bridge implementations. (#5134)go.opentelemetry.io/otel/exporters/otlp/otlptrace
. (#5194)go.opentelemetry.io/otel/sdk/log
.This new module contains the Go implementation of the OpenTelemetry Logs SDK.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
.This new module contains an OTLP exporter that transmits log telemetry using HTTP.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
go.opentelemetry.io/otel/exporters/stdout/stdoutlog
.This new module contains an exporter prints log records to STDOUT.
This module is unstable and breaking changes may be introduced.
See our versioning policy for more information about these stability guarantees. (#5240)
go.opentelemetry.io/otel/semconv/v1.25.0
package.The package contains semantic conventions from the
v1.25.0
version of the OpenTelemetry Semantic Conventions. (#5254)Changed
go.opentelemetry.io/proto/otlp
from v1.1.0 to v1.2.0. (#5177)go.opentelemetry.io/otel/baggage
. (#5214)Full Changelog: open-telemetry/opentelemetry-go@v1.25.0...v1.26.0
v1.25.0
: /v0.47.0/v0.0.8/v0.1.0-alphaCompare Source
Added
WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
. (#4906)WithProxy
option ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlptracehttp
. (#4906)AddLink
method to theSpan
interface ingo.opentelemetry.io/otel/trace
. (#5032)Enabled
method is added to theLogger
interface ingo.opentelemetry.io/otel/log
.This method is used to notify users if a log record will be emitted or not. (#5071)
SeverityUndefined
const
togo.opentelemetry.io/otel/log
.This value represents an unset severity level. (#5072)
Empty
function ingo.opentelemetry.io/otel/log
to return aKeyValue
for an empty value. (#5076)go.opentelemetry.io/otel/log/global
to manage the globalLoggerProvider
.This package is provided with the anticipation that all functionality will be migrate to
go.opentelemetry.io/otel
whengo.opentelemetry.io/otel/log
stabilizes.At which point, users will be required to migrage their code, and this package will be deprecated then removed. (#5085)
Summary
metrics in thego.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
exporters. (#5100)otel.scope.name
andotel.scope.version
tags to spans exported bygo.opentelemetry.io/otel/exporters/zipkin
. (#5108)AddLink
togo.opentelemetry.io/otel/bridge/opencensus
. (#5116)String
method toValue
andKeyValue
ingo.opentelemetry.io/otel/log
. (#5117)go.opentelemetry.io/otel/exporters/prometheus
. (#5111)go.opentelemetry.io/otel/semconv/v1.24.0
. Futuresemconv
packages will include metric semantic conventions as well. (#4528)Changed
SpanFromContext
andSpanContextFromContext
ingo.opentelemetry.io/otel/trace
no longer make a heap allocation when the passed context has no span. (#5049)go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
andgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc
now create a gRPC client in idle mode and with "dns" as the default resolver usinggrpc.NewClient
. (#5151)Because of that
WithDialOption
ignoresgrpc.WithBlock
,grpc.WithTimeout
, andgrpc.WithReturnConnectionError
.Notice that
grpc.DialContext
which was used before is now deprecated.Fixed
Set
andDistinct
types ingo.opentelemetry.io/otel/attribute
. (#5027)ErrorHandler
self-delegation. (#5137)Removed
Deprecated
go.opentelemetry.io/otel/attribute.Sortable
type. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortable
function. (#4734)go.opentelemetry.io/otel/attribute.NewSetWithSortableFiltered
function. (#4734)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.24.0...v1.25.0
open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)
v1.2.0
Compare Source
Release of the v1.2.0 version of the OTLP.
Full Changelog: open-telemetry/opentelemetry-proto-go@v1.1.0...v1.2.0
golang/appengine (google.golang.org/appengine)
v2.0.6
Compare Source
What's Changed
New Contributors
Full Changelog: golang/appengine@v1.6.8...v2.0.6
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.63.2
: Release 1.63.2Compare Source
Bugs
v1.63.1
: Release 1.63.1Compare Source
Bugs
API Changes
v1.63.0
: Release 1.63.0Compare Source
Behavior Changes
resolver.Address.String()
(experimental) (#6923)New Features
ClientConn.CanonicalTarget()
to return the canonical target string. (#7006)grpc.NewClient
to allow users to create new clients in idle mode and with "dns" as the default resolver (#7010)API Changes
ClientConn.Target()
(#7006)Bug Fixes
grpc.Server
as anhttp.Handler
with the Go stdlib HTTP server (#6989)SetResolvingTimeout
to allow configuring the DNS resolver's global timeout (#6917)v1.62.2
: Release 1.62.2Compare Source
Dependencies
protocolbuffers/protobuf-go (google.golang.org/protobuf)
v1.34.0
Compare Source
Notable changes
New Features
Protobuf editions are fully supported. You can now use
edition = "2023"
in .proto files together with theproto-gen-go
. Edition2023 does not introduce any new features but can be used to replacesyntax "proto2/3"
. Future editions might introduce new features. See https://protobuf.dev/editions/overview/ for more details on protobuf editions.Documentation
Various smaller changes to improve existing documentation and to add more examples.
Extensions
These are mostly performance improvements or preparations for performance improvements.
go-yaml/yaml (gopkg.in/yaml.v2)
v3.0.1
Compare Source
v3.0.0
Compare Source
kubernetes/api (k8s.io/api)
v0.30.0
Compare Source
v0.29.4
Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.30.0
Compare Source
v0.29.4
Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.30.0
Compare Source
v0.29.4
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.