Skip to content

Commit 6f33ea7

Browse files
committed
remove networkExplorer option
1 parent 77caa06 commit 6f33ea7

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

.chloggen/removenetworkexplorer.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: breaking
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: networkExplorer
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: The `networkExplorer` option was deprecated in 0.88.0. It is now entirely removed.
7+
# One or more tracking issues related to the change
8+
issues: [1156]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext:

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade guidelines
22

3+
# 0.93.0 to 0.94.0
4+
5+
The `networkExplorer` option is removed.
6+
37
## 0.87.0 to 0.88.0
48

59
The `networkExplorer` option is deprecated now. Please use the upstream OpenTelemetry eBPF Helm chart to collect

helm-charts/splunk-otel-collector/templates/NOTES.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,3 @@ Splunk OpenTelemetry Collector is installed and configured to send data to Splun
8282
- Some libraries may be enabled by default. For current status, see: https://github.com/open-telemetry/opentelemetry-operator#controlling-instrumentation-capabilities
8383
- Splunk provides best-effort support for native OpenTelemetry libraries, and full support for Splunk library distributions. For used libraries, refer to the values.yaml under "operator.instrumentation.spec".
8484
{{- end }}
85-
{{- if not (eq (toString .Values.networkExplorer) "<nil>")}}
86-
[WARNING] `networkExplorer` option is no longer supported. Please remove it from your custom values.yaml.
87-
{{- end }}

helm-charts/splunk-otel-collector/values.schema.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,10 +1409,6 @@
14091409
"type": "boolean",
14101410
"deprecated": true
14111411
},
1412-
"networkExplorer": {
1413-
"deprecated": true,
1414-
"additionalProperties": true
1415-
},
14161412
"operator": {
14171413
"description": "OpenTelemetry Operator configuration. A subchart that is used to install the operator, see https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-operator/values.schema.json for more info.",
14181414
"type": "object",

0 commit comments

Comments
 (0)