Skip to content

Conversation

ytimocin
Copy link
Contributor

@ytimocin ytimocin commented Mar 4, 2025

Description

Release cut number 1 for release 0.44

Type of change

  • Release cut v1

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

Signed-off-by: ytimocin <ytimocin@microsoft.com>
@ytimocin ytimocin requested review from a team as code owners March 4, 2025 19:21
@ytimocin ytimocin temporarily deployed to functional-tests March 4, 2025 19:21 — with GitHub Actions Inactive
Copy link

github-actions bot commented Mar 4, 2025

Release Information

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

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


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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Mar 4, 2025

Radius functional test overview

🔍 Go to test action run

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

Copy link

github-actions bot commented Mar 4, 2025

Unit Tests

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

Results for commit d4a0f37. ± Comparison against base commit 2ef1c1b.

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.90%. Comparing base (2ef1c1b) to head (d4a0f37).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8731      +/-   ##
==========================================
+ Coverage   59.88%   59.90%   +0.01%     
==========================================
  Files         596      596              
  Lines       40512    40512              
==========================================
+ Hits        24261    24267       +6     
+ Misses      14423    14419       -4     
+ Partials     1828     1826       -2     

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

@ytimocin ytimocin merged commit 06bf853 into main Mar 4, 2025
34 checks passed
@ytimocin ytimocin deleted the ytimocin/release-0.44.0-rc1 branch March 4, 2025 19:45
superbeeny pushed a commit to superbeeny/radius that referenced this pull request Mar 7, 2025
# Description
Release cut number 1 for release 0.44

## Type of change
- Release cut v1

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

Signed-off-by: ytimocin <ytimocin@microsoft.com>
Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
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.

2 participants