Skip to content

Commit

Permalink
chore(release): bump to v0.70.1 (#7000)
Browse files Browse the repository at this point in the history
#### Summary
 - Release SigNoz v0.70.1
 - Bump SigNoz OTel Collector to v0.111.25

 Created by [Primus-Bot](https://github.com/apps/primus-bot)

Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
Co-authored-by: Prashant Shahi <[email protected]>
  • Loading branch information
primus-bot[bot] and prashant-shahi authored Jan 31, 2025
1 parent c6fda99 commit 5366562
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 20 deletions.
7 changes: 3 additions & 4 deletions deploy/docker-swarm/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ services:
- query-service
query-service:
!!merge <<: *db-depend
image: signoz/query-service:0.70.0
image: signoz/query-service:0.70.1
command:
- --config=/root/config/prometheus.yml
- --use-logs-new-schema=true
Expand Down Expand Up @@ -214,7 +214,7 @@ services:
retries: 3
frontend:
!!merge <<: *common
image: signoz/frontend:0.70.0
image: signoz/frontend:0.70.1
depends_on:
- alertmanager
- query-service
Expand All @@ -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.24
image: signoz/signoz-otel-collector:0.111.25
command:
- --config=/etc/otel-collector-config.yaml
- --manager-config=/etc/manager-config.yaml
Expand Down Expand Up @@ -262,7 +262,6 @@ services:
networks:
signoz-net:
name: signoz-net

volumes:
alertmanager:
name: signoz-alertmanager
Expand Down
7 changes: 3 additions & 4 deletions deploy/docker-swarm/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
- query-service
query-service:
!!merge <<: *db-depend
image: signoz/query-service:0.70.0
image: signoz/query-service:0.70.1
command:
- --config=/root/config/prometheus.yml
- --use-logs-new-schema=true
Expand Down Expand Up @@ -150,7 +150,7 @@ services:
retries: 3
frontend:
!!merge <<: *common
image: signoz/frontend:0.70.0
image: signoz/frontend:0.70.1
depends_on:
- alertmanager
- query-service
Expand All @@ -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.24
image: signoz/signoz-otel-collector:0.111.25
command:
- --config=/etc/otel-collector-config.yaml
- --manager-config=/etc/manager-config.yaml
Expand Down Expand Up @@ -198,7 +198,6 @@ services:
networks:
signoz-net:
name: signoz-net

volumes:
alertmanager:
name: signoz-alertmanager
Expand Down
7 changes: 3 additions & 4 deletions deploy/docker/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ services:
condition: service_healthy
query-service:
!!merge <<: *db-depend
image: signoz/query-service:${DOCKER_TAG:-0.70.0}
image: signoz/query-service:${DOCKER_TAG:-0.70.1}
container_name: signoz-query-service
command:
- --config=/root/config/prometheus.yml
Expand Down Expand Up @@ -222,7 +222,7 @@ services:
retries: 3
frontend:
!!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.70.0}
image: signoz/frontend:${DOCKER_TAG:-0.70.1}
container_name: signoz-frontend
depends_on:
- alertmanager
Expand All @@ -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.24}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.25}
container_name: signoz-otel-collector
command:
- --config=/etc/otel-collector-config.yaml
Expand Down Expand Up @@ -280,7 +280,6 @@ services:
networks:
signoz-net:
name: signoz-net

volumes:
alertmanager:
name: signoz-alertmanager
Expand Down
7 changes: 3 additions & 4 deletions deploy/docker/docker-compose.testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
condition: service_healthy
query-service:
!!merge <<: *db-depend
image: signoz/query-service:${DOCKER_TAG:-0.70.0}
image: signoz/query-service:${DOCKER_TAG:-0.70.1}
container_name: signoz-query-service
command:
- --config=/root/config/prometheus.yml
Expand Down Expand Up @@ -157,7 +157,7 @@ services:
retries: 3
frontend:
!!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.70.0}
image: signoz/frontend:${DOCKER_TAG:-0.70.1}
container_name: signoz-frontend
depends_on:
- alertmanager
Expand All @@ -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.24}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.25}
container_name: signoz-otel-collector
command:
- --config=/etc/otel-collector-config.yaml
Expand Down Expand Up @@ -210,7 +210,6 @@ services:
networks:
signoz-net:
name: signoz-net

volumes:
alertmanager:
name: signoz-alertmanager
Expand Down
7 changes: 3 additions & 4 deletions deploy/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ services:
condition: service_healthy
query-service:
!!merge <<: *db-depend
image: signoz/query-service:${DOCKER_TAG:-0.70.0}
image: signoz/query-service:${DOCKER_TAG:-0.70.1}
container_name: signoz-query-service
command:
- --config=/root/config/prometheus.yml
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
retries: 3
frontend:
!!merge <<: *common
image: signoz/frontend:${DOCKER_TAG:-0.70.0}
image: signoz/frontend:${DOCKER_TAG:-0.70.1}
container_name: signoz-frontend
depends_on:
- alertmanager
Expand All @@ -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.24}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.25}
container_name: signoz-otel-collector
command:
- --config=/etc/otel-collector-config.yaml
Expand Down Expand Up @@ -208,7 +208,6 @@ services:
networks:
signoz-net:
name: signoz-net

volumes:
alertmanager:
name: signoz-alertmanager
Expand Down

0 comments on commit 5366562

Please sign in to comment.