Skip to content

Commit ebccaed

Browse files
committed
docs: import CloudNativePG main
1 parent 1d89de4 commit ebccaed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/e2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commit via a suite of **End-to-end (E2E) tests** (or integration tests)
1212
which ensure that the operator correctly deploys and manages PostgreSQL
1313
clusters.
1414

15-
Kubernetes versions 1.27 through 1.32, and PostgreSQL versions 13 through 17,
15+
Kubernetes versions 1.29 through 1.35, and PostgreSQL versions 13 through 18,
1616
are tested for each commit, helping detect bugs at an early stage of the
1717
development process.
1818

website/docs/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ spec:
614614
#### Security Context Constraints
615615

616616
When running in an environment that is utilizing
617-
[Security Context Constraints (SCC)](https://docs.openshift.com/container-platform/4.17/authentication/managing-security-context-constraints.html)
617+
[Security Context Constraints (SCC)](https://docs.openshift.com/container-platform/latest/authentication/managing-security-context-constraints.html)
618618
the operator does not explicitly set the security context of the PostgreSQL
619619
cluster pods, but rather allows the pods to inherit the restricted Security
620620
Context Constraints that are already defined.

website/docs/supported_releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Git tags for versions are prefixed with `v`.
8989
<!-- TODO: Complete dates and versions below -->
9090
| Version | Currently supported | Release date | End of life | Supported Kubernetes versions | Tested, but not supported | Supported Postgres versions |
9191
|-----------------|----------------------|--------------|-----------------|-------------------------------|---------------------------|-----------------------------|
92-
| 1.28.x | Yes | 9 Dec 2025 | ~ Jun 2026 | 1.32, 1.33, 1.34 | 1.31, 1.30, 1.29 | 14 - 18 |
92+
| 1.28.x | Yes | 9 Dec 2025 | ~ Jun 2026 | 1.32, 1.33, 1.34 | 1.35, 1.31, 1.30, 1.29 | 14 - 18 |
9393
| 1.27.x | Yes | 12 Aug 2025 | 9 Mar 2026 | 1.31, 1.32, 1.33 | 1.30, 1.29 | 13 - 18 |
9494
| main | No, development only | | | | | 13 - 18 |
9595

0 commit comments

Comments
 (0)