Skip to content

Commit

Permalink
[opentelemetry-integration] remove component.UseLocalHostAsDefaultHos…
Browse files Browse the repository at this point in the history
…t for windows (#483)
  • Loading branch information
povilasv authored Dec 9, 2024
1 parent 0607b35 commit e75308a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.123 / 2024-12-09

- [Fix] remove component.UseLocalHostAsDefaultHost feature gate from windows installations

### v0.0.122 / 2024-12-06

- [Feat] E2E Testing: Added deploying via kubeconfig to spin up telemetrygen. Traces are now tested.
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.122
version: 0.0.123
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand Down
4 changes: 0 additions & 4 deletions otel-integration/k8s-helm/values-windows-tailsampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ opentelemetry-agent-windows:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
command:
name: otelcol-contrib
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]

serviceAccount:
# Specifies whether a service account should be created
Expand Down
4 changes: 0 additions & 4 deletions otel-integration/k8s-helm/values-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ opentelemetry-agent-windows:
tag: "0.104.0"
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
digest: ""
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
command:
name: otelcol-contrib
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]

extraVolumes:
- name: etcmachineid
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.122"
version: "0.0.123"

extensions:
kubernetesDashboard:
Expand Down

0 comments on commit e75308a

Please sign in to comment.