From 021bb300703fad4f48713ba359c20936ee008214 Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Wed, 2 Mar 2022 19:46:26 +0800 Subject: [PATCH] doc(README): update for 1.2 GA (#851) - Update the Redis version - Update the feature list to move some Day2 functions to the future list - Update the release plans - remove 1.2 - add 1.4 --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7f527f3ec..7b5142f19 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,27 @@ Harbor deployment stack is controlled by a custom Harbor resource `HarborCluster * Support services exposed with [ingress](https://kubernetes.io/fr/docs/concepts/services-networking/ingress/): [nginx(default)](https://git.k8s.io/ingress-nginx/README.md#readme), [gce](https://git.k8s.io/ingress-gce/README.md#readme), [contour](https://github.com/projectcontour/contour) and `ncp` * Support Day2 operations * Configures Harbor system settings with configuration CRD (`recommend`) or labeled ConfigMap (`deprecated`) + +## Future features + +* Support Day2 operations * Image pulling secret auto-injection * Auto mapping Kubernetes namespaces to the Harbor project * Image pulling path auto-rewriting * Transparent proxy cache settings - -## Future features - + * Certification auto injection + * Manage Harbor resources with the declaration way + * Robot account + * Project + * and more * [Auto-scaling](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) for each component. * Backup/restore data (registry layer, chartmuseum data, databases content). * Support services exposed with LoadBalancer ## Release plans -* [Release 1.2](https://github.com/goharbor/harbor-operator/projects/7) * [Release 1.3](https://github.com/goharbor/harbor-operator/projects/9) +* [Release 1.4](https://github.com/goharbor/harbor-operator/projects/12) ## Getting started @@ -60,14 +66,12 @@ Versions of the underlying components are listed below: | Components | Harbor | MinIO operator | PostgreSQL operator | Redis operator | |---------------|-------------------|----------------|---------------------|----------------| -| Versions | 2.4.x `[1]` | 4.3.2 | 1.6.3 | 1.0.1 `[2]` | +| Versions | 2.4.x `[1]` | 4.3.2 | 1.6.3 | 1.1.1 | NOTES: [1] `.x` means all the patch releases of Harbor can be naturally supported in one operator version. -[2] Use a [forked version](https://github.com/spotahome/redis-operator) of [spotahome/redis-operator](https://github.com/spotahome/redis-operator). - ## Compatibility ### Applicative Kubernetes versions