Skip to content

Commit 715165c

Browse files
authored
Merge pull request #96 from cybertec-postgresql/updateDocu
update docu and readme
2 parents 1d25f8d + 16edda3 commit 715165c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This architecture forms the basis for a modern, highly available and scalable Po
5353

5454
## PostgreSQL features
5555

56-
- PostgreSQL 13 to 17
56+
- PostgreSQL 13 to 18
5757
- Streaming replication via **Patroni**
5858
- Fully integrated backup & PITR with `pgBackRest` or `pg_basebackup`
5959
- Extensions like:
@@ -73,7 +73,8 @@ This architecture forms the basis for a modern, highly available and scalable Po
7373
| Release | PostgreSQL | pgBackRest | Patroni | Kubernetes | Go |
7474
|---------|------------|------------|---------|------------|---------|
7575
| 0.8.0 | 13 - 17 | 2.53 | 4.0.2 | 1.21+ | 1.21.7 |
76-
| 0.8.3 | 13 - 17 | 2.54-2 | 4.0.5 | 1.21+ | 1.22.12 |
76+
| 0.8.3 | 13 - 17 | 2.54+ | 4.0.5 | 1.21+ | 1.22.12 |
77+
| 0.9.0 | 13 - 18 | 2.56+ | 4.1.0 | 1.21+ | 1.25.2 |
7778

7879
---
7980

docs/hugo/content/en/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2024-03-11T14:26:51+01:00
44
draft: false
55
weight: 1
66
---
7-
Current Release: 0.8.3 (04.04.2025) [Release Notes](release_notes)
7+
Current Release: 0.9.0 (xx.10.2025) [Release Notes](release_notes)
88

99
<img src="https://raw.githubusercontent.com/cybertec-postgresql/CYBERTEC-pg-operator/fac724618ea1395ed49cb1db7f3429f5b4324337/docs/diagrams/cpo_logo.svg" alt="drawing" width="350" />
1010

@@ -21,8 +21,8 @@ The following features characterise our operator:
2121
- Reduction of downtime thanks to redundancy, pod anti-affinity, auto-failover and self-healing
2222

2323
CPO is tested on the following platforms:
24-
- Kubernetes: 1.21 - 1.28
25-
- Openshift: 4.8 - 4.13
24+
- Kubernetes: 1.21 - 1.32
25+
- Openshift: 4.8 - 4.19
2626
- Rancher
2727
- AWS EKS
2828
- Azure AKS

docs/hugo/content/en/crd/crd-operator-configurator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ weight: 332
3535
| ------------------------------------- |:-------:| --------:| ------------------:|
3636
| major_version_upgrade_mode | string | off | |
3737
| major_version_upgrade_team_allow_list | string | | |
38-
| minimal_major_version | string | 9.6 | |
39-
| target_major_version | string | 14 | |
38+
| minimal_major_version | string | 13 | |
39+
| target_major_version | string | 17 | |
4040

4141
#### aws-specific
4242

0 commit comments

Comments
 (0)