From 1d46dd1ea83c42461562071d9ffedbaf01262309 Mon Sep 17 00:00:00 2001 From: Raj Nishtala Date: Mon, 19 Aug 2024 15:10:49 -0400 Subject: [PATCH] chore: update OpenTelemetry Collector to 0.104.0-sumo-1 --- .changelog/3829.changed.txt | 1 + deploy/helm/sumologic/values.yaml | 4 ++-- docs/README.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/3829.changed.txt diff --git a/.changelog/3829.changed.txt b/.changelog/3829.changed.txt new file mode 100644 index 000000000..07e264913 --- /dev/null +++ b/.changelog/3829.changed.txt @@ -0,0 +1 @@ +chore: update OpenTelemetry Collector to 0.104.0-sumo-1 \ No newline at end of file diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 5072c4f08..c57ac7fe3 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -264,7 +264,7 @@ sumologic: ### Global configuration for OpenTelemetry Collector otelcolImage: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" - tag: "0.102.1-sumo-0" + tag: "0.104.0-sumo-1" ## Add a -fips suffix to all image tags. With default tags, this results in FIPS-compliant otel images. ## See https://github.com/SumoLogic/sumologic-otel-collector/blob/main/docs/fips.md for more information. @@ -2487,7 +2487,7 @@ opentelemetry-operator: repository: public.ecr.aws/sumologic/opentelemetry-operator collectorImage: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" - tag: "0.102.1-sumo-0" + tag: "0.104.0-sumo-1" autoInstrumentationImage: java: repository: public.ecr.aws/sumologic/autoinstrumentation-java diff --git a/docs/README.md b/docs/README.md index 796798f86..509272c72 100644 --- a/docs/README.md +++ b/docs/README.md @@ -107,7 +107,7 @@ The following table displays the currently used software versions for our Helm c | Name | Version | | ----------------------------------------- | ------- | -| OpenTelemetry Collector | 0.102.1 | +| OpenTelemetry Collector | 0.104.0 | | OpenTelemetry Operator | 0.56.1 | | kube-prometheus-stack/Prometheus Operator | 40.5.0 | | Falco | 3.8.7 |