Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Description Create Release v0.28.0 ## Auto-generated summary <!-- GitHub Copilot for docs will auto-generate a summary of the PR --> <!-- copilot:all --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at a1ef43b</samp> ### Summary :green_circle::yellow_circle::red_circle: <!-- 1. :green_circle: for the new supported channel 0.28, indicating that it is the recommended and most stable version to use. 2. :yellow_circle: for the deprecated channel 0.27, indicating that it is still functional but not recommended and may have some issues or limitations. 3. :red_circle: for the deprecated channel 0.26, indicating that it is outdated and should be avoided or upgraded as soon as possible. --> Added support for new channel `0.28` and deprecated channel `0.27` in `versions.yaml`. This file defines the available and outdated versions of radius for clients. > _`radius` evolves_ > _New channel joins, old ones fade_ > _Autumn of versions_ ### Walkthrough * Add new channel 0.28 to the supported list and move channel 0.27 to the deprecated list in `versions.yaml` ([link](https://github.com/radius-project/radius/pull/6929/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL2-R6)) --------- Signed-off-by: Lakshmi Javadekar <[email protected]> Co-authored-by: Aaron Crawfis <[email protected]> (cherry picked from commit 7405af0) # 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>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 201cdc6</samp> ### Summary 🚀📝🗑️ <!-- 1. 🚀 This emoji represents a new feature or improvement, and can be used to highlight the new capabilities and enhancements in Radius v0.28.0, such as the support for Dapr 1.4, the improved CLI, and the new application templates. 2. 📝 This emoji represents documentation or notes, and can be used to indicate the addition of the release notes for Radius v0.28.0, which provide a detailed overview of the changes and instructions for upgrading. 3. 🗑️ This emoji represents deletion or removal, and can be used to signify the deprecation of the 0.27 channel, which means that it will no longer be maintained or supported by Radius. --> This pull request updates the documentation and the `versions.yaml` file for the new Radius v0.28.0 release, which adds new features and fixes bugs. It also deprecates the previous 0.27 version and informs the users about the upgrade process. > _`Radius` has new features_ > _Changelog and versions updated_ > _Fall leaves are falling_ ### Walkthrough * Add release notes for Radius v0.28.0 ([link](https://github.com/radius-project/radius/pull/6933/files?diff=unified&w=0#diff-4271714e97972e08f6d3ccb42a3cde14247bddac729513bb0700508dcd5acfeeR1-R107)) * Update supported and deprecated versions of Radius ([link](https://github.com/radius-project/radius/pull/6933/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3)) Co-authored-by: Lakshmi Javadekar <[email protected]>
- Loading branch information