Skip to content

Commit bf92c92

Browse files
chore(release): bump to v0.100.1 (#9499)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent bd63633 commit bf92c92

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
@@ -176,7 +176,7 @@ services:
176176
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
177177
signoz:
178178
!!merge <<: *db-depend
179-
image: signoz/signoz:v0.100.0
179+
image: signoz/signoz:v0.100.1
180180
command:
181181
- --config=/root/config/prometheus.yml
182182
ports:

deploy/docker-swarm/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ services:
117117
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
118118
signoz:
119119
!!merge <<: *db-depend
120-
image: signoz/signoz:v0.100.0
120+
image: signoz/signoz:v0.100.1
121121
command:
122122
- --config=/root/config/prometheus.yml
123123
ports:

deploy/docker/docker-compose.ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ services:
179179
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
180180
signoz:
181181
!!merge <<: *db-depend
182-
image: signoz/signoz:${VERSION:-v0.100.0}
182+
image: signoz/signoz:${VERSION:-v0.100.1}
183183
container_name: signoz
184184
command:
185185
- --config=/root/config/prometheus.yml

deploy/docker/docker-compose.yaml

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

0 commit comments

Comments
 (0)