Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 0.24 release notes to release branch (#6114)
Looks like we need the release notes in the release branch to perform the GH release: https://github.com/project-radius/radius/actions/runs/5944301828 * Adding 0.24.0 to the supported versions * Deprecating v0.23.1 ## Auto-generated summary <!-- GitHub Copilot for docs will auto-generate a summary of the PR --> <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at 06132fa</samp> ### Summary 📝🎉🗑️ <!-- 1. 📝 - This emoji represents updating or editing a document, which is what this pull request does for the `./versions.yaml` file. 2. 🎉 - This emoji represents celebrating a new release, which is what this pull request does for the radius project by adding the latest version (v1.2.0) to the file. 3. 🗑️ - This emoji represents removing or deleting something, which is what this pull request does for the radius project by marking the oldest version (v0.9.0) as deprecated and removing it from the file. --> Update `./versions.yaml` with latest release and deprecation information, and fix formatting. > _`Radius` is the project of doom_ > _We update the versions in the gloom_ > _We mark the old ones as deprecated_ > _We fix the format that was neglected_ ### Walkthrough * Update the supported and deprecated channels for the radius project ([link](https://github.com/project-radius/radius/pull/6092/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R6)) * Remove a trailing whitespace from the last YAML file ([link](https://github.com/project-radius/radius/pull/6092/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL50-R50)) --------- Co-authored-by: Aaron Crawfis <[email protected]> (cherry picked from commit 325af84) # Description _Please explain the changes you've made._ ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request fixes a bug in Radius and has an approved issue (issue link required). - This pull request adds or changes features of Radius and has an approved issue (issue link required). - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: #issue_number ## Auto-generated summary <!-- GitHub Copilot for docs will auto-generate a summary of the PR --> <!-- copilot:all --> ### <samp>🤖 Generated by Copilot at e43ad4d</samp> ### Summary 📝🆙🗑️ <!-- 1. 📝 - This emoji can be used to represent the change that adds the release notes for Radius v0.24.0, as it indicates that documentation or writing was involved in this change. Alternatively, the 🚀 emoji could also be used to signify a new release or launch of a product or feature. 2. 🆙 - This emoji can be used to represent the change that updates the `versions.yaml` file, as it indicates that something was upgraded or increased in this change. Alternatively, the 🌟 emoji could also be used to signify that a new or improved version of Radius was released. 3. 🗑️ - This emoji can be used to represent the change that deprecates older versions of Radius, as it indicates that something was removed or discarded in this change. Alternatively, the⚠️ emoji could also be used to signify that a warning or caution was involved in this change. --> This pull request releases Radius v0.24.0, the latest version of the cloud-native application platform. It updates the `versions.yaml` file to reflect the new version and deprecates older ones. It also adds the release notes for v0.24.0 to the `docs/release-notes/v0.24.0.md` file, which document the new features, fixes, and breaking changes in this release. > _Rise from the ashes of the old versions_ > _`Radius` is the platform of the future_ > _Unleash the power of `Dapr` and `Kubernetes`_ > _`v0.24.0` is the release of the legends_ ### Walkthrough * Add release notes for Radius v0.24.0 in `docs/release-notes/v0.24.0.md` ([link](https://github.com/project-radius/radius/pull/6114/files?diff=unified&w=0#diff-56473f1b0e22ec63aa89eb625c10f8aec808b69ad8a5179c14714e01b3651e1dR1-R138)) * Update supported and deprecated versions of Radius in `versions.yaml` ([link](https://github.com/project-radius/radius/pull/6114/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R6)) * Resolve merge conflict or format `versions.yaml` ([link](https://github.com/project-radius/radius/pull/6114/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL50-R50))
- Loading branch information