diff --git a/deploy/docker-swarm/docker-compose.ha.yaml b/deploy/docker-swarm/docker-compose.ha.yaml index ea049f30a8..486f3fd415 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.78.1 + image: signoz/signoz:v0.79.0 command: - --config=/root/config/prometheus.yml - --use-logs-new-schema=true @@ -208,7 +208,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.111.38 + image: signoz/signoz-otel-collector:v0.111.39 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -232,7 +232,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.111.38 + image: signoz/signoz-schema-migrator:v0.111.39 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker-swarm/docker-compose.yaml b/deploy/docker-swarm/docker-compose.yaml index 8e31f69685..65c17207e8 100644 --- a/deploy/docker-swarm/docker-compose.yaml +++ b/deploy/docker-swarm/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:v0.78.1 + image: signoz/signoz:v0.79.0 command: - --config=/root/config/prometheus.yml - --use-logs-new-schema=true @@ -143,7 +143,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:v0.111.38 + image: signoz/signoz-otel-collector:v0.111.39 command: - --config=/etc/otel-collector-config.yaml - --manager-config=/etc/manager-config.yaml @@ -167,7 +167,7 @@ services: - signoz schema-migrator: !!merge <<: *common - image: signoz/signoz-schema-migrator:v0.111.38 + image: signoz/signoz-schema-migrator:v0.111.39 deploy: restart_policy: condition: on-failure diff --git a/deploy/docker/docker-compose.ha.yaml b/deploy/docker/docker-compose.ha.yaml index 2285eac0bf..f2ae6d92d6 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.78.1} + image: signoz/signoz:${VERSION:-v0.79.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -212,7 +212,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.111.38} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.39} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -238,7 +238,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} container_name: schema-migrator-sync command: - sync @@ -249,7 +249,7 @@ services: condition: service_healthy schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.testing.yaml b/deploy/docker/docker-compose.testing.yaml index a153539b38..847dc23a9f 100644 --- a/deploy/docker/docker-compose.testing.yaml +++ b/deploy/docker/docker-compose.testing.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.78.1} + image: signoz/signoz:${VERSION:-v0.79.0} container_name: signoz command: - --config=/root/config/prometheus.yml @@ -146,7 +146,7 @@ services: retries: 3 otel-collector: !!merge <<: *db-depend - image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.38} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.39} container_name: signoz-otel-collector command: - --config=/etc/otel-collector-config.yaml @@ -168,7 +168,7 @@ services: condition: service_healthy schema-migrator-sync: !!merge <<: *common - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} container_name: schema-migrator-sync command: - sync @@ -180,7 +180,7 @@ services: restart: on-failure schema-migrator-async: !!merge <<: *db-depend - image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} container_name: schema-migrator-async command: - async diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index adba2d0e93..72d3b355cf 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.78.1} + image: signoz/signoz:${VERSION:-v0.79.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.111.38} + image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.39} 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.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} 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.111.38} + image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39} container_name: schema-migrator-async command: - async