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

release 0.43.0 #8416

Merged
merged 8 commits into from
Feb 7, 2025
Merged

release 0.43.0 #8416

merged 8 commits into from
Feb 7, 2025

Conversation

nithyatsu
Copy link
Contributor

Description

Adding 0.43.0 to the supported versions
Deprecating 0.42.0

Adding release notes

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

Copy link

github-actions bot commented Feb 5, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

⚠️ Missing release note ⚠️

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

  1. Create ./docs/release-notes/v0.43.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.

@nithyatsu nithyatsu marked this pull request as ready for review February 5, 2025 21:38
@nithyatsu nithyatsu requested review from a team as code owners February 5, 2025 21:38
Copy link

github-actions bot commented Feb 5, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

Copy link

github-actions bot commented Feb 5, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.95%. Comparing base (87f7ea1) to head (0f1bfa0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8416   +/-   ##
=======================================
  Coverage   59.95%   59.95%           
=======================================
  Files         596      596           
  Lines       40432    40432           
=======================================
+ Hits        24241    24242    +1     
  Misses      14365    14365           
+ Partials     1826     1825    -1     

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

Copy link

github-actions bot commented Feb 5, 2025

Unit Tests

3 612 tests  ±0   3 610 ✅ ±0   6m 7s ⏱️ -3s
  295 suites ±0       2 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 0f1bfa0. ± Comparison against base commit 87f7ea1.

♻️ This comment has been updated with latest results.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 5, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 2a18c6e
Unique ID funcab3dc00177
Image tag pr-funcab3dc00177
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-funcab3dc00177
  • 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-funcab3dc00177
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcab3dc00177
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcab3dc00177
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcab3dc00177
  • 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 ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
❌ corerp-cloud functional test failed. Please check the logs for more details

willtsai
willtsai previously approved these changes Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 6, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 7f5fa44
Unique ID funcc3ffc1badb
Image tag pr-funcc3ffc1badb
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-funcc3ffc1badb
  • 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-funcc3ffc1badb
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcc3ffc1badb
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcc3ffc1badb
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcc3ffc1badb
  • 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 ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded


If you're new to Radius, check out our website, [radapp.io](https://radapp.io), for more information. Also visit our [getting started guide](https://docs.radapp.io/getting-started/) to learn how to install Radius and create your first app.

## Highlights
Copy link
Contributor

@kachawla kachawla Feb 6, 2025

Choose a reason for hiding this comment

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

@Reshrahim do we want to include the addition of rad resource-type create command the highlights? Just to at least give users some context on what this new thing is?
#8104

Copy link
Contributor

Choose a reason for hiding this comment

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

Same question for postgres helm chart addition, given that we are now installing postgres by default even though it is not used yet. #8072

@Reshrahim @willtsai @zachcasper

Copy link
Contributor

Choose a reason for hiding this comment

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

I have added a highlight on the rad resource-type create. Please take a look

Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good, thank you

kachawla
kachawla previously approved these changes Feb 7, 2025
Copy link
Contributor

@kachawla kachawla left a comment

Choose a reason for hiding this comment

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

Looks good to me. Let's go ahead with it to unblock the release. Once postgres highlight is confirmed by the PMs, we can directly edit the release highlights page without impacting anything: https://github.com/radius-project/radius/releases

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

github-actions bot commented Feb 7, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

Copy link

github-actions bot commented Feb 7, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

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

github-actions bot commented Feb 7, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

@kachawla
Copy link
Contributor

kachawla commented Feb 7, 2025

Looks good to me. Let's go ahead with it to unblock the release. Once postgres highlight is confirmed by the PMs, we can directly edit the release highlights page without impacting anything: https://github.com/radius-project/radius/releases

Looks like we have feedback on all the needed edits for highlights, @nithyatsu will update the highlights as per suggestions.

Co-authored-by: Zach Casper <[email protected]>
Signed-off-by: Nithya Subramanian <[email protected]>
Copy link

github-actions bot commented Feb 7, 2025

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* 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
* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202
* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201
* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104
* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212
* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190
* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213
* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397

## New Contributors
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 7, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 0f1bfa0
Unique ID funceff78f57db
Image tag pr-funceff78f57db
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-funceff78f57db
  • 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-funceff78f57db
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funceff78f57db
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funceff78f57db
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funceff78f57db
  • 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...
❌ corerp-cloud functional test failed. Please check the logs for more details
✅ ucp-cloud functional tests succeeded
⌛ Starting corerp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded

@nithyatsu nithyatsu merged commit ea992df into main Feb 7, 2025
34 checks passed
@nithyatsu nithyatsu deleted the nithyatsu/release-v0.43.0 branch February 7, 2025 20:09
nithyatsu added a commit that referenced this pull request Feb 7, 2025
# Description

Adding 0.43.0 to the supported versions
Deprecating 0.42.0

Adding release notes

## 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.
    - [ ] Yes
    - [ ] 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
    - [ ] Not applicable
- The design document has been reviewed and approved by Radius
maintainers/approvers.
    - [ ] Yes
    - [ ] 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
    - [ ] 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
    - [ ] 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
    - [ ] Not applicable

---------

Signed-off-by: Will <[email protected]>
Signed-off-by: Nithya Subramanian <[email protected]>
Co-authored-by: Will <[email protected]>
Co-authored-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Zach Casper <[email protected]>
(cherry picked from commit ea992df)
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.

5 participants