chore(release): 📌 pin versions: SigNoz 0.32.0, SigNoz OtelCollector 0.79.10

Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
Prashant Shahi 2023-10-19 22:19:55 +05:45
parent 63b503a9fb
commit 3f912edc98
No known key found for this signature in database
GPG Key ID: B6763AAA47DFEDB3
4 changed files with 12 additions and 12 deletions

View File

@ -144,7 +144,7 @@ services:
condition: on-failure
query-service:
image: signoz/query-service:0.31.1
image: signoz/query-service:0.32.0
command:
[
"-config=/root/config/prometheus.yml",
@ -184,7 +184,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:0.31.1
image: signoz/frontend:0.32.0
deploy:
restart_policy:
condition: on-failure
@ -197,7 +197,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector:
image: signoz/signoz-otel-collector:0.79.9
image: signoz/signoz-otel-collector:0.79.10
command:
[
"--config=/etc/otel-collector-config.yaml",
@ -234,7 +234,7 @@ services:
- query-service
otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.9
image: signoz/signoz-otel-collector:0.79.10
command:
[
"--config=/etc/otel-collector-metrics-config.yaml",

View File

@ -68,7 +68,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`
otel-collector:
container_name: signoz-otel-collector
image: signoz/signoz-otel-collector:0.79.9
image: signoz/signoz-otel-collector:0.79.10
command:
[
"--config=/etc/otel-collector-config.yaml",
@ -103,7 +103,7 @@ services:
otel-collector-metrics:
container_name: signoz-otel-collector-metrics
image: signoz/signoz-otel-collector:0.79.8
image: signoz/signoz-otel-collector:0.79.10
command:
[
"--config=/etc/otel-collector-metrics-config.yaml",

View File

@ -162,7 +162,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.31.1}
image: signoz/query-service:${DOCKER_TAG:-0.32.0}
container_name: signoz-query-service
command:
[
@ -201,7 +201,7 @@ services:
<<: *clickhouse-depend
frontend:
image: signoz/frontend:${DOCKER_TAG:-0.31.1}
image: signoz/frontend:${DOCKER_TAG:-0.32.0}
container_name: signoz-frontend
restart: on-failure
depends_on:
@ -213,7 +213,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf
otel-collector:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.9}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.10}
container_name: signoz-otel-collector
command:
[
@ -251,7 +251,7 @@ services:
condition: service_healthy
otel-collector-metrics:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.8}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.10}
container_name: signoz-otel-collector-metrics
command:
[

View File

@ -190,7 +190,7 @@ services:
<<: *clickhouse-depends
otel-collector:
image: signoz/signoz-otel-collector:0.79.9
image: signoz/signoz-otel-collector:0.79.10
container_name: signoz-otel-collector
command:
[
@ -229,7 +229,7 @@ services:
otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.8
image: signoz/signoz-otel-collector:0.79.10
container_name: signoz-otel-collector-metrics
command:
[