From 3098e70cc631045e55ba033b295d3d36f65e0f11 Mon Sep 17 00:00:00 2001 From: Shruthi Kumar Date: Tue, 17 Oct 2023 22:04:41 -0700 Subject: [PATCH] Update release version 0.26.6 (#6509) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description Patching release version 0.26.6 ## Type of change - 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). Fixes: #issue_number ## Auto-generated summary ### 🤖 Generated by Copilot at f0c3902 ### Summary 🆙🐛✨ Update the supported version of the `0.26` channel to `v0.26.6` in `versions.yaml`. This aligns the channel with the latest release of the radius project. > _`0.26` channel_ > _Updated to fix and add things_ > _Radius in autumn_ ### Walkthrough * Update the supported version of the 0.26 channel to v0.26.6 ([link](https://github.com/radius-project/radius/pull/6509/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3)) --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index b4d88ba2d9..4106529af8 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,6 +1,6 @@ supported: - channel: '0.26' - version: 'v0.26.5' + version: 'v0.26.6' deprecated: - channel: '0.25' version: 'v0.25.0'