Skip to content

Commit c3123a4

Browse files
chore(release): bump to v0.85.2 (#8089)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent 5a602bb commit c3123a4

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.devenv/docker/clickhouse/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
timeout: 5s
4141
retries: 3
4242
schema-migrator-sync:
43-
image: signoz/signoz-schema-migrator:v0.111.41
43+
image: signoz/signoz-schema-migrator:v0.111.42
4444
container_name: schema-migrator-sync
4545
command:
4646
- sync
@@ -53,7 +53,7 @@ services:
5353
condition: service_healthy
5454
restart: on-failure
5555
schema-migrator-async:
56-
image: signoz/signoz-schema-migrator:v0.111.41
56+
image: signoz/signoz-schema-migrator:v0.111.42
5757
container_name: schema-migrator-async
5858
command:
5959
- 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.85.0
177+
image: signoz/signoz:v0.85.2
178178
command:
179179
- --config=/root/config/prometheus.yml
180180
ports:
@@ -206,7 +206,7 @@ services:
206206
retries: 3
207207
otel-collector:
208208
!!merge <<: *db-depend
209-
image: signoz/signoz-otel-collector:v0.111.41
209+
image: signoz/signoz-otel-collector:v0.111.42
210210
command:
211211
- --config=/etc/otel-collector-config.yaml
212212
- --manager-config=/etc/manager-config.yaml
@@ -230,7 +230,7 @@ services:
230230
- signoz
231231
schema-migrator:
232232
!!merge <<: *common
233-
image: signoz/signoz-schema-migrator:v0.111.41
233+
image: signoz/signoz-schema-migrator:v0.111.42
234234
deploy:
235235
restart_policy:
236236
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.85.0
113+
image: signoz/signoz:v0.85.2
114114
command:
115115
- --config=/root/config/prometheus.yml
116116
ports:
@@ -141,7 +141,7 @@ services:
141141
retries: 3
142142
otel-collector:
143143
!!merge <<: *db-depend
144-
image: signoz/signoz-otel-collector:v0.111.41
144+
image: signoz/signoz-otel-collector:v0.111.42
145145
command:
146146
- --config=/etc/otel-collector-config.yaml
147147
- --manager-config=/etc/manager-config.yaml
@@ -165,7 +165,7 @@ services:
165165
- signoz
166166
schema-migrator:
167167
!!merge <<: *common
168-
image: signoz/signoz-schema-migrator:v0.111.41
168+
image: signoz/signoz-schema-migrator:v0.111.42
169169
deploy:
170170
restart_policy:
171171
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.85.0}
180+
image: signoz/signoz:${VERSION:-v0.85.2}
181181
container_name: signoz
182182
command:
183183
- --config=/root/config/prometheus.yml
@@ -210,7 +210,7 @@ services:
210210
# TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
211211
otel-collector:
212212
!!merge <<: *db-depend
213-
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.41}
213+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.42}
214214
container_name: signoz-otel-collector
215215
command:
216216
- --config=/etc/otel-collector-config.yaml
@@ -236,7 +236,7 @@ services:
236236
condition: service_healthy
237237
schema-migrator-sync:
238238
!!merge <<: *common
239-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41}
239+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42}
240240
container_name: schema-migrator-sync
241241
command:
242242
- sync
@@ -247,7 +247,7 @@ services:
247247
condition: service_healthy
248248
schema-migrator-async:
249249
!!merge <<: *db-depend
250-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41}
250+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42}
251251
container_name: schema-migrator-async
252252
command:
253253
- 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.85.0}
113+
image: signoz/signoz:${VERSION:-v0.85.2}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml
@@ -142,7 +142,7 @@ services:
142142
retries: 3
143143
otel-collector:
144144
!!merge <<: *db-depend
145-
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.41}
145+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.111.42}
146146
container_name: signoz-otel-collector
147147
command:
148148
- --config=/etc/otel-collector-config.yaml
@@ -164,7 +164,7 @@ services:
164164
condition: service_healthy
165165
schema-migrator-sync:
166166
!!merge <<: *common
167-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41}
167+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42}
168168
container_name: schema-migrator-sync
169169
command:
170170
- sync
@@ -176,7 +176,7 @@ services:
176176
restart: on-failure
177177
schema-migrator-async:
178178
!!merge <<: *db-depend
179-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.41}
179+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.111.42}
180180
container_name: schema-migrator-async
181181
command:
182182
- async

0 commit comments

Comments
 (0)