@@ -45,7 +45,7 @@ the new behavior. Finally, this feature gate was enabled by default on [v0.104.0
45
45
(June 2024)] [ core-10352 ] motivated by the security audit and
46
46
[ CVE-2024 -36129] ( /blog/2024/cve-2024-36129/ ) .
47
47
48
- ## What is changing ?
48
+ ## What have we changed ?
49
49
50
50
Starting on v0.104.0, the default bind address of all servers exposed by the
51
51
Collector are ` localhost ` instead of ` 0.0.0.0 ` . For example, the OTLP receiver
@@ -74,6 +74,11 @@ change is:
74
74
When in doubt, check the specific components' documentation to see the new
75
75
default values.
76
76
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
+
77
82
## What does it mean to me?
78
83
79
84
If you are relying on the default configuration you may need to start explicitly
@@ -101,10 +106,8 @@ receivers:
101
106
where the `HOST_IP` environment variable is set to the bind address you want to
102
107
use (for example, `status.podIP` on Kubernetes).
103
108
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.
108
111
109
112
# # How can I prepare for this change?
110
113
0 commit comments