Skip to content

Commit ecb417d

Browse files
committed
Reword part about changes in Helm chart
1 parent 4df0bb4 commit ecb417d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

content/en/blog/2024/hardening-the-collector-one.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ the new behavior. Finally, this feature gate was enabled by default on [v0.104.0
4545
(June 2024)][core-10352] motivated by the security audit and
4646
[CVE-2024-36129](/blog/2024/cve-2024-36129/).
4747

48-
## What is changing?
48+
## What have we changed?
4949

5050
Starting on v0.104.0, the default bind address of all servers exposed by the
5151
Collector are `localhost` instead of `0.0.0.0`. For example, the OTLP receiver
@@ -74,6 +74,11 @@ change is:
7474
When in doubt, check the specific components' documentation to see the new
7575
default values.
7676

77+
Starting on the [OpenTelemetry Collector Helm Chart][helm-chart] v0.47.1 and on
78+
v0.87.0 of the OpenTelemetry Collector official Docker images we updated the
79+
default configuration for all components to explicitly set the endpoints to an
80+
explicit value.
81+
7782
## What does it mean to me?
7883

7984
If you are relying on the default configuration you may need to start explicitly
@@ -101,10 +106,8 @@ receivers:
101106
where the `HOST_IP` environment variable is set to the bind address you want to
102107
use (for example, `status.podIP` on Kubernetes).
103108

104-
Note that you are not affected if using the default configuration on the
105-
[OpenTelemetry Collector Helm Chart][helm-chart] or if you use the default
106-
configuration on any of the officially released OpenTelemetry Collector Docker
107-
images.
109+
Because of the changes in the Collector Helm Chart and Collector Docker images
110+
you are not affected if using the default configuration on either of these.
108111

109112
## How can I prepare for this change?
110113

0 commit comments

Comments
 (0)