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..01a13da 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.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 9b239e2..17b331e 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.25
+
+### 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.
+