chore(release): v0.58.0#11984
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
This PR finalizes the Radius v0.58.0 release artifacts by updating the supported version mapping and adding the release notes that will be used for the GitHub release body.
Changes:
- Update
versions.yamlto markv0.58.0as the supported version for the0.58channel. - Add
docs/release-notes/v0.58.0.mdcontaining the v0.58.0 release announcement, upgrade guidance, contributors, and changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
versions.yaml |
Advances channel 0.58 from RC to the final v0.58.0 supported version. |
docs/release-notes/v0.58.0.md |
Introduces the v0.58.0 release notes content intended for publishing on GitHub Releases. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11984 +/- ##
==========================================
+ Coverage 51.83% 51.84% +0.01%
==========================================
Files 730 730
Lines 46069 46069
==========================================
+ Hits 23878 23883 +5
+ Misses 19911 19907 -4
+ Partials 2280 2279 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
f4c7e27 to
9cb30c0
Compare
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
# Description
This pull request updates the documentation and versioning to announce
the official release of Radius v0.58.0. The most important changes are:
Release documentation:
* Added a new release notes file `docs/release-notes/v0.58.0.md` to
announce Radius v0.58.0, including highlights, upgrade instructions, new
contributors, and a detailed changelog.
Versioning update:
* Updated `versions.yaml` to mark `v0.58.0` as the supported version for
channel `0.58`, replacing the previous release candidate.
## 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).
- This pull request is a design document and only includes files in the
eng/design-notes directory.
<!-- Please update the following to link the associated issue. This is
required for some kinds of changes (see above). -->
Fixes: #issue_number
## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:
- An overview of proposed schema changes is included in a linked GitHub
issue.
- [ ] Yes
- [x] Not applicable
- A design document is added or updated under `eng/design-notes/` in
this repository, if new APIs are being introduced.
- [ ] Yes
- [x] Not applicable
- The design document has been reviewed and approved by Radius
maintainers/approvers.
- [ ] Yes
- [x] Not applicable
- A PR for
[resource-types-contrib](https://github.com/radius-project/resource-types-contrib/)
is created, if resource types or recipes are affected by the changes in
this PR.
- [ ] Yes
- [x] Not applicable
- A PR for [dashboard](https://github.com/radius-project/dashboard/) is
created, if the Radius Dashboard is affected by the changes in this PR.
- [ ] Yes
- [ ] Not applicable
- A PR for the [documentation
repository](https://github.com/radius-project/docs) is created, if the
changes in this PR affect the documentation or any user facing updates
are made.
- [ ] Yes
- [x] Not applicable
---------
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
(cherry picked from commit 79895ff)
Description
This pull request updates the documentation and versioning to announce the official release of Radius v0.58.0. The most important changes are:
Release documentation:
docs/release-notes/v0.58.0.mdto announce Radius v0.58.0, including highlights, upgrade instructions, new contributors, and a detailed changelog.Versioning update:
versions.yamlto markv0.58.0as the supported version for channel0.58, replacing the previous release candidate.Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.