From 55765908f6976821973dfe45b3696c571fe97a8e Mon Sep 17 00:00:00 2001 From: Gauthier POGAM--LE MONTAGNER Date: Mon, 7 Apr 2025 14:39:05 +0200 Subject: [PATCH] chore(signoz): bump version to 0.77.0 --- templates/compose/signoz.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/compose/signoz.yaml b/templates/compose/signoz.yaml index 9f74e8a16..1d9719396 100644 --- a/templates/compose/signoz.yaml +++ b/templates/compose/signoz.yaml @@ -1465,7 +1465,7 @@ services: target: /var/lib/clickhouse/ signoz: - image: signoz/signoz:${DOCKER_TAG:-v0.76.2} + image: signoz/signoz:${VERSION:-v0.77.0} container_name: signoz depends_on: clickhouse: @@ -1546,7 +1546,7 @@ services: retries: 3 otel-collector: - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.34} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.37} container_name: signoz-otel-collector depends_on: clickhouse: @@ -1691,7 +1691,7 @@ services: retries: 3 schema-migrator-sync: - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.34} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.37} container_name: schema-migrator-sync command: - sync @@ -1707,7 +1707,7 @@ services: max-file: "3" schema-migrator-async: - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.34} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.37} container_name: schema-migrator-async depends_on: clickhouse: