-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 33140c7
authored
Update All go.opentelemetry.io/collector packages to v0.103.0 (#10430)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/collector/confmap/provider/envprovider](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v0.102.1` -> `v0.103.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/collector/confmap/provider/fileprovider](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v0.102.1` -> `v0.103.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/collector/exporter/otlpexporter](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v0.102.1` -> `v0.103.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/collector/exporter/otlphttpexporter](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v0.102.1` -> `v0.103.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[go.opentelemetry.io/collector/receiver/otlpreceiver](https://togithub.com/open-telemetry/opentelemetry-collector)
| `v0.102.1` -> `v0.103.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-collector
(go.opentelemetry.io/collector/confmap/provider/envprovider)</summary>
###
[`v0.103.0`](https://togithub.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1100v01030)
[Compare
Source](https://togithub.com/open-telemetry/opentelemetry-collector/compare/v0.102.1...v0.103.0)
##### 🛑 Breaking changes 🛑
- `exporter/debug`: Disable sampling by default
([#​9921](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9921))
To restore the behavior that was previously the default, set
`sampling_thereafter` to `500`.
##### 💡 Enhancements 💡
- `cmd/builder`: Allow setting
`otelcol.CollectorSettings.ResolverSettings.DefaultScheme` via the
builder's `conf_resolver.default_uri_scheme` configuration option
([#​10296](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10296))
- `mdatagen`: add support for optional internal metrics
([#​10316](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10316))
- `otelcol/expandconverter`: Add `confmap.unifyEnvVarExpansion` feature
gate to allow enabling Collector/Configuration SIG environment variable
expansion rules.
([#​10391](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10391))
When enabled, this feature gate will:
- Disable expansion of BASH-style env vars (`$FOO`)
- `${FOO}` will be expanded as if it was \`${env:FOO}
See
https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md
for more details.
- `confmap`: Add `confmap.unifyEnvVarExpansion` feature gate to allow
enabling Collector/Configuration SIG environment variable expansion
rules.
([#​10259](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10259))
When enabled, this feature gate will:
- Disable expansion of BASH-style env vars (`$FOO`)
- `${FOO}` will be expanded as if it was \`${env:FOO}
See
https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md
for more details.
- `confighttp`: Allow the compression list to be overridden
([#​10295](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10295))
Allows Collector administrators to control which compression algorithms
to enable for HTTP-based receivers.
- `configgrpc`: Revert the zstd compression for gRPC to the third-party
library we were using previously.
([#​10394](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10394))
We switched back to our compression logic for zstd when a CVE was found
on the third-party library we were using. Now that the third-party
library has been fixed, we can revert to that one. For end-users, this
has no practical effect. The reproducers for the CVE were tested against
this patch, confirming we are not reintroducing the bugs.
- `confmap`: Adds alpha `confmap.strictlyTypedInput` feature gate that
enables strict type checks during configuration resolution
([#​9532](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9532))
When enabled, the configuration resolution system will:
- Stop doing most kinds of implicit type casting when resolving
configuration values
- Use the original string representation of configuration values if the
${} syntax is used in inline position
- `confighttp`: Use `confighttp.ServerConfig` as part of
zpagesextension. See
\[https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/confighttp/README.md#server-configuration]\(server
configuration) options.
([#​9368](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9368))
##### 🧰 Bug fixes 🧰
- `exporterhelper`: Fix potential deadlock in the batch sender
([#​10315](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10315))
- `expandconverter`: Fix bug where an warning was logged incorrectly.
([#​10392](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10392))
- `exporterhelper`: Fix a bug when the retry and timeout logic was not
applied with enabled batching.
([#​10166](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10166))
- `exporterhelper`: Fix a bug where an unstarted batch_sender exporter
hangs on shutdown
([#​10306](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10306))
- `exporterhelper`: Fix small batch due to unfavorable goroutine
scheduling in batch sender
([#​9952](https://togithub.com/open-telemetry/opentelemetry-collector/issues/9952))
- `confmap`: Fix issue where structs with only yaml tags were not
marshaled correctly.
([#​10282](https://togithub.com/open-telemetry/opentelemetry-collector/issues/10282))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 0ca892a commit 33140c7Copy full SHA for 33140c7
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedconfmap/internal/e2e/go.mod
Copy file name to clipboardExpand all lines: confmap/internal/e2e/go.mod+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments