-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 0.43.0 #8416
release 0.43.0 #8416
Conversation
Release Information
Change logs
|
Release Information
Change logs
|
Release Information
Change logs
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8416 +/- ##
=======================================
Coverage 59.95% 59.95%
=======================================
Files 596 596
Lines 40432 40432
=======================================
+ Hits 24241 24242 +1
Misses 14365 14365
+ Partials 1826 1825 -1 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Signed-off-by: Will <[email protected]>
Release Information
Change logs
|
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
|
||
If you're new to Radius, check out our website, [radapp.io](https://radapp.io), for more information. Also visit our [getting started guide](https://docs.radapp.io/getting-started/) to learn how to install Radius and create your first app. | ||
|
||
## Highlights |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Reshrahim do we want to include the addition of rad resource-type create
command the highlights? Just to at least give users some context on what this new thing is?
#8104
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same question for postgres helm chart addition, given that we are now installing postgres by default even though it is not used yet. #8072
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added a highlight on the rad resource-type create
. Please take a look
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Let's go ahead with it to unblock the release. Once postgres highlight is confirmed by the PMs, we can directly edit the release highlights page without impacting anything: https://github.com/radius-project/radius/releases
Co-authored-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
Release Information
Change logs
|
Release Information
Change logs
|
Co-authored-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
Release Information
Change logs
|
Looks like we have feedback on all the needed edits for highlights, @nithyatsu will update the highlights as per suggestions. |
Co-authored-by: Zach Casper <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]>
Release Information
Change logs
|
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
# Description Adding 0.43.0 to the supported versions Deprecating 0.42.0 Adding release notes ## 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 ## 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 - [ ] Not applicable - A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] Yes - [ ] Not applicable - The design document has been reviewed and approved by Radius maintainers/approvers. - [ ] Yes - [ ] Not applicable - A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are 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 - [ ] Not applicable - A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. - [ ] Yes - [ ] Not applicable --------- Signed-off-by: Will <[email protected]> Signed-off-by: Nithya Subramanian <[email protected]> Co-authored-by: Will <[email protected]> Co-authored-by: Reshma Abdul Rahim <[email protected]> Co-authored-by: Zach Casper <[email protected]> (cherry picked from commit ea992df)
Description
Adding 0.43.0 to the supported versions
Deprecating 0.42.0
Adding release notes
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: