From d62ce6f34e563914fd1bb1039e4f0efb913c3732 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Wed, 25 Oct 2023 15:43:34 -0700 Subject: [PATCH 1/2] Releasing patch 0.26.8 Signed-off-by: Shalabh Mohan Shrivastava --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From d91dbd264ee0d13c6e71f630892f4006152e7315 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Wed, 25 Oct 2023 16:34:48 -0700 Subject: [PATCH 2/2] Adding release notes Signed-off-by: Shalabh Mohan Shrivastava --- docs/release-notes/v0.26.8.md | 7 +++++++ 1 file changed, 7 insertions(+) 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