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>
This commit is contained in:
primus-bot[bot] 2025-02-19 15:29:03 +05:30 committed by GitHub
parent 1925b6b4cb
commit 3b6952abf2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 23 additions and 23 deletions

View File

@ -181,7 +181,7 @@ services:
- query-service - query-service
query-service: query-service:
!!merge <<: *db-depend !!merge <<: *db-depend
image: signoz/query-service:0.72.0 image: signoz/query-service:0.73.0
command: command:
- --config=/root/config/prometheus.yml - --config=/root/config/prometheus.yml
- --use-logs-new-schema=true - --use-logs-new-schema=true
@ -214,7 +214,7 @@ services:
retries: 3 retries: 3
frontend: frontend:
!!merge <<: *common !!merge <<: *common
image: signoz/frontend:0.72.0 image: signoz/frontend:0.73.0
depends_on: depends_on:
- alertmanager - alertmanager
- query-service - query-service
@ -224,7 +224,7 @@ services:
- ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
!!merge <<: *db-depend !!merge <<: *db-depend
image: signoz/signoz-otel-collector:0.111.28 image: signoz/signoz-otel-collector:0.111.29
command: command:
- --config=/etc/otel-collector-config.yaml - --config=/etc/otel-collector-config.yaml
- --manager-config=/etc/manager-config.yaml - --manager-config=/etc/manager-config.yaml
@ -248,7 +248,7 @@ services:
- query-service - query-service
schema-migrator: schema-migrator:
!!merge <<: *common !!merge <<: *common
image: signoz/signoz-schema-migrator:0.111.28 image: signoz/signoz-schema-migrator:0.111.29
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure

View File

@ -117,7 +117,7 @@ services:
- query-service - query-service
query-service: query-service:
!!merge <<: *db-depend !!merge <<: *db-depend
image: signoz/query-service:0.72.0 image: signoz/query-service:0.73.0
command: command:
- --config=/root/config/prometheus.yml - --config=/root/config/prometheus.yml
- --use-logs-new-schema=true - --use-logs-new-schema=true
@ -150,7 +150,7 @@ services:
retries: 3 retries: 3
frontend: frontend:
!!merge <<: *common !!merge <<: *common
image: signoz/frontend:0.72.0 image: signoz/frontend:0.73.0
depends_on: depends_on:
- alertmanager - alertmanager
- query-service - query-service
@ -160,7 +160,7 @@ services:
- ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
!!merge <<: *db-depend !!merge <<: *db-depend
image: signoz/signoz-otel-collector:0.111.28 image: signoz/signoz-otel-collector:0.111.29
command: command:
- --config=/etc/otel-collector-config.yaml - --config=/etc/otel-collector-config.yaml
- --manager-config=/etc/manager-config.yaml - --manager-config=/etc/manager-config.yaml
@ -184,7 +184,7 @@ services:
- query-service - query-service
schema-migrator: schema-migrator:
!!merge <<: *common !!merge <<: *common
image: signoz/signoz-schema-migrator:0.111.28 image: signoz/signoz-schema-migrator:0.111.29
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure

View File

@ -188,7 +188,7 @@ services:
condition: service_healthy condition: service_healthy
query-service: query-service:
!!merge <<: *db-depend !!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 container_name: signoz-query-service
command: command:
- --config=/root/config/prometheus.yml - --config=/root/config/prometheus.yml
@ -222,7 +222,7 @@ services:
retries: 3 retries: 3
frontend: frontend:
!!merge <<: *common !!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.72.0} image: signoz/frontend:${DOCKER_TAG:-0.73.0}
container_name: signoz-frontend container_name: signoz-frontend
depends_on: depends_on:
- alertmanager - alertmanager
@ -234,7 +234,7 @@ services:
# TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing? # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
otel-collector: otel-collector:
!!merge <<: *db-depend !!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 container_name: signoz-otel-collector
command: command:
- --config=/etc/otel-collector-config.yaml - --config=/etc/otel-collector-config.yaml
@ -260,7 +260,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-sync: schema-migrator-sync:
!!merge <<: *common !!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 container_name: schema-migrator-sync
command: command:
- sync - sync
@ -271,7 +271,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-async: schema-migrator-async:
!!merge <<: *db-depend !!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 container_name: schema-migrator-async
command: command:
- async - async

View File

@ -121,7 +121,7 @@ services:
condition: service_healthy condition: service_healthy
query-service: query-service:
!!merge <<: *db-depend !!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 container_name: signoz-query-service
command: command:
- --config=/root/config/prometheus.yml - --config=/root/config/prometheus.yml
@ -157,7 +157,7 @@ services:
retries: 3 retries: 3
frontend: frontend:
!!merge <<: *common !!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.72.0} image: signoz/frontend:${DOCKER_TAG:-0.73.0}
container_name: signoz-frontend container_name: signoz-frontend
depends_on: depends_on:
- alertmanager - alertmanager
@ -168,7 +168,7 @@ services:
- ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
!!merge <<: *db-depend !!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 container_name: signoz-otel-collector
command: command:
- --config=/etc/otel-collector-config.yaml - --config=/etc/otel-collector-config.yaml
@ -190,7 +190,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-sync: schema-migrator-sync:
!!merge <<: *common !!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 container_name: schema-migrator-sync
command: command:
- sync - sync
@ -201,7 +201,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-async: schema-migrator-async:
!!merge <<: *db-depend !!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 container_name: schema-migrator-async
command: command:
- async - async

View File

@ -121,7 +121,7 @@ services:
condition: service_healthy condition: service_healthy
query-service: query-service:
!!merge <<: *db-depend !!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 container_name: signoz-query-service
command: command:
- --config=/root/config/prometheus.yml - --config=/root/config/prometheus.yml
@ -155,7 +155,7 @@ services:
retries: 3 retries: 3
frontend: frontend:
!!merge <<: *common !!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.72.0} image: signoz/frontend:${DOCKER_TAG:-0.73.0}
container_name: signoz-frontend container_name: signoz-frontend
depends_on: depends_on:
- alertmanager - alertmanager
@ -166,7 +166,7 @@ services:
- ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf - ../common/signoz/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector: otel-collector:
!!merge <<: *db-depend !!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 container_name: signoz-otel-collector
command: command:
- --config=/etc/otel-collector-config.yaml - --config=/etc/otel-collector-config.yaml
@ -188,7 +188,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-sync: schema-migrator-sync:
!!merge <<: *common !!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 container_name: schema-migrator-sync
command: command:
- sync - sync
@ -199,7 +199,7 @@ services:
condition: service_healthy condition: service_healthy
schema-migrator-async: schema-migrator-async:
!!merge <<: *db-depend !!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 container_name: schema-migrator-async
command: command:
- async - async