Skip to content

Commit

Permalink
Release 0.25: Create rc release (#6260)
Browse files Browse the repository at this point in the history
# Description

Creating RC release for 0.25.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 cfa10f5</samp>

### Summary
:sparkles::bookmark::memo:

<!--
1. :sparkles: - This emoji represents the addition of a new feature or
enhancement, which in this case is the new entry for radius 0.25 in the
versions.yaml file.
2. :bookmark: - This emoji represents the creation of a new release or
tag, which in this case is the release candidate for radius 0.25.
3. :memo: - This emoji represents the documentation or metadata update,
which in this case is the update to the versions.yaml file with the
latest release information.
-->
Update `versions.yaml` with latest release candidate for radius 0.25.
This file tracks the available channels and versions of radius releases.

> _`versions.yaml` changed_
> _new release candidate set_
> _autumn of radius_

### Walkthrough
* Add a new entry for radius 0.25 release candidate
([link](https://github.com/radius-project/radius/pull/6260/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aR2-R3))

Co-authored-by: karishma-chawla <[email protected]>
  • Loading branch information
kachawla and kachawla authored Sep 13, 2023
1 parent 677aa29 commit 2d8c706
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.25'
version: 'v0.25.0-rc1'
- channel: '0.24'
version: 'v0.24.0'
deprecated:
Expand Down

0 comments on commit 2d8c706

Please sign in to comment.