Skip to content

Commit

Permalink
Update release version to 0.26.5 (#6505)
Browse files Browse the repository at this point in the history
# Description

Update release version to 0.26.5

## 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 2700a0c</samp>

### Summary
:arrow_up::bug::sparkles:

<!--
1. :arrow_up: This emoji indicates that the version of the channel was
increased or upgraded.
2. :bug: This emoji indicates that some bugs were fixed in the new
version of the channel.
3. :sparkles: This emoji indicates that some new features were added in
the new version of the channel.
-->
Update the supported version of the `0.26` channel to `v0.26.5` 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.5, the
latest release of the radius project
([link](https://github.com/radius-project/radius/pull/6505/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3))
  • Loading branch information
sk593 authored Oct 18, 2023
1 parent 48db3fb commit d45dd76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes/v0.26.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Radius v0.26.5

This release addresses a CI/CD issue. Check out the [changelog](#changelog) for more details of what was addressed in this patch.

## Changelog

* Update release build by @sk593 in https://github.com/radius-project/radius/pull/6504

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.26.0...v0.26.5


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.4'
version: 'v0.26.5'
deprecated:
- channel: '0.25'
version: 'v0.25.0'
Expand Down

0 comments on commit d45dd76

Please sign in to comment.