-
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
Update release version v0.37.0 (#7817) #7820
Conversation
# Description Update release version v0.37.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 --------- Signed-off-by: Vishwanath Hiremath <[email protected]> (cherry picked from commit 65ca82d)
docs/release-notes/v0.37.0.md
Outdated
- `import radius as radius` should become `extension radius` to use Radius types | ||
- `import aws as aws` should become `extension aws` to use AWS types | ||
- `import kubernetes as kubernetes {}` should become `extension kubernetes with {} as kubernetes to use Kubernetes types` | ||
3. If you have Radius-Bicep extension installed, please disable and install the official bicep extension. More details [here](https://edge.docs.radapp.io/guides/tooling/vscode/howto-vscode-bicep/). |
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.
3. If you have Radius-Bicep extension installed, please disable and install the official bicep extension. More details [here](https://edge.docs.radapp.io/guides/tooling/vscode/howto-vscode-bicep/). | |
3. If you have Radius-Bicep extension installed, please disable and install the official bicep extension. More details [here](https://docs.radapp.io/guides/tooling/vscode/howto-vscode-bicep/). |
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.37.0.md
Outdated
## Highlights | ||
|
||
### Radius is merged with the official Bicep | ||
Previously Radius used a fork of the Bicep to author and deploy Radius and AWS types. With 0.37 release we have merged our extensibility updates with the upstream and are deprecating the temporary fork of Bicep. To use Radius features with the official Bicep compiler, you need to create a [`bicepconfig.json`]((https://docs.radapp.io/guides/tooling/bicepconfig/overview/)) with the extensions to author and deploy Radius and AWS types. Please checkout the breaking changes section for detailed guidance. |
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.
Previously Radius used a fork of the Bicep to author and deploy Radius and AWS types. With 0.37 release we have merged our extensibility updates with the upstream and are deprecating the temporary fork of Bicep. To use Radius features with the official Bicep compiler, you need to create a [`bicepconfig.json`]((https://docs.radapp.io/guides/tooling/bicepconfig/overview/)) with the extensions to author and deploy Radius and AWS types. Please checkout the breaking changes section for detailed guidance. | |
Previously Radius used a fork of the Bicep to author and deploy Radius and AWS types. With 0.37 release we have merged our extensibility updates with the upstream and are deprecating the temporary fork of Bicep. To use Radius features with the official Bicep compiler, you need to create a [`bicepconfig.json`](https://docs.radapp.io/guides/tooling/bicepconfig/overview/) with the extensions to author and deploy Radius and AWS types. Please checkout the breaking changes section for detailed guidance. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/0.37 #7820 +/- ##
=============================================
Coverage 61.06% 61.06%
=============================================
Files 523 523
Lines 27466 27466
=============================================
Hits 16772 16772
Misses 9210 9210
Partials 1484 1484 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Vishwanath Hiremath <[email protected]>
You can now configure your AWS cloud provider to use AWS federated identity (IRSA) to deploy and manage AWS resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on [how to configure the AWS IRSA](https://docs.radapp.io/guides/operations/providers/aws-provider/howto-aws-provider-irsa/) | ||
|
||
### Test Improvements | ||
We separated the cloud tests and non-cloud tests in our functional test workflows to improve the test verification process for contributors. In the new workflow the non-cloud test workflows will trigger automatically when pull requests are submitted, while tests using cloud resources will need approval from approvers/maintainers to be triggered. We also fixed an issue with `magpiego` image failing for MacOS+M1 chip users by publishing a multi-architectural image. |
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.
is it a typo? do we need a fix here?
Signed-off-by: Vishwanath Hiremath <[email protected]>
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
Update release version v0.37.0
Type of change
Fixes: #issue_number
Signed-off-by: Vishwanath Hiremath [email protected]
(cherry picked from commit 65ca82d)
Description
Please explain the changes you've made.
Type of change
Fixes: #issue_number