diff --git a/.devenv/docker/clickhouse/compose.yaml b/.devenv/docker/clickhouse/compose.yaml index 35ceb7481695..a230ea824e38 100644 --- a/.devenv/docker/clickhouse/compose.yaml +++ b/.devenv/docker/clickhouse/compose.yaml @@ -40,7 +40,7 @@ services: timeout: 5s retries: 3 schema-migrator-sync: - image: signoz/signoz-schema-migrator:v0.129.0 + image: signoz/signoz-schema-migrator:v0.129.2 container_name: schema-migrator-sync command: - sync @@ -53,7 +53,7 @@ services: condition: service_healthy restart: on-failure schema-migrator-async: - image: signoz/signoz-schema-migrator:v0.129.0 + image: signoz/signoz-schema-migrator:v0.129.2 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 f9d5afe11722..c1fd89b807ea 100644 --- a/deploy/docker-swarm/docker-compose.ha.yaml +++ b/deploy/docker-swarm/docker-compose.ha.yaml @@ -174,7 +174,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:v0.92.1 + image: signoz/signoz:v0.93.0 command: - --config=/root/config/prometheus.yml ports: @@ -207,7 +207,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.129.0 + image: signoz/signoz-otel-collector:v0.129.2 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -231,7 +231,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.129.0 + image: signoz/signoz-schema-migrator:v0.129.2 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker-swarm/docker-compose.yaml b/deploy/docker-swarm/docker-compose.yaml index 2d9627d025ea..60e38d68f757 100644 --- a/deploy/docker-swarm/docker-compose.yaml +++ b/deploy/docker-swarm/docker-compose.yaml @@ -115,7 +115,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:v0.92.1 + image: signoz/signoz:v0.93.0 command: - --config=/root/config/prometheus.yml ports: @@ -148,7 +148,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.129.0 + image: signoz/signoz-otel-collector:v0.129.2 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -174,7 +174,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.129.0 + image: signoz/signoz-schema-migrator:v0.129.2 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker/docker-compose.ha.yaml b/deploy/docker/docker-compose.ha.yaml index 6d3fc351c54a..1a9799492742 100644 --- a/deploy/docker/docker-compose.ha.yaml +++ b/deploy/docker/docker-compose.ha.yaml @@ -177,7 +177,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:${VERSION:-v0.92.1} + image: signoz/signoz:${VERSION:-v0.93.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -211,7 +211,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.0} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.2} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -237,7 +237,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.0} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.2} container_name: schema-migrator-sync command: - sync @@ -248,7 +248,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.0} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.2} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index 49191d11609a..cde2414d03d7 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -110,7 +110,7 @@ services: # - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml signoz: !!merge <<: *db-depend - image: signoz/signoz:${VERSION:-v0.92.1} + image: signoz/signoz:${VERSION:-v0.93.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -143,7 +143,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.0} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.2} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -165,7 +165,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.0} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.2} container_name: schema-migrator-sync command: - sync @@ -177,7 +177,7 @@ services: restart: on-failure schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.0} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.2} container_name: schema-migrator-async command: - async