diff --git a/README.md b/README.md index 4c706c57..5072ef64 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ A [Spring Cloud Deployer](https://github.com/spring-cloud/spring-cloud-deployer) ## Kubernetes Compatibility -| Deployer \ Kubernetes | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | -|-----------------------|-----|-----|-----|-----|-----| -| **1.1** | ✓ | ? | ✕ | ✕ | ✕ | -| **1.2** | ✓ | ✓ | ? | ? | ? | -| **1.3**  | ✕   | ✕  | ✓   | ✓   | ✓ | -| **HEAD** | ✕ | ✕ | ✓ | ✓ | ✓ | +| Deployer \ Kubernetes | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 | 1.9 | +|-----------------------|-----|-----|-----|-----|-----|-----| +| **1.1** | ✓ | ? | ✕ | ✕ | ✕ | ✕ | +| **1.2** | ✓ | ✓ | ? | ? | ? | ✕ | +| **1.3**  | ✕   | ✕  | ✓   | ✓   | ✓ | ✓ | +| **HEAD** | ✕ | ✕ | ✓ | ✓ | ✓ | ✓ | - `✓` Fully supported version. - `?` Due to breaking changes between Kubernetes API versions, some features might not work _(e.g., ABAC vs RBAC)_. Also, we haven't thoroughly tested against this version.