chore(deps): update opentelemetry go #75
Reference in New Issue
Block a user
Delete Branch "renovate/opentelemetry-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.59.0→v1.60.0v0.153.0→v0.154.0v1.59.0→v1.60.0v1.59.0→v1.60.0v0.153.0→v0.154.0v1.59.0→v1.60.0v1.59.0→v1.60.0v0.153.0→v0.154.0Release Notes
open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/component)
v1.60.0🛑 Breaking changes 🛑
cmd/builder: The--skip-get-modulesflag will no longer regenerate yourgo.modfile. (#15390)This is mostly a bug fix, as it led to adverse behaviour that was unintended in the described flow in the README.
Now when you run
--skip-get-modules, yourgo.modfile will truly be untouched byocbas the info log claims.💡 Enhancements 💡
pkg/config/configtls: Addinclude_insecure_cipher_suitesto configtls to enable insecure cipher suites. Insecure cipher suites are disabled by default for security. (#13829)pkg/confighttp: AddExposedHeadersfield toCORSConfigto allow setting theAccess-Control-Expose-Headersresponse header. (#15119)🧰 Bug fixes 🧰
cmd/mdatagen: Removes the extra line in the README.md between status and description (#15306)pkg/exporterhelper: Fix nil-pointer panic insending_queue::batchUnmarshal whensending_queue::sizeris set andsending_queue::batch::enabledis false. (#14687)When
sending_queue::sizerwas set andsending_queue::batch::enabled: falsecleared the batch Optional to None, the sizer-inheritance branch in
queuebatch.Config.Unmarshaldereferenced a nil Optional and crashed thecollector at startup. The branch now also requires
Batch.HasValue().Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
github.com/knadh/koanf/v2v2.3.4->v2.3.5go.opentelemetry.io/collector/component/componentstatusv0.153.0->v0.154.0go.opentelemetry.io/collector/consumer/xconsumerv0.153.0->v0.154.0go.opentelemetry.io/collector/featuregatev1.59.0->v1.60.0go.opentelemetry.io/collector/internal/componentaliasv0.153.0->v0.154.0go.opentelemetry.io/collector/pdata/pprofilev0.153.0->v0.154.0go.opentelemetry.io/collector/pdata/testdatav0.153.0->v0.154.0go.opentelemetry.io/collector/pipelinev1.59.0->v1.60.0go.opentelemetry.io/collector/processor/xprocessorv0.153.0->v0.154.0go.opentelemetry.io/otelv1.43.0->v1.44.0go.opentelemetry.io/otel/metricv1.43.0->v1.44.0go.opentelemetry.io/otel/sdkv1.43.0->v1.44.0go.opentelemetry.io/otel/sdk/metricv1.43.0->v1.44.0go.opentelemetry.io/otel/tracev1.43.0->v1.44.0