From 024cb6399426bf26c348cc7219042ca2dd74ecdd Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Mon, 29 Sep 2025 16:18:41 +0800 Subject: [PATCH] release 0.9.0 --- docker-compose-clustering.yml | 8 ++++---- docker-compose.yml | 4 ++-- openapi-status.yml | 2 +- openapi.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-compose-clustering.yml b/docker-compose-clustering.yml index cea0983c..cf55e90f 100644 --- a/docker-compose-clustering.yml +++ b/docker-compose-clustering.yml @@ -16,7 +16,7 @@ services: command: "--appendonly yes --appendfsync everysec" webhookx-migration: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: postgres @@ -29,7 +29,7 @@ services: condition: service_healthy webhookx-cp: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx @@ -46,7 +46,7 @@ services: condition: service_started webhookx-dp-gateway: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx @@ -69,7 +69,7 @@ services: condition: service_started webhookx-dp-worker: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx diff --git a/docker-compose.yml b/docker-compose.yml index f3972392..cec7cfee 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: webhookx-migration: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: webhookx-database @@ -13,7 +13,7 @@ services: condition: service_healthy webhookx: - image: "webhookx/webhookx:0.8.0" + image: "webhookx/webhookx:0.9.0" container_name: webhookx environment: WEBHOOKX_DATABASE_HOST: webhookx-database diff --git a/openapi-status.yml b/openapi-status.yml index 152ccfb6..93df3c3a 100644 --- a/openapi-status.yml +++ b/openapi-status.yml @@ -8,7 +8,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.8.0 + version: 0.9.0 servers: - url: http://localhost:8082 diff --git a/openapi.yml b/openapi.yml index a575abcc..e449a24b 100644 --- a/openapi.yml +++ b/openapi.yml @@ -8,7 +8,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.8.0 + version: 0.9.0 servers: - url: http://localhost:8080