From 3b6952abf2e139770360099f2f90a43486e98f8e Mon Sep 17 00:00:00 2001 From: "primus-bot[bot]" <171087277+primus-bot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:29:03 +0530 Subject: [PATCH] chore(release): bump to v0.73.0 (#7153) #### Summary - Release SigNoz v0.73.0 - Bump SigNoz OTel Collector to v0.111.29 Created by [Primus-Bot](https://github.com/apps/primus-bot) Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com> --- deploy/docker-swarm/docker-compose.ha.yaml | 8 ++++---- deploy/docker-swarm/docker-compose.yaml | 8 ++++---- deploy/docker/docker-compose.ha.yaml | 10 +++++----- deploy/docker/docker-compose.testing.yaml | 10 +++++----- deploy/docker/docker-compose.yaml | 10 +++++----- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/deploy/docker-swarm/docker-compose.ha.yaml b/deploy/docker-swarm/docker-compose.ha.yaml index 361024297b..1e6173ae04 100644 --- a/deploy/docker-swarm/docker-compose.ha.yaml +++ b/deploy/docker-swarm/docker-compose.ha.yaml @@ -181,7 +181,7 @@ services: - query-service query-service: !!merge <<: *db-depend - image: signoz/query-service:0.72.0 + image: signoz/query-service:0.73.0 command: - --config=/root/config/prometheus.yml - --use-logs-new-schema=true @@ -214,7 +214,7 @@ services: retries: 3 frontend: !!merge <<: *common - image: signoz/frontend:0.72.0 + image: signoz/frontend:0.73.0 depends_on: - alertmanager - query-service @@ -224,7 +224,7 @@ services: - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:0.111.28 + image: signoz/signoz-otel-collector:0.111.29 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -248,7 +248,7 @@ services: - query-service schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:0.111.28 + image: signoz/signoz-schema-migrator:0.111.29 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker-swarm/docker-compose.yaml b/deploy/docker-swarm/docker-compose.yaml index 6c0b6777f9..6c40c17da0 100644 --- a/deploy/docker-swarm/docker-compose.yaml +++ b/deploy/docker-swarm/docker-compose.yaml @@ -117,7 +117,7 @@ services: - query-service query-service: !!merge <<: *db-depend - image: signoz/query-service:0.72.0 + image: signoz/query-service:0.73.0 command: - --config=/root/config/prometheus.yml - --use-logs-new-schema=true @@ -150,7 +150,7 @@ services: retries: 3 frontend: !!merge <<: *common - image: signoz/frontend:0.72.0 + image: signoz/frontend:0.73.0 depends_on: - alertmanager - query-service @@ -160,7 +160,7 @@ services: - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:0.111.28 + image: signoz/signoz-otel-collector:0.111.29 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -184,7 +184,7 @@ services: - query-service schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:0.111.28 + image: signoz/signoz-schema-migrator:0.111.29 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker/docker-compose.ha.yaml b/deploy/docker/docker-compose.ha.yaml index 648f3193fd..283cd6089f 100644 --- a/deploy/docker/docker-compose.ha.yaml +++ b/deploy/docker/docker-compose.ha.yaml @@ -188,7 +188,7 @@ services: condition: service_healthy query-service: !!merge <<: *db-depend - image: signoz/query-service:${DOCKER_TAG:-0.72.0} + image: signoz/query-service:${DOCKER_TAG:-0.73.0} container_name: signoz-query-service command: - --config=/root/config/prometheus.yml @@ -222,7 +222,7 @@ services: retries: 3 frontend: !!merge <<: *common - image: signoz/frontend:${DOCKER_TAG:-0.72.0} + image: signoz/frontend:${DOCKER_TAG:-0.73.0} container_name: signoz-frontend depends_on: - alertmanager @@ -234,7 +234,7 @@ services: # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing? otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.29} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -260,7 +260,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-sync command: - sync @@ -271,7 +271,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.testing.yaml b/deploy/docker/docker-compose.testing.yaml index e4f1e5e558..573cf53530 100644 --- a/deploy/docker/docker-compose.testing.yaml +++ b/deploy/docker/docker-compose.testing.yaml @@ -121,7 +121,7 @@ services: condition: service_healthy query-service: !!merge <<: *db-depend - image: signoz/query-service:${DOCKER_TAG:-0.72.0} + image: signoz/query-service:${DOCKER_TAG:-0.73.0} container_name: signoz-query-service command: - --config=/root/config/prometheus.yml @@ -157,7 +157,7 @@ services: retries: 3 frontend: !!merge <<: *common - image: signoz/frontend:${DOCKER_TAG:-0.72.0} + image: signoz/frontend:${DOCKER_TAG:-0.73.0} container_name: signoz-frontend depends_on: - alertmanager @@ -168,7 +168,7 @@ services: - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.27} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.29} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -190,7 +190,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.24} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-sync command: - sync @@ -201,7 +201,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.24} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index ebb6986fba..05e04eac5e 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -121,7 +121,7 @@ services: condition: service_healthy query-service: !!merge <<: *db-depend - image: signoz/query-service:${DOCKER_TAG:-0.72.0} + image: signoz/query-service:${DOCKER_TAG:-0.73.0} container_name: signoz-query-service command: - --config=/root/config/prometheus.yml @@ -155,7 +155,7 @@ services: retries: 3 frontend: !!merge <<: *common - image: signoz/frontend:${DOCKER_TAG:-0.72.0} + image: signoz/frontend:${DOCKER_TAG:-0.73.0} container_name: signoz-frontend depends_on: - alertmanager @@ -166,7 +166,7 @@ services: - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.29} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -188,7 +188,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-sync command: - sync @@ -199,7 +199,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.28} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-0.111.29} container_name: schema-migrator-async command: - async