Skip to content

Commit aaf0b59

Browse files
chore(release): bump to v0.79.1 (#7655)
#### Summary - Release SigNoz v0.79.1 Created by [Primus-Bot](https://github.com/apps/primus-bot) Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent 19372c8 commit aaf0b59

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.79.0
177+
image: signoz/signoz:v0.79.1
178178
command:
179179
- --config=/root/config/prometheus.yml
180180
- --use-logs-new-schema=true

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.79.0
113+
image: signoz/signoz:v0.79.1
114114
command:
115115
- --config=/root/config/prometheus.yml
116116
- --use-logs-new-schema=true

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.79.0}
180+
image: signoz/signoz:${VERSION:-v0.79.1}
181181
container_name: signoz
182182
command:
183183
- --config=/root/config/prometheus.yml

deploy/docker/docker-compose.testing.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.79.0}
113+
image: signoz/signoz:${VERSION:-v0.79.1}
114114
container_name: signoz
115115
command:
116116
- --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.79.0}
113+
image: signoz/signoz:${VERSION:-v0.79.1}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml

0 commit comments

Comments
 (0)