Skip to content

Commit e2253ec

Browse files
authored
chore(release): bump SigNoz to v0.90.0, OTel Collector to v0.128.1 (#8543)
1 parent 86be286 commit e2253ec

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.128.0
43+
image: signoz/signoz-schema-migrator:v0.128.1
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.128.0
56+
image: signoz/signoz-schema-migrator:v0.128.1
5757
container_name: schema-migrator-async
5858
command:
5959
- async

.github/workflows/integrationci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- 24.1.2-alpine
2323
- 24.12-alpine
2424
schema-migrator-version:
25-
- v0.128.0
25+
- v0.128.1
2626
postgres-version:
2727
- 15
2828
if: |

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

Lines changed: 2 additions & 2 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.89.0
177+
image: signoz/signoz:v0.90.0
178178
command:
179179
- --config=/root/config/prometheus.yml
180180
ports:
@@ -231,7 +231,7 @@ services:
231231
- signoz
232232
schema-migrator:
233233
!!merge <<: *common
234-
image: signoz/signoz-schema-migrator:v0.128.0
234+
image: signoz/signoz-schema-migrator:v0.128.1
235235
deploy:
236236
restart_policy:
237237
condition: on-failure

deploy/docker-swarm/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
# - ../common/clickhouse/storage.xml:/etc/clickhouse-server/config.d/storage.xml
116116
signoz:
117117
!!merge <<: *db-depend
118-
image: signoz/signoz:v0.89.0
118+
image: signoz/signoz:v0.90.0
119119
command:
120120
- --config=/root/config/prometheus.yml
121121
ports:
@@ -174,7 +174,7 @@ services:
174174
- signoz
175175
schema-migrator:
176176
!!merge <<: *common
177-
image: signoz/signoz-schema-migrator:v0.128.0
177+
image: signoz/signoz-schema-migrator:v0.128.1
178178
deploy:
179179
restart_policy:
180180
condition: on-failure

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.89.0}
180+
image: signoz/signoz:${VERSION:-v0.90.0}
181181
container_name: signoz
182182
command:
183183
- --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.89.0}
113+
image: signoz/signoz:${VERSION:-v0.90.0}
114114
container_name: signoz
115115
command:
116116
- --config=/root/config/prometheus.yml

0 commit comments

Comments
 (0)