From 60ab106b6741be91d0a29cda5ee436fc2ccfa153 Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 10 Feb 2025 08:47:05 -0800 Subject: [PATCH] chore(infra): Update otel-collector image to 0.119.0 (#8059) We are quite a few versions behind. The changelog lists a good amount of [Breaking API changes](https://github.com/open-telemetry/opentelemetry-collector/releases), but rather than enumerate all of those, or forever stay on the same (ancient) version, I thought it would be a good idea to flex the upgrade muscle here and see where it lands us on staging. --- .../google-cloud/apps/elixir/templates/cloud-init.yaml | 4 ++-- .../modules/google-cloud/apps/relay/templates/cloud-init.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/terraform/modules/google-cloud/apps/elixir/templates/cloud-init.yaml b/terraform/modules/google-cloud/apps/elixir/templates/cloud-init.yaml index b4e1e95ab..753d0627c 100644 --- a/terraform/modules/google-cloud/apps/elixir/templates/cloud-init.yaml +++ b/terraform/modules/google-cloud/apps/elixir/templates/cloud-init.yaml @@ -53,8 +53,8 @@ write_files: [Service] TimeoutStartSec=0 Restart=always - ExecStartPre=/usr/bin/docker pull otel/opentelemetry-collector-contrib:0.97.0 - ExecStart=/usr/bin/docker run --rm -u 2000 --name=otel-collector --network host --volume /etc/otelcol-contrib/:/etc/otelcol-contrib/ otel/opentelemetry-collector-contrib:0.97.0 + ExecStartPre=/usr/bin/docker pull otel/opentelemetry-collector-contrib:0.119.0 + ExecStart=/usr/bin/docker run --rm -u 2000 --name=otel-collector --network host --volume /etc/otelcol-contrib/:/etc/otelcol-contrib/ otel/opentelemetry-collector-contrib:0.119.0 ExecStop=/usr/bin/docker stop otel-collector ExecStopPost=/usr/bin/docker rm otel-collector diff --git a/terraform/modules/google-cloud/apps/relay/templates/cloud-init.yaml b/terraform/modules/google-cloud/apps/relay/templates/cloud-init.yaml index c309cc452..69ea5fe9c 100644 --- a/terraform/modules/google-cloud/apps/relay/templates/cloud-init.yaml +++ b/terraform/modules/google-cloud/apps/relay/templates/cloud-init.yaml @@ -80,8 +80,8 @@ write_files: [Service] TimeoutStartSec=0 Restart=always - ExecStartPre=/usr/bin/docker pull otel/opentelemetry-collector-contrib:0.97.0 - ExecStart=/usr/bin/docker run --rm -u 2000 --name=otel-collector --network host --volume /etc/otelcol-contrib/:/etc/otelcol-contrib/ otel/opentelemetry-collector-contrib:0.97.0 + ExecStartPre=/usr/bin/docker pull otel/opentelemetry-collector-contrib:0.119.0 + ExecStart=/usr/bin/docker run --rm -u 2000 --name=otel-collector --network host --volume /etc/otelcol-contrib/:/etc/otelcol-contrib/ otel/opentelemetry-collector-contrib:0.119.0 ExecStop=/usr/bin/docker stop otel-collector ExecStopPost=/usr/bin/docker rm otel-collector