Skip to content

Releases: signalfx/splunk-otel-collector-chart

splunk-otel-collector-0.98.0

16 Apr 22:08
5f2cb71
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.98.0.

💡 Enhancements 💡

  • agent: Enable retry_on_failure for journald receiver (#764)
    In case of temporary errors the journald receiver should slow down and retry the log delivery instead of dropping it.

🧰 Bug fixes 🧰

  • clusterReceiver: Added clusterRole for events.k8s.io, without it k8sobjectsreceiver throws an error on startup (#1238)

splunk-otel-collector-0.97.0

28 Mar 18:45
be80a9a
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.97.0.

💡 Enhancements 💡

  • chart: Removed memory_ballast property from all the configs (#1240)
  • operator: Bump operator to 0.49.1 in helm-charts/splunk-otel-collector/Chart.yaml (#1221)

splunk-otel-collector-0.96.0

12 Mar 17:35
c58fd3e
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.96.1.

💡 Enhancements 💡

  • operator: Bump certmanager to v1.14.4 in helm-charts/splunk-otel-collector/Chart.yaml (#1205)
  • operator: Bump java to v1.31.0 in helm-charts/splunk-otel-collector/values.yaml (#1199)

splunk-otel-collector-0.95.0

06 Mar 23:35
0e9bdbb
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.95.0.

💡 Enhancements 💡

  • chart: The request is to add the namespace to the generated templates, for commands like "helm template --namespace mynamespace (...)" (#1011)

splunk-otel-collector-0.94.0

02 Mar 01:00
0194d72
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.94.0.

💡 Enhancements 💡

  • operator: Bump certmanager to v1.14.3 in helm-charts/splunk-otel-collector/Chart.yaml (#1182)
  • operator: Bump java to v1.30.3 in helm-charts/splunk-otel-collector/values.yaml (#1188)
  • operator: Bump nodejs to v2.7.1 in helm-charts/splunk-otel-collector/values.yaml (#1180)

🧰 Bug fixes 🧰

  • clusterReceiver: Bring back the default translations for kubelet metrics in EKS Fargate (#1174)
  • agent: Remove a post-delete hook which targeted one a single node for reverting file ACLs. (#1175)
    The removed hook was intended to undo the ACLs set on log directores when
    runAsUser and runAsGroup are provided. An initContainer run as root-user updates
    the permissions of log directories to allow read access to the provided uid/gid.
    But there is no graceful way to revert these ACLs on each node as part of the
    chart uninstallation process.

splunk-otel-collector-0.93.3

22 Feb 03:31
e9242bf
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.93.0.

🛑 Breaking changes 🛑

  • networkExplorer: The networkExplorer option was deprecated in 0.88.0. It is now entirely removed. (#1156)

🧰 Bug fixes 🧰

  • agent: Fix GKE Autopilot deployment (#1171)

splunk-otel-collector-0.93.2

15 Feb 22:56
77caa06
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.93.0.

💡 Enhancements 💡

  • operator: Improve Auto-instrumentation Configurations (#1166)

splunk-otel-collector-0.93.1

14 Feb 20:54
bbb9de5
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.93.0.

💡 Enhancements 💡

  • agent: Change the default sending queue size from 5000 to 1000. (#1157)
  • operator: Bump dotnet to v1.4.0 in helm-charts/splunk-otel-collector/values.yaml (#1158)
  • operator: Bump certmanager to v1.14.2 in helm-charts/splunk-otel-collector/Chart.yaml (#1152)
    • ⚠️ Known Issue fixed in certmanager v1.14.2
      • In cert-manager v1.14.1, the CA and SelfSigned issuers issue certificates with SANs set to non-critical even when the subject is empty. It incorrectly copies the critical field from the CSR.
      • To avoid this issue, please upgrade directly to version 0.93.1 of this chart when utilizing certmanager.enabled=true, thereby bypassing affected versions v0.92.1 and v0.93.0.

🧰 Bug fixes 🧰

  • chart: Remove networkExplorer deprecation note that can cause the chart installation to fail (#1162)

splunk-otel-collector-0.93.0

09 Feb 18:43
0eeaead
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.93.0.

🛑 Breaking changes 🛑

  • internal metrics: Stop reporting metrics sent by the batch processor (#1147)

💡 Enhancements 💡

  • operator: Bump java to v1.30.1 in helm-charts/splunk-otel-collector/values.yaml (#1139)
  • operator: Bump nodejs to v2.7.0 in helm-charts/splunk-otel-collector/values.yaml (#1143)

splunk-otel-collector-0.92.1

06 Feb 18:45
3de9245
Compare
Choose a tag to compare

This Splunk OpenTelemetry Collector for Kubernetes release adopts the Splunk OpenTelemetry Collector v0.92.0.

💡 Enhancements 💡

  • operator: Bump certmanager to v1.14.1 in helm-charts/splunk-otel-collector/Chart.yaml (#1140)

🧰 Bug fixes 🧰

  • chart: Fix Helm chart incorrectly handling Kubernetes versions containing a "+" character, causing deployment errors for PodDisruptionBudget in certain environments (#1144)
  • collector: Fix template function to be able to convert non-integer memory limit values (#1128)
  • operator: Fix issue where the collector agent exporter endpoint used in operator .NET and Python auto-instrumentation was missing the proper IP address (#1129)