Skip to content

Commit

Permalink
chore(release): πŸ“Œ pin versions: SigNoz 0.31.0, SigNoz OtelCollector 0…
Browse files Browse the repository at this point in the history
….79.8

Signed-off-by: Prashant Shahi <prashant@signoz.io>
  • Loading branch information
prashant-shahi committed Oct 12, 2023
1 parent 1588d3a commit d7a5c6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions deploy/docker-swarm/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
condition: on-failure

query-service:
image: signoz/query-service:0.30.0
image: signoz/query-service:0.31.0
command:
[
"-config=/root/config/prometheus.yml",
Expand Down Expand Up @@ -184,7 +184,7 @@ services:
<<: *clickhouse-depend

frontend:
image: signoz/frontend:0.30.0
image: signoz/frontend:0.31.0
deploy:
restart_policy:
condition: on-failure
Expand All @@ -197,7 +197,7 @@ services:
- ../common/nginx-config.conf:/etc/nginx/conf.d/default.conf

otel-collector:
image: signoz/signoz-otel-collector:0.79.7
image: signoz/signoz-otel-collector:0.79.8
command:
[
"--config=/etc/otel-collector-config.yaml",
Expand Down Expand Up @@ -230,7 +230,7 @@ services:
<<: *clickhouse-depend

otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.7
image: signoz/signoz-otel-collector:0.79.8
command:
[
"--config=/etc/otel-collector-metrics-config.yaml",
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker/clickhouse-setup/docker-compose-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.7
image: signoz/signoz-otel-collector:0.79.8
command:
[
"--config=/etc/otel-collector-config.yaml",
Expand Down Expand Up @@ -78,7 +78,7 @@ services:

otel-collector-metrics:
container_name: signoz-otel-collector-metrics
image: signoz/signoz-otel-collector:0.79.7
image: signoz/signoz-otel-collector:0.79.8
command:
[
"--config=/etc/otel-collector-metrics-config.yaml",
Expand Down
8 changes: 4 additions & 4 deletions deploy/docker/clickhouse-setup/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.0}
image: signoz/query-service:${DOCKER_TAG:-0.31.0}
container_name: signoz-query-service
command:
[
Expand Down Expand Up @@ -201,7 +201,7 @@ services:
<<: *clickhouse-depend

frontend:
image: signoz/frontend:${DOCKER_TAG:-0.30.0}
image: signoz/frontend:${DOCKER_TAG:-0.31.0}
container_name: signoz-frontend
restart: on-failure
depends_on:
Expand All @@ -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.7}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.8}
container_name: signoz-otel-collector
command:
[
Expand Down Expand Up @@ -244,7 +244,7 @@ services:
<<: *clickhouse-depend

otel-collector-metrics:
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.7}
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.79.8}
container_name: signoz-otel-collector-metrics
command:
[
Expand Down
4 changes: 2 additions & 2 deletions pkg/query-service/tests/test-deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ services:
<<: *clickhouse-depends

otel-collector:
image: signoz/signoz-otel-collector:0.79.7
image: signoz/signoz-otel-collector:0.79.8
container_name: signoz-otel-collector
command:
[
Expand Down Expand Up @@ -221,7 +221,7 @@ services:
<<: *clickhouse-depends

otel-collector-metrics:
image: signoz/signoz-otel-collector:0.79.7
image: signoz/signoz-otel-collector:0.79.8
container_name: signoz-otel-collector-metrics
command:
[
Expand Down

0 comments on commit d7a5c6d

Please sign in to comment.