Remove pre-1.0 stability warning

Remove the warning from the README around API stability 🎉

```release-note
Remove stability warning from README for v1.0
```

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2020-09-02 09:24:22 +01:00 committed by GitHub
parent b33ce8ddb2
commit 6fb6b7f288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,16 +20,6 @@ and has borrowed some wisdom from other similar projects e.g.
![cert-manager high level overview diagram](https://cert-manager.io/images/high-level-overview.svg)
## Current status
As this project is pre-1.0, we do not currently offer strong guarantees around our
API stability.
Notably, we may choose to make breaking changes to our API specification (i.e. the
Issuer, ClusterIssuer and Certificate resources) in new minor releases.
These will always be clearly documented in the [upgrade section of the documentation](https://cert-manager.io/docs/installation/upgrading/).
## Documentation
Documentation for cert-manager can be found at [cert-manager.io](https://cert-manager.io/docs/).