From 3e8502c738ae8e7945a27669bb41abebed5d35dd Mon Sep 17 00:00:00 2001 From: Hayden B Date: Fri, 7 Oct 2022 14:14:24 -0700 Subject: [PATCH] Update CHANGELOG for v1.0.0-rc.0 (#818) * Update CHANGELOG for v1.0.0-rc0 Signed-off-by: Hayden Blauzvern --- CHANGELOG.md | 19 +++++++++++++++++++ DEPRECATIONS.md | 3 ++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ad5035b..87be4ed01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v1.0.0-rc.0 + +**Notice for Deprecation**: The legacy (V1) API will be deprecated by February +1, 2023, and no longer supported in the public instance. Please update clients +to the V2 API, which supports for gRPC and HTTP. + +## Enhancements + +* use same way to output version and expose build info to prometheus (#815) + +## Documentation + +* Update swagger doc version for Fulcio 1.0 (#816) + +## Contributors + +* Carlos Tadeu Panato Junior (@cpanato) +* Hayden Blauzvern (@haydentherapper) + # v0.6.0 **Note**: Changed username identity format to username!Domain, username now specified in the OtherName SAN. If you have deployed your own instance of Fulcio and are using username issuers, you must update to the latest Cosign release. diff --git a/DEPRECATIONS.md b/DEPRECATIONS.md index 77f317429..cb60d56d7 100644 --- a/DEPRECATIONS.md +++ b/DEPRECATIONS.md @@ -6,5 +6,6 @@ You can read more about Sigstore's deprecation policy [here](https://docs.sigsto | **Feature Being Deprecated** | **API Stability Level** | **Earliest Date of Removal** | |------------------------------|-------------------------|------------------------------| | My feature | Experimental/Beta/GA | DD/MM/YY | -| | | | +|------------------------------|-------------------------|------------------------------| +| Legacy (V1) API | Beta | 01/02/23 | | | | |