Skip to content

Commit 0cfb809

Browse files
chore(release): bump to v0.102.0 (#9613)
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
1 parent 6a378ed commit 0cfb809

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
@@ -42,7 +42,7 @@ services:
4242
timeout: 5s
4343
retries: 3
4444
schema-migrator-sync:
45-
image: signoz/signoz-schema-migrator:v0.129.8
45+
image: signoz/signoz-schema-migrator:v0.129.11
4646
container_name: schema-migrator-sync
4747
command:
4848
- sync
@@ -55,7 +55,7 @@ services:
5555
condition: service_healthy
5656
restart: on-failure
5757
schema-migrator-async:
58-
image: signoz/signoz-schema-migrator:v0.129.8
58+
image: signoz/signoz-schema-migrator:v0.129.11
5959
container_name: schema-migrator-async
6060
command:
6161
- async

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

Lines changed: 3 additions & 3 deletions
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.101.0
179+
image: signoz/signoz:v0.102.0
180180
command:
181181
- --config=/root/config/prometheus.yml
182182
ports:
@@ -209,7 +209,7 @@ services:
209209
retries: 3
210210
otel-collector:
211211
!!merge <<: *db-depend
212-
image: signoz/signoz-otel-collector:v0.129.8
212+
image: signoz/signoz-otel-collector:v0.129.11
213213
command:
214214
- --config=/etc/otel-collector-config.yaml
215215
- --manager-config=/etc/manager-config.yaml
@@ -233,7 +233,7 @@ services:
233233
- signoz
234234
schema-migrator:
235235
!!merge <<: *common
236-
image: signoz/signoz-schema-migrator:v0.129.8
236+
image: signoz/signoz-schema-migrator:v0.129.11
237237
deploy:
238238
restart_policy:
239239
condition: on-failure

deploy/docker-swarm/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
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.101.0
120+
image: signoz/signoz:v0.102.0
121121
command:
122122
- --config=/root/config/prometheus.yml
123123
ports:
@@ -150,7 +150,7 @@ services:
150150
retries: 3
151151
otel-collector:
152152
!!merge <<: *db-depend
153-
image: signoz/signoz-otel-collector:v0.129.8
153+
image: signoz/signoz-otel-collector:v0.129.11
154154
command:
155155
- --config=/etc/otel-collector-config.yaml
156156
- --manager-config=/etc/manager-config.yaml
@@ -176,7 +176,7 @@ services:
176176
- signoz
177177
schema-migrator:
178178
!!merge <<: *common
179-
image: signoz/signoz-schema-migrator:v0.129.8
179+
image: signoz/signoz-schema-migrator:v0.129.11
180180
deploy:
181181
restart_policy:
182182
condition: on-failure

deploy/docker/docker-compose.ha.yaml

Lines changed: 4 additions & 4 deletions
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.101.0}
182+
image: signoz/signoz:${VERSION:-v0.102.0}
183183
container_name: signoz
184184
command:
185185
- --config=/root/config/prometheus.yml
@@ -213,7 +213,7 @@ services:
213213
# TODO: support otel-collector multiple replicas. Nginx/Traefik for loadbalancing?
214214
otel-collector:
215215
!!merge <<: *db-depend
216-
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.8}
216+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.11}
217217
container_name: signoz-otel-collector
218218
command:
219219
- --config=/etc/otel-collector-config.yaml
@@ -239,7 +239,7 @@ services:
239239
condition: service_healthy
240240
schema-migrator-sync:
241241
!!merge <<: *common
242-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8}
242+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.11}
243243
container_name: schema-migrator-sync
244244
command:
245245
- sync
@@ -250,7 +250,7 @@ services:
250250
condition: service_healthy
251251
schema-migrator-async:
252252
!!merge <<: *db-depend
253-
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.8}
253+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.11}
254254
container_name: schema-migrator-async
255255
command:
256256
- async

deploy/docker/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
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.101.0}
114+
image: signoz/signoz:${VERSION:-v0.102.0}
115115
container_name: signoz
116116
command:
117117
- --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.129.8}
147+
image: signoz/signoz-otel-collector:${OTELCOL_TAG:-v0.129.11}
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.129.8}
169+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.11}
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.129.8}
181+
image: signoz/signoz-schema-migrator:${OTELCOL_TAG:-v0.129.11}
182182
container_name: schema-migrator-async
183183
command:
184184
- async

0 commit comments

Comments
 (0)