Skip to content

Commit

Permalink
Add docs about API stabilitly and deprecation policy (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa authored Feb 10, 2022
1 parent 5ff6663 commit 55a1978
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DEPRECATIONS.md
Original file line number Diff line number Diff line change
@@ -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 |
| | | |
| | | |
14 changes: 14 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 55a1978

Please sign in to comment.