From a650dc8f8a523ece7f54702ab3d37ead89e7a790 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Tue, 21 Jul 2026 02:04:18 +0800 Subject: [PATCH] release 1.1.1 --- 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 0ea6bf6d..9321ff9d 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:1.1.0" + image: "webhookx/webhookx:1.1.1" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: postgres @@ -29,7 +29,7 @@ services: condition: service_healthy webhookx-cp: - image: "webhookx/webhookx:1.1.0" + image: "webhookx/webhookx:1.1.1" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx @@ -46,7 +46,7 @@ services: condition: service_started webhookx-dp-gateway: - image: "webhookx/webhookx:1.1.0" + image: "webhookx/webhookx:1.1.1" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx @@ -69,7 +69,7 @@ services: condition: service_started webhookx-dp-worker: - image: "webhookx/webhookx:1.1.0" + image: "webhookx/webhookx:1.1.1" environment: WEBHOOKX_DATABASE_HOST: postgres WEBHOOKX_DATABASE_USERNAME: webhookx diff --git a/docker-compose.yml b/docker-compose.yml index 7b85b38f..052867da 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: webhookx-migration: - image: "webhookx/webhookx:1.1.0" + image: "webhookx/webhookx:1.1.1" container_name: webhookx-migration environment: WEBHOOKX_DATABASE_HOST: webhookx-database @@ -13,7 +13,7 @@ services: condition: service_healthy webhookx: - image: "webhookx/webhookx:1.1.0" + image: "webhookx/webhookx:1.1.1" container_name: webhookx environment: WEBHOOKX_DATABASE_HOST: webhookx-database diff --git a/openapi-status.yml b/openapi-status.yml index af603fc8..ac4793ee 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: 1.1.0 + version: 1.1.1 servers: - url: http://localhost:9602 diff --git a/openapi.yml b/openapi.yml index f5a55fd7..f0f92446 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: 1.1.0 + version: 1.1.1 servers: - url: http://localhost:9601