Skip to content

Commit

Permalink
Add FEATURES.md and DEPRECATIONS.md
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa committed Feb 9, 2022
1 parent 4a67440 commit ce46165
Show file tree
Hide file tree
Showing 2 changed files with 26 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 `cosign`.
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 |
| | | |
| | | |
16 changes: 16 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Feature Stability

This doc covers feature stability in `cosign` as described in the [API Stability Policy](https://docs.sigstore.dev/api-stability) for Sigstore.

Experimental:
* Keyless signing
* Storing signatures in a transparency log
* The `pkg/cosign/oci` client library


Beta:
* All cosign subcommands, including flags and output


General Availability:
* None, yet!

0 comments on commit ce46165

Please sign in to comment.