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

Radius Release v0.44.0 #8733

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Radius Release v0.44.0 #8733

wants to merge 3 commits into from

Conversation

ytimocin
Copy link
Contributor

@ytimocin ytimocin commented Mar 5, 2025

Description

Radius Release v0.44.0

Type of change

Release

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, 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 is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository 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 is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

@ytimocin ytimocin requested review from a team as code owners March 5, 2025 05:02
@ytimocin ytimocin requested a deployment to functional-tests March 5, 2025 05:02 — with GitHub Actions Waiting
Copy link

github-actions bot commented Mar 5, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

⚠️ Missing release note ⚠️

This is the official Radius release. Create the release note by following instruction:

  1. Create ./docs/release-notes/v0.44.0.md from release note template
  2. Update the each section and add the above Change logs to the end of release note.
  3. Push release note changes to the PR branch.

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

github-actions bot commented Mar 5, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

Copy link

github-actions bot commented Mar 5, 2025

Unit Tests

3 625 tests  ±0   3 623 ✅ ±0   6m 20s ⏱️ -6s
  295 suites ±0       2 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit a4dc58a. ± Comparison against base commit 06bf853.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Mar 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.91%. Comparing base (06bf853) to head (a4dc58a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8733      +/-   ##
==========================================
- Coverage   59.92%   59.91%   -0.02%     
==========================================
  Files         596      596              
  Lines       40512    40512              
==========================================
- Hits        24277    24271       -6     
- Misses      14413    14417       +4     
- Partials     1822     1824       +2     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

nithyatsu
nithyatsu previously approved these changes Mar 5, 2025

## Breaking changes

<!-- ADD ANY BREAKING CHANGES HERE, IF ANY -->
Copy link
Contributor

Choose a reason for hiding this comment

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

We should add the rad resource expose and rad resource logs breaking changes here


## Highlights

<!-- TALK TO THE PM TEAM ABOUT WHAT HIGHLIGHTS TO ADD HERE -->
Copy link
Contributor

@willtsai willtsai Mar 5, 2025

Choose a reason for hiding this comment

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

Suggested change
<!-- TALK TO THE PM TEAM ABOUT WHAT HIGHLIGHTS TO ADD HERE -->
None.

Co-authored-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Yetkin Timocin <[email protected]>
Copy link

github-actions bot commented Mar 5, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

Copy link

github-actions bot commented Mar 5, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

Copy link

github-actions bot commented Mar 6, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 6, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref fb1c690
Unique ID func840e3e9664
Image tag pr-func840e3e9664
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-func840e3e9664
  • 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-func840e3e9664
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func840e3e9664
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func840e3e9664
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func840e3e9664
  • 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

Comment on lines 21 to 24
## New contributors

None.

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
## New contributors
None.

@ytimocin ytimocin deployed to functional-tests March 6, 2025 00:51 — with GitHub Actions Active
@ytimocin ytimocin deployed to publish-bicep March 6, 2025 00:51 — with GitHub Actions Active
Copy link

github-actions bot commented Mar 6, 2025

Release Information

  • Previous version: v0.43.0
  • New version: v0.44.0

Change logs

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

## What's Changed
### ## changelog
* release 0.43.0 by @nithyatsu in https://github.com/radius-project/radius/pull/8416
* remove hardcoded list of resource types from cli. by @nithyatsu in https://github.com/radius-project/radius/pull/8286
* Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 in the all group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8466
* Bump bicep-types from `0143e0b` to `b7606cb` by @dependabot in https://github.com/radius-project/radius/pull/8468
* Add retry logic for registermanifests, introduce skip-build override for LRT by @lakshmimsft in https://github.com/radius-project/radius/pull/8495
* Update workflow conditions to enable workflow_dispatch with new build by @lakshmimsft in https://github.com/radius-project/radius/pull/8563
* Remove helm chart uploads to ACR  by @sk593 in https://github.com/radius-project/radius/pull/8565
* Update config for downstream url endpoint by @lakshmimsft in https://github.com/radius-project/radius/pull/8580
* Set cache option on setup-go action in workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/8280
* fix a typo in doc for rad resource delete by @nithyatsu in https://github.com/radius-project/radius/pull/8723
* Running `go mod tidy`  on main branch by @ytimocin in https://github.com/radius-project/radius/pull/8730
* Release cut number 1 for release 0.44 by @ytimocin in https://github.com/radius-project/radius/pull/8731


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.43.0...v0.44.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 6, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref a4dc58a
Unique ID funced16ca0c1e
Image tag pr-funced16ca0c1e
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-funced16ca0c1e
  • 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-funced16ca0c1e
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funced16ca0c1e
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funced16ca0c1e
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funced16ca0c1e
  • 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

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.

7 participants