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.42.0-rc2 #8202

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

vishwahiremat
Copy link
Contributor

Description

Update RC release 0.42

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

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.
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers.
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

Signed-off-by: Vishwanath Hiremath <[email protected]>
Copy link

github-actions bot commented Jan 7, 2025

Release Information

  • Previous version: v0.41.0
  • New version: v0.42.0-rc2

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## changelog
* release 0.41.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8114
* Bump the all group across 1 directory with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/8111
* Bump bicep-types from `ba8eaca` to `c86fc24` by @dependabot in https://github.com/radius-project/radius/pull/8109
* Bump mikefarah/yq from 4.44.5 to 4.44.6 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8110
* Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8123
* Remove CosmosDB database provider by @rynowak in https://github.com/radius-project/radius/pull/8116
* enable irsa on cicd by @nithyatsu in https://github.com/radius-project/radius/pull/8052
* Update Notification Condition for Scheduled Test Runs by @kachawla in https://github.com/radius-project/radius/pull/8115
* Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/8124
* Changing permissions of UCP - removing unused permissions by @ytimocin in https://github.com/radius-project/radius/pull/8080
* Bump bicep-types from `c86fc24` to `7c34fe6` by @dependabot in https://github.com/radius-project/radius/pull/8134
* Simplify database interface by @rynowak in https://github.com/radius-project/radius/pull/8126
* Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.0.2 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8136
* Bump the all group across 1 directory with 21 updates by @dependabot in https://github.com/radius-project/radius/pull/8142
* Rename database APIs by @rynowak in https://github.com/radius-project/radius/pull/8143
* Move database and similar packages to components by @rynowak in https://github.com/radius-project/radius/pull/8148
* Refactor and implement shared integration test host by @rynowak in https://github.com/radius-project/radius/pull/8112
* Remove ETCd database and secret store by @rynowak in https://github.com/radius-project/radius/pull/8158
* Add async operation support to dynamic-rp by @rynowak in https://github.com/radius-project/radius/pull/8161
* Bump the all group with 11 updates by @dependabot in https://github.com/radius-project/radius/pull/8167
* Bump bicep-types from `7c34fe6` to `3676a8b` by @dependabot in https://github.com/radius-project/radius/pull/8168
* Move shared services and host to components by @rynowak in https://github.com/radius-project/radius/pull/8160
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8175
* Implement resource provider API for dynamic rp by @rynowak in https://github.com/radius-project/radius/pull/8177
* Release candidate 0.42.0-rc1  by @sk593 in https://github.com/radius-project/radius/pull/8181
* Register Manifests during ucp startup sequence by @lakshmimsft in https://github.com/radius-project/radius/pull/8120
* Add capabilities to resource type API by @rynowak in https://github.com/radius-project/radius/pull/8182
* Add recipe engine by @rynowak in https://github.com/radius-project/radius/pull/8180
* Add rad bicep publish-extension command by @rynowak in https://github.com/radius-project/radius/pull/8183
* Bump the all group with 3 updates by @dependabot in https://github.com/radius-project/radius/pull/8192
* Fix for picking the right helm chart version during release cut by @vishwahiremat in https://github.com/radius-project/radius/pull/8196


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.41.0...v0.42.0-rc2

Copy link

github-actions bot commented Jan 7, 2025

Unit Tests

3 543 tests  ±0   3 539 ✅ ±0   5m 25s ⏱️ +18s
  291 suites ±0       4 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 19fc954. ± Comparison against base commit 5832dea.

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.96%. Comparing base (5832dea) to head (19fc954).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8202      +/-   ##
==========================================
+ Coverage   59.93%   59.96%   +0.03%     
==========================================
  Files         589      589              
  Lines       39237    39237              
==========================================
+ Hits        23516    23528      +12     
+ Misses      13983    13975       -8     
+ Partials     1738     1734       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jan 8, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 19fc954
Unique ID funcaa2f1c383d
Image tag pr-funcaa2f1c383d
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • 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-funcaa2f1c383d
  • 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-funcaa2f1c383d
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcaa2f1c383d
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcaa2f1c383d
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcaa2f1c383d
  • 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...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@vishwahiremat vishwahiremat merged commit 8eb7f7b into main Jan 8, 2025
34 checks passed
@vishwahiremat vishwahiremat deleted the release-0.42.0-rc2 branch January 8, 2025 16:33
vishwahiremat added a commit that referenced this pull request Jan 8, 2025
# Description

Update RC release 0.42

## 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.
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers.
- [ ] 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.
- [ ] 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.
- [ ] 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.

Signed-off-by: Vishwanath Hiremath <[email protected]>
(cherry picked from commit 8eb7f7b)
vishwahiremat added a commit that referenced this pull request Jan 8, 2025
# Description

Update RC release 0.42

## 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.
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers.
- [ ] 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.
- [ ] 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.
- [ ] 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.

Signed-off-by: Vishwanath Hiremath <[email protected]>
(cherry picked from commit 8eb7f7b)

# Description

_Please explain the changes you've made._

## 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.
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers.
- [ ] 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.
- [ ] 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.
- [ ] 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.
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