diff --git a/daprdocs/content/en/operations/support/support-release-policy.md b/daprdocs/content/en/operations/support/support-release-policy.md index c2232a83e..2166634e0 100644 --- a/daprdocs/content/en/operations/support/support-release-policy.md +++ b/daprdocs/content/en/operations/support/support-release-policy.md @@ -7,8 +7,7 @@ description: "Runtime and SDK release support and upgrade policies " --- ## Introduction - -This topic details the supported versions of Dapr releases, the upgrade policies, and how deprecations and breaking changes are communicated. +This topic details the supported versions of Dapr releases, the upgrade policies and how deprecations and breaking changes are communicated in all Dapr repositories (runtime, CLI, SDKs, etc) at versions 1.x and above. Dapr releases use `MAJOR.MINOR.PATCH` versioning. For example, 1.0.0. @@ -16,7 +15,7 @@ Dapr releases use `MAJOR.MINOR.PATCH` versioning. For example, 1.0.0. | ---------- | ----------- | | `MAJOR` | Updated when there’s a non-backward compatible change to the runtime, such as an API change. A `MAJOR` release can also occur then there is a considered a significant addition/change of functionality that needs to differentiate from the previous version. | | `MINOR` | Updated as part of the regular release cadence, including new features, bug, and security fixes. | -| `PATCH` | Incremented for bug and security hot fixes. | +| `PATCH` | Incremented for a critical issue (P0) and security hot fixes. | A supported release means: @@ -79,8 +78,21 @@ General guidance on upgrading can be found for [self hosted mode]({{}}) instead) | 1.2.0 | 1.4.0 |