Skip to content

Commit

Permalink
Update release version 0.26.6 (#6509)
Browse files Browse the repository at this point in the history
# Description

Patching release version 0.26.6

## 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>🤖 Generated by Copilot at f0c3902</samp>

### Summary
🆙🐛✨

<!--
1. 🆙 - This emoji can be used to indicate that the version was upgraded
or increased.
2. 🐛 - This emoji can be used to indicate that some bugs were fixed or
resolved.
3. ✨ - This emoji can be used to indicate that some features were added
or enhanced.
-->
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))
  • Loading branch information
sk593 authored Oct 18, 2023
1 parent d45dd76 commit 3098e70
Showing 1 changed file with 1 addition and 1 deletion.
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.5'
version: 'v0.26.6'
deprecated:
- channel: '0.25'
version: 'v0.25.0'
Expand Down

0 comments on commit 3098e70

Please sign in to comment.