Skip to content
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

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

vishwahiremat
Copy link
Contributor

Description

Update release version v0.37.0

Type of change

  • 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).

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

  • 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).

Fixes: #issue_number

# 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)
@vishwahiremat vishwahiremat requested review from a team as code owners August 19, 2024 19:13
- `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/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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-tests
Copy link

radius-functional-tests bot commented Aug 19, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 22d458c
Unique ID func65c983b91d
Image tag pr-func65c983b91d
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func65c983b91d
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func65c983b91d
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func65c983b91d
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func65c983b91d
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

## 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Copy link

github-actions bot commented Aug 19, 2024

Unit Tests

3 299 tests  ±0   3 293 ✅ ±0   3m 56s ⏱️ +4s
  263 suites ±0       6 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 2b67df2. ± Comparison against base commit 487081f.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.06%. Comparing base (487081f) to head (2b67df2).
Report is 1 commits behind head on release/0.37.

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.
📢 Have feedback on the report? Share it here.

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.
Copy link
Contributor Author

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-tests
Copy link

radius-functional-tests bot commented Aug 19, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 49af213
Unique ID funcc180494451
Image tag pr-funcc180494451
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcc180494451
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcc180494451
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcc180494451
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcc180494451
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
⌛ Starting datastoresrp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@vishwahiremat vishwahiremat merged commit b1a7822 into release/0.37 Aug 19, 2024
25 of 27 checks passed
@vishwahiremat vishwahiremat deleted the vishwahiremat/release-v0.37 branch August 19, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants