Skip to content

Commit eb5a1b7

Browse files
chore(release): bump to v0.81.0 (#7776)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent 130ff92 commit eb5a1b7

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

.devenv/docker/clickhouse/compose.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
services:
2-
32
clickhouse:
43
image: clickhouse/clickhouse-server:24.1.2-alpine
54
container_name: clickhouse
@@ -24,7 +23,6 @@ services:
2423
retries: 3
2524
depends_on:
2625
- zookeeper
27-
2826
zookeeper:
2927
image: bitnami/zookeeper:3.7.1
3028
container_name: zookeeper
@@ -41,9 +39,8 @@ services:
4139
interval: 30s
4240
timeout: 5s
4341
retries: 3
44-
4542
schema-migrator-sync:
46-
image: signoz/signoz-schema-migrator:0.111.29
43+
image: signoz/signoz-schema-migrator:v0.111.40
4744
container_name: schema-migrator-sync
4845
command:
4946
- sync
@@ -55,9 +52,8 @@ services:
5552
clickhouse:
5653
condition: service_healthy
5754
restart: on-failure
58-
5955
schema-migrator-async:
60-
image: signoz/signoz-schema-migrator:0.111.29
56+
image: signoz/signoz-schema-migrator:v0.111.40
6157
container_name: schema-migrator-async
6258
command:
6359
- async

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

Lines changed: 3 additions & 3 deletions
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.80.0
177+
image: signoz/signoz:v0.81.0
178178
command:
179179
- --config=/root/config/prometheus.yml
180180
- --use-logs-new-schema=true
@@ -208,7 +208,7 @@ services:
208208
retries: 3
209209
otel-collector:
210210
!!merge <<: *db-depend
211-
image: signoz/signoz-otel-collector:v0.111.39
211+
image: signoz/signoz-otel-collector:v0.111.40
212212
command:
213213
- --config=/etc/otel-collector-config.yaml
214214
- --manager-config=/etc/manager-config.yaml
@@ -232,7 +232,7 @@ services:
232232
- signoz
233233
schema-migrator:
234234
!!merge <<: *common
235-
image: signoz/signoz-schema-migrator:v0.111.39
235+
image: signoz/signoz-schema-migrator:v0.111.40
236236
deploy:
237237
restart_policy:
238238
condition: on-failure

deploy/docker-swarm/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
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.80.0
113+
image: signoz/signoz:v0.81.0
114114
command:
115115
- --config=/root/config/prometheus.yml
116116
- --use-logs-new-schema=true
@@ -143,7 +143,7 @@ services:
143143
retries: 3
144144
otel-collector:
145145
!!merge <<: *db-depend
146-
image: signoz/signoz-otel-collector:v0.111.39
146+
image: signoz/signoz-otel-collector:v0.111.40
147147
command:
148148
- --config=/etc/otel-collector-config.yaml
149149
- --manager-config=/etc/manager-config.yaml
@@ -167,7 +167,7 @@ services:
167167
- signoz
168168
schema-migrator:
169169
!!merge <<: *common
170-
image: signoz/signoz-schema-migrator:v0.111.39
170+
image: signoz/signoz-schema-migrator:v0.111.40
171171
deploy:
172172
restart_policy:
173173
condition: on-failure

deploy/docker/docker-compose.ha.yaml

Lines changed: 4 additions & 4 deletions
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.80.0}
180+
image: signoz/signoz:${VERSION:-v0.81.0}
181181
container_name: signoz
182182
command:
183183
- --config=/root/config/prometheus.yml
@@ -212,7 +212,7 @@ services:
212212
# TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
213213
otel-collector:
214214
!!merge <<: *db-depend
215-
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.39}
215+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.40}
216216
container_name: signoz-otel-collector
217217
command:
218218
- --config=/etc/otel-collector-config.yaml
@@ -238,7 +238,7 @@ services:
238238
condition: service_healthy
239239
schema-migrator-sync:
240240
!!merge <<: *common
241-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39}
241+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40}
242242
container_name: schema-migrator-sync
243243
command:
244244
- sync
@@ -249,7 +249,7 @@ services:
249249
condition: service_healthy
250250
schema-migrator-async:
251251
!!merge <<: *db-depend
252-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39}
252+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40}
253253
container_name: schema-migrator-async
254254
command:
255255
- async

deploy/docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
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.80.0}
113+
image: signoz/signoz:${VERSION:-v0.81.0}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml
@@ -144,7 +144,7 @@ services:
144144
retries: 3
145145
otel-collector:
146146
!!merge <<: *db-depend
147-
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.39}
147+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.40}
148148
container_name: signoz-otel-collector
149149
command:
150150
- --config=/etc/otel-collector-config.yaml
@@ -166,7 +166,7 @@ services:
166166
condition: service_healthy
167167
schema-migrator-sync:
168168
!!merge <<: *common
169-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39}
169+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40}
170170
container_name: schema-migrator-sync
171171
command:
172172
- sync
@@ -178,7 +178,7 @@ services:
178178
restart: on-failure
179179
schema-migrator-async:
180180
!!merge <<: *db-depend
181-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.39}
181+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.40}
182182
container_name: schema-migrator-async
183183
command:
184184
- async

0 commit comments

Comments
 (0)