-
Notifications
You must be signed in to change notification settings - Fork 95
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 v0.39.0 #7987
Release v0.39.0 #7987
Conversation
Signed-off-by: karishma-chawla <[email protected]>
Release Information
Change logs
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7987 +/- ##
==========================================
- Coverage 60.37% 60.36% -0.02%
==========================================
Files 560 560
Lines 29417 29417
==========================================
- Hits 17761 17757 -4
- Misses 10111 10113 +2
- Partials 1545 1547 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: karishma-chawla <[email protected]>
Release Information
Change logs
|
docs/release-notes/v0.39.0.md
Outdated
## Highlights | ||
|
||
### Dapr Building Block: Configuration Store | ||
https://github.com/radius-project/radius/pull/7906 | ||
|
||
### Add an in-memory data store | ||
https://github.com/radius-project/radius/pull/7950 | ||
|
||
### Implement PostgreSQL datastore | ||
https://github.com/radius-project/radius/pull/7961 | ||
|
||
## Breaking changes | ||
https://github.com/radius-project/radius/pull/7906 |
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.
@willtsai could you please help updating these. I have copied over PRs of a few items from changelog that might be good candidates for highlights.
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... |
docs/release-notes/v0.39.0.md
Outdated
## Highlights | ||
|
||
### Dapr Building Block: Configuration Store | ||
https://github.com/radius-project/radius/pull/7906 | ||
|
||
### Add an in-memory data store | ||
https://github.com/radius-project/radius/pull/7950 | ||
|
||
### Implement PostgreSQL datastore | ||
https://github.com/radius-project/radius/pull/7961 | ||
|
||
## Breaking changes | ||
https://github.com/radius-project/radius/pull/7906 |
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 think Implement PostgreSQL datastore
is too early of an addition to call out in highlights, we should call it out when it's available for users to switch to a postgres datastore.
I don't think this is a breaking change, so I removed it: #7906
## Highlights | |
### Dapr Building Block: Configuration Store | |
https://github.com/radius-project/radius/pull/7906 | |
### Add an in-memory data store | |
https://github.com/radius-project/radius/pull/7950 | |
### Implement PostgreSQL datastore | |
https://github.com/radius-project/radius/pull/7961 | |
## Breaking changes | |
https://github.com/radius-project/radius/pull/7906 | |
## Highlights | |
### Support for Dapr Configuration Building Block | |
A new `Applications.Dapr/configurationStores` resource type is now available, which adds built-in support in Radius for the [Dapr Configuration](https://docs.dapr.io/getting-started/quickstarts/configuration-quickstart/) building block. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the set of supported Dapr features in Radius. To learn more, go to the [Dapr Configuration Store resource schema](https://docs.radapp.io/reference/resource-schema/dapr-schema/configurationstore/) in the Radius documentation. | |
### In-memory data store for testing and development | |
Radius has added an implementation for an in-memory version of the data store interface, which may be used for testing and development purposes. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests. | |
## Breaking changes | |
None. |
Co-authored-by: Will <[email protected]> Signed-off-by: Karishma Chawla <[email protected]>
Release Information
Change logs
|
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... |
Signed-off-by: Karishma Chawla <[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... |
Co-authored-by: Reshma Abdul Rahim <[email protected]> Signed-off-by: Karishma Chawla <[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... |
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... |
# Description * Adding 0.39.0 to the supported versions * Deprecating v0.38.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 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. -- N/A - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. -- N/A - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. -- N/A - [ ] 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. -- N/A - [ ] 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. -- N/A - [ ] 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. -- N/A --------- Signed-off-by: karishma-chawla <[email protected]> Signed-off-by: Karishma Chawla <[email protected]> Signed-off-by: Will <[email protected]> Co-authored-by: karishma-chawla <[email protected]> Co-authored-by: Will <[email protected]> Co-authored-by: Reshma Abdul Rahim <[email protected]> (cherry picked from commit 12d6bce)
# Description * Adding 0.39.0 to the supported versions * Deprecating v0.38.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 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. -- N/A - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. -- N/A - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. -- N/A - [ ] 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. -- N/A - [ ] 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. -- N/A - [ ] 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. -- N/A --------- Signed-off-by: karishma-chawla <[email protected]> Signed-off-by: Karishma Chawla <[email protected]> Signed-off-by: Will <[email protected]> Co-authored-by: karishma-chawla <[email protected]> Co-authored-by: Will <[email protected]> Co-authored-by: Reshma Abdul Rahim <[email protected]> (cherry picked from commit 12d6bce)
Description
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: