Skip to content

Commit e9abd5d

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

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
@@ -190,7 +190,7 @@ services:
190190
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
191191
signoz:
192192
!!merge <<: *db-depend
193-
image: signoz/signoz:v0.116.1
193+
image: signoz/signoz:v0.117.0
194194
ports:
195195
- "8080:8080" # signoz port
196196
# - "6060:6060" # pprof port

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.116.1
120+
image: signoz/signoz:v0.117.0
121121
ports:
122122
- "8080:8080" # signoz port
123123
volumes:

deploy/docker/docker-compose.ha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ services:
181181
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
182182
signoz:
183183
!!merge <<: *db-depend
184-
image: signoz/signoz:${VERSION:-v0.116.1}
184+
image: signoz/signoz:${VERSION:-v0.117.0}
185185
container_name: signoz
186186
ports:
187187
- "8080:8080" # signoz port

deploy/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
110110
signoz:
111111
!!merge <<: *db-depend
112-
image: signoz/signoz:${VERSION:-v0.116.1}
112+
image: signoz/signoz:${VERSION:-v0.117.0}
113113
container_name: signoz
114114
ports:
115115
- "8080:8080" # signoz port

0 commit comments

Comments
 (0)