From b4919b20f93b7bccd8a397b9713f6c076720a65b Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Wed, 31 Dec 2025 17:04:44 +0800 Subject: [PATCH] release 1.0.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 ab164404..82f0c792 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.9.0" + image: "webhookx/webhookx:1.0.0" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: postgres @@ -29,7 +29,7 @@ services: condition: service_healthy webhookx-cp: - image: "webhookx/webhookx:0.9.0" + image: "webhookx/webhookx:1.0.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.9.0" + image: "webhookx/webhookx:1.0.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.9.0" + image: "webhookx/webhookx:1.0.0" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx diff --git a/docker-compose.yml b/docker-compose.yml index 468c8d6d..2110d57d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: webhookx-migration: - image: "webhookx/webhookx:0.9.0" + image: "webhookx/webhookx:1.0.0" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: webhookx-database @@ -13,7 +13,7 @@ services: condition: service_healthy webhookx: - image: "webhookx/webhookx:0.9.0" + image: "webhookx/webhookx:1.0.0" container_name: webhookx environment: WEBHOOKX_DATABASE_HOST: webhookx-database diff --git a/openapi-status.yml b/openapi-status.yml index 7857be5f..18dc7f06 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.9.0 + version: 1.0.0 servers: - url: http://localhost:9602 diff --git a/openapi.yml b/openapi.yml index 69960908..fed21787 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.9.0 + version: 1.0.0 servers: - url: http://localhost:9601