:warning: This release includes 2 very important breaking changes.
The otlpreceiver now uses localhost by default instead of 0.0.0.0. This may break the receiver in containerized environments like Kubernetes. If you depend on 0.0.0.0 disable the component.UseLocalHostAsDefaultHost feature gate or explicitly set the endpoint to 0.0.0.0.
Expansion of BASH-style environment variables, such as $FOO is no longer supported by default. If you depend on this syntax, disable the confmap.unifyEnvVarExpansion feature gate, but know that the feature will be removed in the future in favor of ${env:FOO}.
otelcol: By default, otelcol.NewCommand and otelcol.NewCommandMustSetProvider will set the DefaultScheme to env. (#10435)
expandconverter: By default expandconverter will now error if it is about to expand $FOO syntax. Update configuration to use ${env:FOO} instead or disable the confmap.unifyEnvVarExpansion feature gate. (#10435)
otlpreceiver: Switch to localhost as the default for all endpoints. (#8510)
Disable the component.UseLocalHostAsDefaultHost feature gate to temporarily get the previous default.
π‘ Enhancements π‘
confighttp: Add support for cookies in HTTP clients with cookies::enabled. (#10175)
The method confighttp.ToClient will return a client with a cookiejar.Jar which will reuse cookies from server responses in subsequent requests.
exporter/debug: In normal verbosity, display one line of text for each telemetry record (log, data point, span) (#7806)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps go.opentelemetry.io/collector/config/configtls from 0.102.1 to 0.104.0.
Release notes
Sourced from go.opentelemetry.io/collector/config/configtls's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/collector/config/configtls's changelog.
... (truncated)
Commits
a082f2e
[chore] Prepare release v1.11.0/v0.104.0 (#10491)fd36d05
[otlpexporter] support validation for dns:// and dns:/// (#10450)ee4eb85
[service] fix: use ipv6-aware host and port concatenation function (#10343)5309d60
[otelcol] Remove all default providers/converters (#10436)c60fb1d
RFC: Experimental profiling (#10375)9524644
[confmap] Move confmap.unifyEnvVarExpansion to beta (#10435)2a19d55
[docs] Clean up internal observability docs (#10454)fead8fc
[receiver/otlp] Promotecomponent.UseLocalHostAsDefaultHost
to beta (#10352)f47b9f2
[exporter/debug] add optionuse_internal_logger
(#10227)227fb82
Add pprofile wrapper and testdata (#10401)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show