From a7c4d2fb8b1bee71441e7e7eb34157b73ae1eec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Tue, 13 Dec 2022 18:21:50 +0100 Subject: [PATCH] chore: upgrade otelcol for traces to 0.66.0-sumo-0 --- CHANGELOG.md | 3 ++- deploy/helm/sumologic/values.yaml | 8 ++++---- .../otelcol-instrumentation-statefulset.output.yaml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632959effe..c0835086c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687] +- chore: upgrade otelcol to 0.66.0-sumo-0 [#2686] [#2687] [#2693] - chore: upgrade nginx to 1.23.1 [#2544] [#2554] - feat: enable remote write proxy by default [#2483] - chore: update kubernetes-tools to 2.13.0 [#2515] @@ -164,6 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2653]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2653 [#2686]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2686 [#2687]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2687 +[#2693]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2693 [v3.0.0-beta.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...v3.0.0-beta.0 [telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10 [cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0 diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 52109f80f3..8fecd3727b 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -3373,7 +3373,7 @@ otelcolInstrumentation: image: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" - tag: "0.57.2-sumo-1" + tag: "0.66.0-sumo-0" pullPolicy: IfNotPresent ## Set securityContext for containers running in pods in otelcol-instrumentation statefulset. @@ -3601,7 +3601,7 @@ tracesSampler: podAnnotations: {} image: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" - tag: "0.57.2-sumo-1" + tag: "0.66.0-sumo-0" pullPolicy: IfNotPresent ## Extra Environment Values - allows yaml definitions @@ -3652,7 +3652,7 @@ tracesSampler: spike_limit_percentage: 20 ## Smart cascading filtering rules with preset limits. - ## Please see https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.57.2-sumo-1/pkg/processor/cascadingfilterprocessor + ## Please see https://github.com/SumoLogic/sumologic-otel-collector/tree/v0.66.0-sumo-0/pkg/processor/cascadingfilterprocessor ## for details. cascading_filter: ## Max number of traces for which decisions are kept in memory @@ -3942,7 +3942,7 @@ tracesGateway: podAnnotations: {} image: repository: "public.ecr.aws/sumologic/sumologic-otel-collector" - tag: "0.57.2-sumo-1" + tag: "0.66.0-sumo-0" pullPolicy: IfNotPresent livenessProbe: periodSeconds: 15 diff --git a/tests/helm/otelcol-instrumentation-statefulset/static/otelcol-instrumentation-statefulset.output.yaml b/tests/helm/otelcol-instrumentation-statefulset/static/otelcol-instrumentation-statefulset.output.yaml index 94268ea84a..9d11ddb43f 100644 --- a/tests/helm/otelcol-instrumentation-statefulset/static/otelcol-instrumentation-statefulset.output.yaml +++ b/tests/helm/otelcol-instrumentation-statefulset/static/otelcol-instrumentation-statefulset.output.yaml @@ -52,7 +52,7 @@ spec: fsGroup: 999 containers: - name: otelcol - image: public.ecr.aws/sumologic/sumologic-otel-collector:0.57.2-sumo-1 + image: public.ecr.aws/sumologic/sumologic-otel-collector:0.66.0-sumo-0 imagePullPolicy: IfNotPresent args: - "--config=/conf/otelcol.instrumentation.conf.yaml"