diff --git a/.devenv/docker/clickhouse/compose.yaml b/.devenv/docker/clickhouse/compose.yaml index 4e426b83e550..d3a825f46d97 100644 --- a/.devenv/docker/clickhouse/compose.yaml +++ b/.devenv/docker/clickhouse/compose.yaml @@ -42,7 +42,7 @@ services: timeout: 5s retries: 3 schema-migrator-sync: - image: signoz/signoz-schema-migrator:v0.129.5 + image: signoz/signoz-schema-migrator:v0.129.6 container_name: schema-migrator-sync command: - sync @@ -55,7 +55,7 @@ services: condition: service_healthy restart: on-failure schema-migrator-async: - image: signoz/signoz-schema-migrator:v0.129.5 + image: signoz/signoz-schema-migrator:v0.129.6 container_name: schema-migrator-async command: - async diff --git a/deploy/docker-swarm/docker-compose.ha.yaml b/deploy/docker-swarm/docker-compose.ha.yaml index 470f6071b0e5..3d7fb6a7a7bc 100644 --- a/deploy/docker-swarm/docker-compose.ha.yaml +++ b/deploy/docker-swarm/docker-compose.ha.yaml @@ -176,7 +176,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:v0.95.0 + image: signoz/signoz:v0.96.0 command: - --config=/root/config/prometheus.yml ports: @@ -209,7 +209,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.129.5 + image: signoz/signoz-otel-collector:v0.129.6 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -233,7 +233,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.129.5 + image: signoz/signoz-schema-migrator:v0.129.6 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker-swarm/docker-compose.yaml b/deploy/docker-swarm/docker-compose.yaml index 3c9c499616d0..c29b0a93c572 100644 --- a/deploy/docker-swarm/docker-compose.yaml +++ b/deploy/docker-swarm/docker-compose.yaml @@ -117,7 +117,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:v0.95.0 + image: signoz/signoz:v0.96.0 command: - --config=/root/config/prometheus.yml ports: @@ -150,7 +150,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.129.5 + image: signoz/signoz-otel-collector:v0.129.6 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -176,7 +176,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.129.5 + image: signoz/signoz-schema-migrator:v0.129.6 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker/docker-compose.ha.yaml b/deploy/docker/docker-compose.ha.yaml index a9ca35445ea5..d24ec442dc5d 100644 --- a/deploy/docker/docker-compose.ha.yaml +++ b/deploy/docker/docker-compose.ha.yaml @@ -179,7 +179,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:${VERSION:-v0.95.0} + image: signoz/signoz:${VERSION:-v0.96.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -213,7 +213,7 @@ services: # TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing? otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.6} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -239,7 +239,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.6} container_name: schema-migrator-sync command: - sync @@ -250,7 +250,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.6} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index 8e2410c10210..3639e312dc8a 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -111,7 +111,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:${VERSION:-v0.95.0} + image: signoz/signoz:${VERSION:-v0.96.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -144,7 +144,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.6} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -166,7 +166,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.6} container_name: schema-migrator-sync command: - sync @@ -178,7 +178,7 @@ services: restart: on-failure schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.5} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.6} container_name: schema-migrator-async command: - async