kubewebhook
kubewebhook copied to clipboard
Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.5.0 to 1.9.0
Bumps go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.5.0 to 1.9.0.
Release notes
Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's releases.
Release v1.6.3
Fixed
- Allow non-comparable global
MeterProvider,TracerProvider, andTextMapPropagatortypes to be set. (#2772, #2773)Release v1.6.2
1.6.2 - 2022-04-06
Changed
- Don't panic anymore when setting a global TracerProvider or TextMapPropagator to itself. (#2749)
- Upgrade
go.opentelemetry.io/proto/otlpingo.opentelemetry.io/otel/exporters/otlp/otlptracefromv0.12.1tov0.15.0. This replaces the use of the now deprecatedInstrumentationLibraryandInstrumentationLibrarySpanstypes and fields in the proto library with the equivalentInstrumentationScopeandScopeSpans. (#2748)Release v1.6.1
Fixed
- The
go.opentelemetry.io/otel/schema/*packages now use the correct schema URL for theirSchemaURLconstant. Instead of using"https://opentelemetry.io/schemas/v<version>"they now use the correct URL without avprefix,"https://opentelemetry.io/schemas/<version>". (#2743, #2744)Security
- Upgrade
go.opentelemetry.io/proto/otlpfromv0.12.0tov0.12.1. This includes an indirect upgrade ofgithub.com/grpc-ecosystem/grpc-gatewaywhich resolves a vulnerability fromgopkg.in/yaml.v2in versionv2.2.3. (#2724, #2728)
Changelog
Sourced from go.opentelemetry.io/otel/exporters/stdout/stdouttrace's changelog.
[1.9.0/0.0.3] - 2022-08-01
Added
- Add support for Schema Files format 1.1.x (metric "split" transform) with the new
go.opentelemetry.io/otel/schema/v1.1package. (#2999)- Add the
go.opentelemetry.io/otel/semconv/v1.11.0package. The package contains semantic conventions from thev1.11.0version of the OpenTelemetry specification. (#3009)- Add the
go.opentelemetry.io/otel/semconv/v1.12.0package. The package contains semantic conventions from thev1.12.0version of the OpenTelemetry specification. (#3010)- Add the
http.methodattribute to HTTP server metric from allgo.opentelemetry.io/otel/semconv/*packages. (#3018)Fixed
- Invalid warning for context setup being deferred in
go.opentelemetry.io/otel/bridge/opentracingpackage. (#3029)[1.8.0/0.31.0] - 2022-07-08
Added
- Add support for
opentracing.TextMapformat in theInjectandExtractmethods of the"go.opentelemetry.io/otel/bridge/opentracing".BridgeTracertype. (#2911)Changed
- The
crosslinkmake target has been updated to use thego.opentelemetry.io/build-tools/crosslinkpackage. (#2886)- In the
go.opentelemetry.io/otel/sdk/instrumentationpackage renameLibrarytoScopeand aliasLibraryasScope(#2976)- Move metric no-op implementation form
nonrecordingtometricpackage. (#2866)Removed
- Support for go1.16. Support is now only for go1.17 and go1.18 (#2917)
Deprecated
- The
Librarystruct in thego.opentelemetry.io/otel/sdk/instrumentationpackage is deprecated. Use the equivalentScopestruct instead. (#2977)- The
ReadOnlySpan.InstrumentationLibrarymethod from thego.opentelemetry.io/otel/sdk/tracepackage is deprecated. Use the equivalentReadOnlySpan.InstrumentationScopemethod instead. (#2977)[1.7.0/0.30.0] - 2022-04-28
Added
- Add the
go.opentelemetry.io/otel/semconv/v1.8.0package. The package contains semantic conventions from thev1.8.0version of the OpenTelemetry specification. (#2763)- Add the
go.opentelemetry.io/otel/semconv/v1.9.0package. The package contains semantic conventions from thev1.9.0version of the OpenTelemetry specification. (#2792)- Add the
go.opentelemetry.io/otel/semconv/v1.10.0package. The package contains semantic conventions from thev1.10.0version of the OpenTelemetry specification. (#2842)- Added an in-memory exporter to metrictest to aid testing with a full SDK. (#2776)
... (truncated)
Commits
e99a0acRelease v1.9.0 (#3052)1eae91bIntroduce "split" metric schema transformation (#2999)05c5509Add tests and fix opentracing bridge defer warning (#3029)096a162Add http.method attribute to http server metric (#3018)5568a30Add semconv/v1.12.0 (#3010)aa27169Add semconv/v1.11.0 (#3009)f739569Add benchmark metric test for UpDownCounter (#2655)08ff959Release prep 1.8.0 (#3001)eb9e058Add workflow to automate bundling dependabot PRs (#2997)ac0221eAdd a release template (#2863)- 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 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)