Skip to content

Commit

Permalink
Update release v0.26.4 (#6499)
Browse files Browse the repository at this point in the history
# Description

Patching 0.26.4 release

## 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 833ee29</samp>

### Summary
📝🚀🗑️

<!--
1. 📝 - This emoji represents documentation or writing changes, and can
be used for the change that adds a new section to the release notes
document.
2. 🚀 - This emoji represents a new feature or improvement, and can be
used for the change that updates the `versions.yaml` file to reflect the
latest supported version of Radius.
3. 🗑️ - This emoji represents a removal or deprecation, and can be used
for the change that updates the `versions.yaml` file to reflect the
deprecated version of Radius.
-->
This pull request prepares the documentation for the Radius v0.26.4
patch release. It adds a new release notes section and updates the
`versions.yaml` file.

> _`Radius` has a patch_
> _New section in release notes_
> _Autumn of updates_

### Walkthrough
* Add a new section to the release notes document for Radius v0.26.4
([link](https://github.com/radius-project/radius/pull/6499/files?diff=unified&w=0#diff-e35910d59c0b96639a85b3cad03249f5ea3323d5da338626994b887126dc20d0R1-R6))
* Update the `versions.yaml` file to reflect the latest supported
version of Radius (v0.26.4) and the deprecated version (v0.25)
([link](https://github.com/radius-project/radius/pull/6499/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3))
  • Loading branch information
sk593 authored Oct 18, 2023
1 parent 348e457 commit 85eae42
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions docs/release-notes/v0.26.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Radius v0.26.4

This release fully switches us to Github assets in preparation for open-sourcing. Check out the [changelog](#changelog) for more details of what was addressed in this patch.

## Changelog

* Release 0.26.0 by @sk593 in https://github.com/radius-project/radius/pull/6458
* Release 0.26.1 by @sk593 in https://github.com/radius-project/radius/pull/6460
* Pagination causing Dev Recipes to not be installed and Controller Pod permission fix by @ytimocin in https://github.com/radius-project/radius/pull/6466
* patch release v0.26.2 by @sk593 in https://github.com/radius-project/radius/pull/6470
* Handle 404 as success in recipe deletion by @willdavsmith in https://github.com/radius-project/radius/pull/6467
* Update release v0.26.3 by @sk593 in https://github.com/radius-project/radius/pull/6475
* Add Deployment reconciler by @rynowak in https://github.com/radius-project/radius/pull/6444
* Make application and environment configurable by @rynowak in https://github.com/radius-project/radius/pull/6480
* Add functional test for Kubernetes interop by @rynowak in https://github.com/radius-project/radius/pull/6488
* Add `graph` alias for `rad app connections` by @AaronCrawfis in https://github.com/radius-project/radius/pull/6489
* Update README.md by @jonvsm in https://github.com/radius-project/radius/pull/6482
* Fix errata in Kubernetes controllers by @rynowak in https://github.com/radius-project/radius/pull/6494
* Migrate to GHCR by @willdavsmith in https://github.com/radius-project/radius/pull/6478
* Update installation scripts by @sk593 in https://github.com/radius-project/radius/pull/6495
* Add `ok-to-test` trigger for functional tests by @willdavsmith in https://github.com/radius-project/radius/pull/6481

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.26.0...v0.26.4
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.3'
version: 'v0.26.4'
deprecated:
- channel: '0.25'
version: 'v0.25.0'
Expand Down

0 comments on commit 85eae42

Please sign in to comment.