diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md new file mode 100644 index 000000000..f77f6ddf5 --- /dev/null +++ b/DEPRECATIONS.md @@ -0,0 +1,10 @@ +# Deprecations + +This doc lists deprecated features in `rekor`. +You can read more about Sigstore's deprecation policy [here](https://docs.sigstore.dev/api-stability)! + +| **Feature Being Deprecated** | **API Stability Level** | **Earliest Date of Removal** | +|------------------------------|-------------------------|------------------------------| +| My feature | Experimental/Beta/GA | DD/MM/YY | +| | | | +| | | | diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 000000000..6d81ddb20 --- /dev/null +++ b/FEATURES.md @@ -0,0 +1,14 @@ +# Feature Stability + +This doc covers feature stability in `rekor` as described in the [API Stability Policy](https://docs.sigstore.dev/api-stability) for Sigstore. + +## Experimental + + +## Beta +* Rekor API, defined [here](https://github.com/sigstore/rekor/blob/main/openapi.yaml) +* The Rekor RFC 3161 timestamping service +* `rekor-cli` CLI tool +* The `rekor/pkg/client` client library + +## General Availability