Skip to content

Commit 9c95294

Browse files
chore(release): bump to v0.92.1 (#8780)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent dac46d8 commit 9c95294

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.92.0
177+
image: signoz/signoz:v0.92.1
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
@@ -115,7 +115,7 @@ services:
115115
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
116116
signoz:
117117
!!merge <<: *db-depend
118-
image: signoz/signoz:v0.92.0
118+
image: signoz/signoz:v0.92.1
119119
command:
120120
- --config=/root/config/prometheus.yml
121121
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.92.0}
180+
image: signoz/signoz:${VERSION:-v0.92.1}
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.92.0}
113+
image: signoz/signoz:${VERSION:-v0.92.1}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml

0 commit comments

Comments
 (0)