etcd
etcd copied to clipboard
build(deps): bump go.opentelemetry.io/otel/sdk from 1.28.0 to 1.29.0
Bumps go.opentelemetry.io/otel/sdk from 1.28.0 to 1.29.0.
Changelog
Sourced from go.opentelemetry.io/otel/sdk's changelog.
[1.29.0/0.51.0/0.5.0] 2024-08-23
This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].
Added
- Add MacOS ARM64 platform to the compatibility testing suite. (#5577)
- Add
InstrumentationScopefield toSpanStubingo.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecatedInstrumentationLibrary. (#5627)- Make the initial release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)- Add
Walkfunction toTraceStateingo.opentelemetry.io/otel/traceto iterate all the key-value pairs. (#5651)- Bridge the trace state in
go.opentelemetry.io/otel/bridge/opencensus. (#5651)- Zero value of
SimpleProcessoringo.opentelemetry.io/otel/sdk/logno longer panics. (#5665)- The
FilterProcessorinterface type is added ingo.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that logProcessors can implement to instruct theLoggerif aRecordwill be processed or not. It replaces the existingEnabledmethod that is removed from theProcessorinterface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)- Support [Go 1.23]. (#5720)
Changed
NewMemberRaw,NewKeyPropertyandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggageallow UTF-8 string in key. (#5132)Processor.OnEmitingo.opentelemetry.io/otel/sdk/lognow accepts a pointer toRecordinstead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)SimpleProcessor.Enabledingo.opentelemetry.io/otel/sdk/lognow returnsfalseif the exporter isnil. (#5665)- Update the concurrency requirements of
Exporteringo.opentelemetry.io/otel/sdk/log. (#5666)SimpleProcessoringo.opentelemetry.io/otel/sdk/logsynchronizesOnEmitcalls. (#5666)- The
Processorinterface ingo.opentelemetry.io/otel/sdk/logno longer includes theEnabledmethod. See theFilterProcessorinterface type added ingo.opentelemetry.io/otel/sdk/log/internal/xto continue providing this functionality. (#5692)- The
SimpleProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)- The
BatchProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)Fixed
- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5584)- Pass the underlying error rather than a generic retry-able failure in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpandgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5541)- Correct the
Tracer,Meter, andLoggernames used ingo.opentelemetry.io/otel/example/dice. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/namedtracer. (#5612)- Correct the
Tracername used ingo.opentelemetry.io/otel/example/opencensus. (#5612)- Correct the
TracerandMeternames used ingo.opentelemetry.io/otel/example/otel-collector. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/passthrough. (#5612)- Correct the
Metername used ingo.opentelemetry.io/otel/example/prometheus. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/zipkin. (#5612)- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5641)- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5650)- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)- Remove invalid environment variable header keys in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)
... (truncated)
Commits
6b1d94fRelease v1.29.0/v0.51.0/v0.5.0 (#5732)2a54df7fix(deps): update module github.com/golangci/golangci-lint to v1.60.3 (#5730)4875735fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711)30fc407fix(deps): update golang.org/x/exp digest to 9b4947d (#5729)9402143fix(deps): update golang.org/x/exp digest to 778ce7b (#5728)bc48d69chore(deps): update google.golang.org/genproto/googleapis/rpc digest to fc7c0...fe02ce7chore(deps): update google.golang.org/genproto/googleapis/api digest to fc7c0...002c0a4Movelog.Processor.Enabledto independentFilterProcessorinterfaced type...fe6c67eOpenCensus bridge to support TraceState (#5651)83ae9bdBugfix: OTLP exporters should not percent decode the key when parsing HEADERS...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign serathius for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.87%. Comparing base (
4d42c0f) to head (ed46be8).
:exclamation: Current head ed46be8 differs from pull request most recent head 468f9c9
Please upload reports for the commit 468f9c9 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
see 17 files with indirect coverage changes
@@ Coverage Diff @@
## main #18497 +/- ##
==========================================
- Coverage 68.87% 68.87% -0.01%
==========================================
Files 420 420
Lines 35489 35489
==========================================
- Hits 24444 24442 -2
- Misses 9617 9622 +5
+ Partials 1428 1425 -3
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4d42c0f...468f9c9. Read the comment docs.
Before
➜ etcd git:(dependencies/08_29_24) grep -Ri "go.opentelemetry.io/otel/sdk v" | grep -v sum
./etcdutl/go.mod: go.opentelemetry.io/otel/sdk v1.28.0 // indirect
./go.mod: go.opentelemetry.io/otel/sdk v1.28.0 // indirect
./tests/go.mod: go.opentelemetry.io/otel/sdk v1.28.0
./server/go.mod: go.opentelemetry.io/otel/sdk v1.28.0
After
➜ etcd git:(dependencies/08_29_24) grep -Ri "go.opentelemetry.io/otel/sdk v" | grep -v sum
./etcdutl/go.mod: go.opentelemetry.io/otel/sdk v1.29.0 // indirect
./go.mod: go.opentelemetry.io/otel/sdk v1.29.0 // indirect
./tests/go.mod: go.opentelemetry.io/otel/sdk v1.29.0
./server/go.mod: go.opentelemetry.io/otel/sdk v1.29.0
Looks like go.opentelemetry.io/otel/sdk is up-to-date now, so this is no longer needed.