Skip to content

Commit

Permalink
doc(README): update for 1.2 GA (#851)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
steven-zou committed Mar 2, 2022
1 parent 1f931f5 commit 021bb30
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 021bb30

Please sign in to comment.