From a235beae36e9689695e2c70e7c4b7bd522436b83 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 20 Jul 2023 09:47:55 +0530 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=93=8C=20pin=20versions?= =?UTF-8?q?:=20SigNoz=200.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- deploy/docker-swarm/clickhouse-setup/docker-compose.yaml | 4 ++-- deploy/docker/clickhouse-setup/docker-compose.yaml | 4 ++-- pkg/query-service/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml b/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml index 826d17094e..ec0ec30e66 100644 --- a/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml +++ b/deploy/docker-swarm/clickhouse-setup/docker-compose.yaml @@ -137,7 +137,7 @@ services: condition: on-failure query-service: - image: signoz/query-service:0.23.0 + image: signoz/query-service:0.24.0 command: ["-config=/root/config/prometheus.yml"] # ports: # - "6060:6060" # pprof port @@ -166,7 +166,7 @@ services: <<: *clickhouse-depend frontend: - image: signoz/frontend:0.23.0 + image: signoz/frontend:0.24.0 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker/clickhouse-setup/docker-compose.yaml b/deploy/docker/clickhouse-setup/docker-compose.yaml index 2ff2fcb77e..9ef3e70f4c 100644 --- a/deploy/docker/clickhouse-setup/docker-compose.yaml +++ b/deploy/docker/clickhouse-setup/docker-compose.yaml @@ -153,7 +153,7 @@ services: # Notes for Maintainers/Contributors who will change Line Numbers of Frontend & Query-Section. Please Update Line Numbers in `./scripts/commentLinesForSetup.sh` & `./CONTRIBUTING.md` query-service: - image: signoz/query-service:${DOCKER_TAG:-0.23.0} + image: signoz/query-service:${DOCKER_TAG:-0.24.0} container_name: query-service command: ["-config=/root/config/prometheus.yml"] # ports: @@ -181,7 +181,7 @@ services: <<: *clickhouse-depend frontend: - image: signoz/frontend:${DOCKER_TAG:-0.23.0} + image: signoz/frontend:${DOCKER_TAG:-0.24.0} container_name: frontend restart: on-failure depends_on: diff --git a/pkg/query-service/README.md b/pkg/query-service/README.md index 10a7f78fbc..8b12d667c1 100644 --- a/pkg/query-service/README.md +++ b/pkg/query-service/README.md @@ -13,7 +13,7 @@ https://github.com/SigNoz/signoz/blob/main/CONTRIBUTING.md#to-run-clickhouse-set - Change the alertmanager section in `signoz/deploy/docker/clickhouse-setup/docker-compose.yaml` as follows: ```console alertmanager: - image: signoz/alertmanager:0.23.0-0.1 + image: signoz/alertmanager:0.23.1 volumes: - ./data/alertmanager:/data expose: