Announce deprecation of GET shutdown API (#1514)

* Announce deprecation of GET shutdown API

* Update support-release-policy.md
This commit is contained in:
Charlie Stanley 2021-05-26 17:02:48 -07:00 committed by GitHub
parent 5a897cad24
commit 5d6403ff9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -61,11 +61,10 @@ Deprecations appear in release notes under a section named “Deprecations”, w
After announcing a future breaking change, the change will happen in 2 releases or 6 months, whichever is greater. Deprecated features should respond with warning but do nothing otherwise.
Here is an example, using a hypothetical 1.1.0 as the deprecation announcement release.
| Feature | Deprecation announcement | Deprecation |
### Announced deprecations
| Feature | Deprecation announcement | Removal |
|-----------------------|-----------------------|------------------------- |
| Feature X | 1.1.0 | 1.3.0 |
| GET /v1.0/shutdown API (Users should use [POST API]({{< ref kubernetes-job.md >}}) instead) | 1.2.0 | 1.4.0 |
## Upgrade on Hosting platforms
Dapr can support multiple hosting platforms for production. With the 1.0 release the two supported platforms are Kubernetes and physical machines. For Kubernetes upgrades see [Production guidelines on Kubernetes]({{< ref kubernetes-production.md >}})