-
Notifications
You must be signed in to change notification settings - Fork 52
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
fix(deps): update opentelemetry-go monorepo to v1.19.0 - autoclosed #2144
Conversation
⚠ 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: src/acceptance/assets/app/go_app/go.sum
|
529c9b0
to
521a523
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
443c240
to
521a523
Compare
ab3658e
to
63082bf
Compare
63082bf
to
591b7bd
Compare
e8d1e8a
to
b9404f8
Compare
438201e
to
6962300
Compare
a85a6a5
to
131c344
Compare
a192e58
to
fa37186
Compare
Kudos, SonarCloud Quality Gate passed! |
New post-processing workflow has been merged and works
Pull request was closed
This PR contains the following updates:
v1.17.0
->v1.19.0
v1.17.0
->v1.19.0
v1.17.0
->v1.19.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.19.0
: /v0.42.0/v0.0.7Compare Source
This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the
go.opentelemetry.io/otel/sdk/metric
package. See our versioning policy for more information about these stability guarantees.Added
go.opentelemetry.io/otel/example/dice
. (#4539)WithWriter
andWithPrettyPrint
options togo.opentelemetry.io/otel/exporters/stdout/stdoutmetric
to set a customio.Writer
, and allow displaying the output in human-readable JSON. (#4507)Changed
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric
does not prettify its output by default anymore. (#4507)gopkg.io/yaml
fromv2
tov3
ingo.opentelemetry.io/otel/schema
. (#4535)Fixed
go.opentelemetry.op/otel/exporters/prometheus
, don't try to create the Prometheus metric on everyCollect
if we know the scope is invalid. (#4499)Removed
"go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter
, which is replaced byNewMetricProducer
. (#4566)Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0
v1.18.0
: /v0.41.0/v0.0.6Compare Source
This release drops the compatibility guarantee of Go 1.19.
Added
WithProducer
option ingo.opentelemetry.op/otel/exporters/prometheus
to restore the ability to register producers on the prometheus exporter's manual reader. (#4473)IgnoreValue
option ingo.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest
to allow ignoring values when comparing metrics. (#4447)Deprecated
NewMetricExporter
ingo.opentelemetry.io/otel/bridge/opencensus
was deprecated inv0.35.0
(#3541).The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#4470)
Removed
go.opentelemetry.io/otel/exporters/jaeger
package. (#4467)go.opentelemetry.io/otel/example/jaeger
package. (#4467)go.opentelemetry.io/otel/sdk/metric/aggregation
package. (#4468)go.opentelemetry.io/otel/exporters/otlp
and its sub-packages. (#4469)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.17.0...v1.18.0
Configuration
📅 Schedule: Branch creation - "after 1am and before 7am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.