Skip to content

Commit f42390b

Browse files
authored
Add compatibility matrix in README.md (#41)
* update to Quarkus 3.32.1 and update dependencies to latest versions * validate K8s resource references against the RFC 1123 hostname format Kubernetes uses * refactor SecretRef and ClusterReference to one common ResourceRef type * fix the test by having a own SchemaCustomizer for Kubernetes names * do not short-circuit the PostgreSQLInstanceReadinessCheck check once one instance is down * let the PostgreSQLContextFactory exception bubble up * reformat code * fix compile issue * the namespace should come always first * use mutable instead of immutable in the docs * add compatibility matrix in README.md
1 parent 1f70f10 commit f42390b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
AboutBits PostgreSQL Operator is a Kubernetes operator that helps you manage PostgreSQL databases, schemas, roles (users), and privileges in a declarative way using Custom Resource Definitions (CRDs).
44

5+
## Compatibility
6+
7+
| Component | Supported Versions |
8+
|----------------|--------------------|
9+
| **PostgreSQL** | 15, 16, 17, 18 |
10+
| **Kubernetes** | 1.29+ |
11+
12+
> **Note:** Kubernetes 1.29+ is required due to the use of CRD CEL validations (GA in 1.29, Beta in 1.25).
13+
514
## Architecture
615

716
```

0 commit comments

Comments
 (0)