From 9f277180f3ba3da7fda5169b3303fab7f3f26538 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Wed, 25 Oct 2023 16:54:16 -0700 Subject: [PATCH] Release patch for 0.26.8 (#6579) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Description Releasing patch 0.26.8. * Add 0.26.8 release notes * Update `version.yaml` ## Type of change - This pull request fixes a bug in Radius and has an approved issue (issue link required). ## Auto-generated summary ### 🤖 Generated by Copilot at 950dd64 ### Summary 🐛✨⬆️ Updated the supported version of the `0.26` channel to `v0.26.8` in `versions.yaml`. This aligns the channel with the latest release of the radius project. > _`0.26` channel_ > _Updated to the latest patch_ > _Autumn bugs are fixed_ ### Walkthrough * Update the supported version of the 0.26 channel to v0.26.8 ([link](https://github.com/radius-project/radius/pull/6579/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3)) --------- Signed-off-by: Shalabh Mohan Shrivastava --- docs/release-notes/v0.26.8.md | 7 +++++++ versions.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/v0.26.8.md diff --git a/docs/release-notes/v0.26.8.md b/docs/release-notes/v0.26.8.md new file mode 100644 index 0000000000..73c6030c8e --- /dev/null +++ b/docs/release-notes/v0.26.8.md @@ -0,0 +1,7 @@ +## Radius v0.26.8 + +This release addresses an issue with the Radius Dev Recipes for Dapr resources. Check out the [changelog](#changelog) for more details of what was addressed in this patch. + +## Changelog + +- Fix for Dapr Statestores and Secretstores dev Recipes URL casing by @shalabhms in https://github.com/radius-project/radius/pull/6578 diff --git a/versions.yaml b/versions.yaml index c62b0dc14d..670a48ceb9 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,6 +1,6 @@ supported: - channel: '0.26' - version: 'v0.26.7' + version: 'v0.26.8' deprecated: - channel: '0.25' version: 'v0.25.0'