Skip to content

Commit

Permalink
Release patch for 0.26.8 (#6579)
Browse files Browse the repository at this point in the history
# 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

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at 950dd64</samp>

### Summary
🐛✨⬆️

<!--
1. 🐛 - This emoji represents a bug fix, which is one of the reasons for
the version update.
2. ✨ - This emoji represents a new feature, which is another reason for
the version update.
3. ⬆️ - This emoji represents an upgrade or improvement, which is the
overall effect of the version update.
-->
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 <[email protected]>
  • Loading branch information
shalabhms authored Oct 25, 2023
1 parent af6184f commit 9f27718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release-notes/v0.26.8.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
supported:
- channel: '0.26'
version: 'v0.26.7'
version: 'v0.26.8'
deprecated:
- channel: '0.25'
version: 'v0.25.0'
Expand Down

0 comments on commit 9f27718

Please sign in to comment.