Skip to content

Commit

Permalink
Release 0.26: RC release candidate (#6455)
Browse files Browse the repository at this point in the history
# Description

Creating RC release for 0.26.0

## 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 398339b</samp>

### Summary
:sparkles::wrench::package:

<!--
1. :sparkles: - This emoji represents the addition of a new feature or
enhancement, which in this case is the availability of a new release
candidate for radius users to try out.
2. :wrench: - This emoji represents the maintenance or improvement of
existing functionality, which in this case is the update of the
versions.yaml file to reflect the latest release candidate information.
3. :package: - This emoji represents the packaging or distribution of
the software, which in this case is the creation of a new binary for the
release candidate.
-->
Update `versions.yaml` with the latest release candidate for radius
0.26. This allows users to install and test the new features and bug
fixes in the radius CLI tool.

> _`versions.yaml` changed_
> _New release candidate added_
> _CLI tool rejoices_

### Walkthrough
* Add a new entry for radius 0.26 release candidate to `versions.yaml`
([link](https://github.com/radius-project/radius/pull/6455/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aR2-R3))
  • Loading branch information
sk593 authored Oct 11, 2023
1 parent 387f44d commit 40b6f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
supported:
- channel: '0.26'
version: 'v0.26.0-rc1'
- channel: '0.25'
version: 'v0.25.0'
deprecated:
Expand Down

0 comments on commit 40b6f56

Please sign in to comment.