Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/functions/01_create_instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -159,7 +159,7 @@ Postgres Operator supports the following architectures:

<tr>
<td>PostgreSQL Version</td>
<td>Select a supported PostgreSQL version</td>
<td>Select a supported PostgreSQL version (11, 12, 14). For versions 15 and 16, please use YAML creation.</td>
</tr>

<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/en/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 5 additions & 1 deletion docs/en/lifecycle_policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 14 additions & 0 deletions docs/en/release_notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.