From 9c1905fdce4757474549f46b5e11708e9def460e Mon Sep 17 00:00:00 2001 From: Jinpei Su Date: Wed, 21 Jan 2026 11:57:27 +0800 Subject: [PATCH 1/2] release postgres-operator v4.0.23 --- docs/en/functions/01_create_instance.mdx | 4 ++-- docs/en/intro.mdx | 2 +- docs/en/lifecycle_policy.mdx | 6 +++++- docs/en/release_notes.mdx | 14 ++++++++++++++ 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/docs/en/functions/01_create_instance.mdx b/docs/en/functions/01_create_instance.mdx index b6381e0..e0dc2ac 100644 --- a/docs/en/functions/01_create_instance.mdx +++ b/docs/en/functions/01_create_instance.mdx @@ -23,7 +23,7 @@ Before creating a PostgreSQL instance, please ensure that: ## Version Support -Currently, PostgreSQL versions 11,12,14 are supported, with the recommendation to use the latest stable version. +Currently, PostgreSQL versions 11, 12, 14, 15, and 16 are supported. Note that versions 15 and 16 must be configured via YAML. We recommend using the latest stable version. ## Architecture Choices @@ -159,7 +159,7 @@ Postgres Operator supports the following architectures: PostgreSQL Version - Select a supported PostgreSQL version + Select a supported PostgreSQL version (11, 12, 14). For versions 15 and 16, please use YAML creation. diff --git a/docs/en/intro.mdx b/docs/en/intro.mdx index 63d890e..b3a94c9 100644 --- a/docs/en/intro.mdx +++ b/docs/en/intro.mdx @@ -48,7 +48,7 @@ The key features provided by Alauda support for PostgreSQL include: ## Limitations - **Version Support**\ - Currently supports PostgreSQL versions 11,12,14. + Currently supports PostgreSQL versions 11, 12, 14, 15, 16. Note that versions 15 and 16 must be configured via YAML. - **Cluster Size**\ A single cluster supports up to 15 replica nodes. diff --git a/docs/en/lifecycle_policy.mdx b/docs/en/lifecycle_policy.mdx index 98981e0..94d2318 100644 --- a/docs/en/lifecycle_policy.mdx +++ b/docs/en/lifecycle_policy.mdx @@ -11,7 +11,11 @@ Below is the lifecycle schedule for released versions of the Alauda support for | Version | Release Date | End of Support | |:--------|:-------------|:--------------------------------------------------| -| v4.0.x | 2025-04-08 | Supported until the End of Life (EOL) of ACP 4.0. | +| v4.0.1 | 2025-04-08 | 2025-06-20 | +| v4.0.12 | 2025-05-20 | 2025-07-24 | +| v4.0.16 | 2025-06-24 | 2025-09-22 | +| v4.0.21 | 2025-08-22 | 2026-02-21 | +| v4.0.23 | 2026-01-21 | Supported until the End of Life (EOL) of ACP 4.0. | ## Release Policy diff --git a/docs/en/release_notes.mdx b/docs/en/release_notes.mdx index 9b239e2..8baa6ba 100644 --- a/docs/en/release_notes.mdx +++ b/docs/en/release_notes.mdx @@ -31,3 +31,17 @@ PostgreSQL support v14.0. {/* release-notes-for-bugs?template=mw-pg-v4.0-known&project=Middleware */} +## v4.0.23 + +### New and Optimized Features + +#### PostgreSQL 16 Support + +Added support for PostgreSQL 16, allowing users to take advantage of the latest features and performance improvements. + +### Security Updates + +#### Vulnerability Remediation + +Addressed multiple Common Vulnerabilities and Exposures (CVEs) to enhance the security and stability of the component. + From 9594157a6212e03c7a6e55b8a803d014c06961ba Mon Sep 17 00:00:00 2001 From: Jinpei Su Date: Mon, 26 Jan 2026 21:39:18 +0800 Subject: [PATCH 2/2] release version is v4.0.25 --- docs/en/lifecycle_policy.mdx | 2 +- docs/en/release_notes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/lifecycle_policy.mdx b/docs/en/lifecycle_policy.mdx index 94d2318..01a13da 100644 --- a/docs/en/lifecycle_policy.mdx +++ b/docs/en/lifecycle_policy.mdx @@ -15,7 +15,7 @@ Below is the lifecycle schedule for released versions of the Alauda support for | v4.0.12 | 2025-05-20 | 2025-07-24 | | v4.0.16 | 2025-06-24 | 2025-09-22 | | v4.0.21 | 2025-08-22 | 2026-02-21 | -| v4.0.23 | 2026-01-21 | Supported until the End of Life (EOL) of ACP 4.0. | +| v4.0.25 | 2026-01-21 | Supported until the End of Life (EOL) of ACP 4.0. | ## Release Policy diff --git a/docs/en/release_notes.mdx b/docs/en/release_notes.mdx index 8baa6ba..17b331e 100644 --- a/docs/en/release_notes.mdx +++ b/docs/en/release_notes.mdx @@ -31,7 +31,7 @@ PostgreSQL support v14.0. {/* release-notes-for-bugs?template=mw-pg-v4.0-known&project=Middleware */} -## v4.0.23 +## v4.0.25 ### New and Optimized Features