Skip to content

Commit 595a500

Browse files
chore(release): bump to v0.85.0 (#8078)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent bec52c3 commit 595a500

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deploy/docker-swarm/docker-compose.ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ services:
174174
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
175175
signoz:
176176
!!merge <<: *db-depend
177-
image: signoz/signoz:v0.84.1
177+
image: signoz/signoz:v0.85.0
178178
command:
179179
- --config=/root/config/prometheus.yml
180180
ports:

deploy/docker-swarm/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
111111
signoz:
112112
!!merge <<: *db-depend
113-
image: signoz/signoz:v0.84.1
113+
image: signoz/signoz:v0.85.0
114114
command:
115115
- --config=/root/config/prometheus.yml
116116
ports:

deploy/docker/docker-compose.ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ services:
177177
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
178178
signoz:
179179
!!merge <<: *db-depend
180-
image: signoz/signoz:${VERSION:-v0.84.1}
180+
image: signoz/signoz:${VERSION:-v0.85.0}
181181
container_name: signoz
182182
command:
183183
- --config=/root/config/prometheus.yml

deploy/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ services:
110110
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
111111
signoz:
112112
!!merge <<: *db-depend
113-
image: signoz/signoz:${VERSION:-v0.84.1}
113+
image: signoz/signoz:${VERSION:-v0.85.0}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml

0 commit comments

Comments
 (0)