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

Create RC Release v0.28.0-rc1 #6920

Merged
merged 1 commit into from
Dec 6, 2023
Merged

Conversation

lakshmimsft
Copy link
Contributor

@lakshmimsft lakshmimsft commented Dec 6, 2023

Description

Creating RC Release for v0.28.0

Auto-generated summary

πŸ€–[deprecated] Generated by Copilot at 4cd751a

Summary

β¬†οΈβš οΈβœ¨

Updated the versions.yaml file to include the new release candidate for radius 0.28.0 and mark older versions as deprecated. This change allows the radius CLI and web app to use the latest features and bug fixes of the radius platform.

versions.yaml changed
supported and deprecated
autumn of radius

Walkthrough

  • Update the supported and deprecated channels and versions for radius 0.28.0 (link)

@lakshmimsft lakshmimsft requested review from a team as code owners December 6, 2023 18:33
Copy link

github-actions bot commented Dec 6, 2023

Release Information

  • Previous version: v0.27.1
  • New version: v0.28.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" by @willdavsmith in https://github.com/radius-project/radius/pull/6668
* Update Helm Chart Download Error Message by @kachawla in https://github.com/radius-project/radius/pull/6671
* Use GHCR for Radius Helm repository by @willdavsmith in https://github.com/radius-project/radius/pull/6672
* Change arch of release verification script to amd64 by @willdavsmith in https://github.com/radius-project/radius/pull/6665
* Release 0.27: Create RC2 release by @kachawla in https://github.com/radius-project/radius/pull/6677
* Fix redirection in bash script by @youngbupark in https://github.com/radius-project/radius/pull/6676
* Release 0.27: Create RC3 release by @kachawla in https://github.com/radius-project/radius/pull/6678
* Release 0.27: Create RC4 release by @kachawla in https://github.com/radius-project/radius/pull/6679
* Release v0.27.0 by @kachawla in https://github.com/radius-project/radius/pull/6681
* Update tests to remove httpRoutes since services can now be deployed as part of container rendering. by @nithyatsu in https://github.com/radius-project/radius/pull/6241
* Revert "Use GHCR for Radius Helm repository" by @sk593 in https://github.com/radius-project/radius/pull/6698
* Update patch release by @sk593 in https://github.com/radius-project/radius/pull/6699
* Add auto-generation of markdown for resource references by @AaronCrawfis in https://github.com/radius-project/radius/pull/6331
* Fix docs generation by @AaronCrawfis in https://github.com/radius-project/radius/pull/6716
* Cleanup portable resource API routes by @sk593 in https://github.com/radius-project/radius/pull/6687
* Update team membership requirement for `/ok-to-test` execution by @kachawla in https://github.com/radius-project/radius/pull/6732
* Updating the rad download url from old CDN to github releases. by @vishwahiremat in https://github.com/radius-project/radius/pull/6728
* Fix Docs Workflow when run from fork by @rynowak in https://github.com/radius-project/radius/pull/6786
* Updating Functional Test to Validate Deletion in Absence of Terraform State File by @kachawla in https://github.com/radius-project/radius/pull/6741
* Support the intermediate root CA in chart by @youngbupark in https://github.com/radius-project/radius/pull/6731
* fix:typos by @mouuii in https://github.com/radius-project/radius/pull/6788
* fix:typos by @mouuii in https://github.com/radius-project/radius/pull/6797
* Adding changes to support k3d-managed/local registries by @vishwahiremat in https://github.com/radius-project/radius/pull/6641
* Deleting proxy operations test by @kachawla in https://github.com/radius-project/radius/pull/6803
* Delete Mongo recipe parameters test by @kachawla in https://github.com/radius-project/radius/pull/6806
* Specify Dapr dashboard version on installation by @rynowak in https://github.com/radius-project/radius/pull/6814
* Correct dapr dashboard version by @rynowak in https://github.com/radius-project/radius/pull/6818
* Update the READMEs for the test/infra/azure by @ytimocin in https://github.com/radius-project/radius/pull/6792
* Remove portable resource from description for shared types by @kachawla in https://github.com/radius-project/radius/pull/6813
* Enable skipped bubble tea tests by updating the related libraries by @ytimocin in https://github.com/radius-project/radius/pull/6823
* Remove `rad app switch` by @rynowak in https://github.com/radius-project/radius/pull/6837
* Adding link to the CNCF sandbox submission  by @Reshrahim in https://github.com/radius-project/radius/pull/6816
* Upgrading libraries in magpiego by @ytimocin in https://github.com/radius-project/radius/pull/6842
* Update Dapr version from 1.12.2 to 1.12.0 by @ytimocin in https://github.com/radius-project/radius/pull/6846
* Adding provisioning state to the result of some commands by @ytimocin in https://github.com/radius-project/radius/pull/6839
* Updating table format docs for the object formatter by @ytimocin in https://github.com/radius-project/radius/pull/6859
* Fix nil pointer dereference in deployment reconciler by @ytimocin in https://github.com/radius-project/radius/pull/6853
* Recipe/Deployment- validation admission webhook by @lakshmimsft in https://github.com/radius-project/radius/pull/6571
* Update workflow config to prevent specific jobs from executing in forked repositories by @ytimocin in https://github.com/radius-project/radius/pull/6873
* Add functional tests instructions to setup local dev environment work with ghcr by @nithyatsu in https://github.com/radius-project/radius/pull/6717
* Update logger.Info in Terraform driver by @ytimocin in https://github.com/radius-project/radius/pull/6879
* Disabling scheduled functional test runs on forks by @ytimocin in https://github.com/radius-project/radius/pull/6885
* Workflow for tests approvals using environments and workflow_run by @vinayada1 in https://github.com/radius-project/radius/pull/6796
* Use github checks API to report test status by @vinayada1 in https://github.com/radius-project/radius/pull/6807
* Adding names to the etag unit tests by @ytimocin in https://github.com/radius-project/radius/pull/6886
* add workflow run trigger to build and run functional tests by @vinayada1 in https://github.com/radius-project/radius/pull/6891
* Add actions/checkout by @vinayada1 in https://github.com/radius-project/radius/pull/6892
* Add resource group to some object formats by @rynowak in https://github.com/radius-project/radius/pull/6894
* Logs and some test changes to help debug test failure in Test_CLI_Delete by @vinayada1 in https://github.com/radius-project/radius/pull/6881
* Check pods are created before waiting for them to be ready during publish recipes by @vinayada1 in https://github.com/radius-project/radius/pull/6914
* Fixing the panic for annotations.Configuration by @ytimocin in https://github.com/radius-project/radius/pull/6864

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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.27.1...v0.28.0-rc1

Copy link

github-actions bot commented Dec 6, 2023

Test Results

3β€ˆ002 tests  Β±0   2β€ˆ992 βœ”οΈ Β±0   3m 5s ⏱️ -7s
βŸβ€„β€ˆ257 suites Β±0β€‚β€ƒβ€ƒβŸβ€„β€ˆβŸβ€„10 πŸ’€ Β±0 
βŸβ€„β€ˆβŸβ€„βŸβ€„1 files   Β±0β€‚β€ƒβ€ƒβŸβ€„β€ˆβŸβ€„βŸβ€„0 ❌ Β±0 

Results for commit 520c269. ± Comparison against base commit 84c6a1f.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 6, 2023

65.4

For the detailed report, please go to Checks tab, click Build and Test, and then download unit_test_coverage artifact at the bottom of build page.

  • Your PR branch coverage: 65.4 %
  • main branch coverage: 65.4 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Dec 6, 2023

Radius functional test overview

πŸ” Go to test action run

Name Value
Repository radius-project/radius
Commit ref 4cd751a
Unique ID e4a64ec57d
Image tag pr-e4a64ec57d
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/functional/shared/recipes/<name>:pr-e4a64ec57d
  • 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-e4a64ec57d
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-e4a64ec57d
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-e4a64ec57d
  • 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 samples functional tests...
βŒ› Starting datastoresrp functional tests...
βŒ› Starting kubernetes functional tests...
βŒ› Starting shared functional tests...
βŒ› Starting ucp functional tests...
βŒ› Starting daprrp functional tests...
βŒ› Starting msgrp functional tests...
βœ… samples functional tests succeeded
βœ… kubernetes functional tests succeeded
βœ… ucp functional tests succeeded
βœ… msgrp functional tests succeeded
βœ… datastoresrp functional tests succeeded
βœ… daprrp functional tests succeeded
βœ… shared functional tests succeeded

@lakshmimsft lakshmimsft force-pushed the lakshmimsft/release-v0.28.0-rc1-br branch from 4cd751a to 520c269 Compare December 6, 2023 19:44
Copy link

github-actions bot commented Dec 6, 2023

Release Information

  • Previous version: v0.27.1
  • New version: v0.28.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" by @willdavsmith in https://github.com/radius-project/radius/pull/6668
* Update Helm Chart Download Error Message by @kachawla in https://github.com/radius-project/radius/pull/6671
* Use GHCR for Radius Helm repository by @willdavsmith in https://github.com/radius-project/radius/pull/6672
* Change arch of release verification script to amd64 by @willdavsmith in https://github.com/radius-project/radius/pull/6665
* Release 0.27: Create RC2 release by @kachawla in https://github.com/radius-project/radius/pull/6677
* Fix redirection in bash script by @youngbupark in https://github.com/radius-project/radius/pull/6676
* Release 0.27: Create RC3 release by @kachawla in https://github.com/radius-project/radius/pull/6678
* Release 0.27: Create RC4 release by @kachawla in https://github.com/radius-project/radius/pull/6679
* Release v0.27.0 by @kachawla in https://github.com/radius-project/radius/pull/6681
* Update tests to remove httpRoutes since services can now be deployed as part of container rendering. by @nithyatsu in https://github.com/radius-project/radius/pull/6241
* Revert "Use GHCR for Radius Helm repository" by @sk593 in https://github.com/radius-project/radius/pull/6698
* Update patch release by @sk593 in https://github.com/radius-project/radius/pull/6699
* Add auto-generation of markdown for resource references by @AaronCrawfis in https://github.com/radius-project/radius/pull/6331
* Fix docs generation by @AaronCrawfis in https://github.com/radius-project/radius/pull/6716
* Cleanup portable resource API routes by @sk593 in https://github.com/radius-project/radius/pull/6687
* Update team membership requirement for `/ok-to-test` execution by @kachawla in https://github.com/radius-project/radius/pull/6732
* Updating the rad download url from old CDN to github releases. by @vishwahiremat in https://github.com/radius-project/radius/pull/6728
* Fix Docs Workflow when run from fork by @rynowak in https://github.com/radius-project/radius/pull/6786
* Updating Functional Test to Validate Deletion in Absence of Terraform State File by @kachawla in https://github.com/radius-project/radius/pull/6741
* Support the intermediate root CA in chart by @youngbupark in https://github.com/radius-project/radius/pull/6731
* fix:typos by @mouuii in https://github.com/radius-project/radius/pull/6788
* fix:typos by @mouuii in https://github.com/radius-project/radius/pull/6797
* Adding changes to support k3d-managed/local registries by @vishwahiremat in https://github.com/radius-project/radius/pull/6641
* Deleting proxy operations test by @kachawla in https://github.com/radius-project/radius/pull/6803
* Delete Mongo recipe parameters test by @kachawla in https://github.com/radius-project/radius/pull/6806
* Specify Dapr dashboard version on installation by @rynowak in https://github.com/radius-project/radius/pull/6814
* Correct dapr dashboard version by @rynowak in https://github.com/radius-project/radius/pull/6818
* Update the READMEs for the test/infra/azure by @ytimocin in https://github.com/radius-project/radius/pull/6792
* Remove portable resource from description for shared types by @kachawla in https://github.com/radius-project/radius/pull/6813
* Enable skipped bubble tea tests by updating the related libraries by @ytimocin in https://github.com/radius-project/radius/pull/6823
* Remove `rad app switch` by @rynowak in https://github.com/radius-project/radius/pull/6837
* Adding link to the CNCF sandbox submission  by @Reshrahim in https://github.com/radius-project/radius/pull/6816
* Upgrading libraries in magpiego by @ytimocin in https://github.com/radius-project/radius/pull/6842
* Update Dapr version from 1.12.2 to 1.12.0 by @ytimocin in https://github.com/radius-project/radius/pull/6846
* Adding provisioning state to the result of some commands by @ytimocin in https://github.com/radius-project/radius/pull/6839
* Updating table format docs for the object formatter by @ytimocin in https://github.com/radius-project/radius/pull/6859
* Fix nil pointer dereference in deployment reconciler by @ytimocin in https://github.com/radius-project/radius/pull/6853
* Recipe/Deployment- validation admission webhook by @lakshmimsft in https://github.com/radius-project/radius/pull/6571
* Update workflow config to prevent specific jobs from executing in forked repositories by @ytimocin in https://github.com/radius-project/radius/pull/6873
* Add functional tests instructions to setup local dev environment work with ghcr by @nithyatsu in https://github.com/radius-project/radius/pull/6717
* Update logger.Info in Terraform driver by @ytimocin in https://github.com/radius-project/radius/pull/6879
* Disabling scheduled functional test runs on forks by @ytimocin in https://github.com/radius-project/radius/pull/6885
* Workflow for tests approvals using environments and workflow_run by @vinayada1 in https://github.com/radius-project/radius/pull/6796
* Use github checks API to report test status by @vinayada1 in https://github.com/radius-project/radius/pull/6807
* Adding names to the etag unit tests by @ytimocin in https://github.com/radius-project/radius/pull/6886
* add workflow run trigger to build and run functional tests by @vinayada1 in https://github.com/radius-project/radius/pull/6891
* Add actions/checkout by @vinayada1 in https://github.com/radius-project/radius/pull/6892
* Add resource group to some object formats by @rynowak in https://github.com/radius-project/radius/pull/6894
* Logs and some test changes to help debug test failure in Test_CLI_Delete by @vinayada1 in https://github.com/radius-project/radius/pull/6881
* Check pods are created before waiting for them to be ready during publish recipes by @vinayada1 in https://github.com/radius-project/radius/pull/6914
* Fixing the panic for annotations.Configuration by @ytimocin in https://github.com/radius-project/radius/pull/6864
* chore: setup devcontainer for CLI contributions by @lechnerc77 in https://github.com/radius-project/radius/pull/6905

## New Contributors
* @mouuii made their first contribution in https://github.com/radius-project/radius/pull/6788
* @lechnerc77 made their first contribution in https://github.com/radius-project/radius/pull/6905

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.27.1...v0.28.0-rc1

@radius-functional-tests
Copy link

radius-functional-tests bot commented Dec 6, 2023

Radius functional test overview

πŸ” Go to test action run

Name Value
Repository radius-project/radius
Commit ref 520c269
Unique ID bdc4477a9e
Image tag pr-bdc4477a9e
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/functional/shared/recipes/<name>:pr-bdc4477a9e
  • 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-bdc4477a9e
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-bdc4477a9e
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-bdc4477a9e
  • 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 daprrp functional tests...
βŒ› Starting datastoresrp functional tests...
βŒ› Starting msgrp functional tests...
βŒ› Starting shared functional tests...
βŒ› Starting ucp functional tests...
βŒ› Starting kubernetes functional tests...
βœ… ucp functional tests succeeded
βœ… msgrp functional tests succeeded
βœ… kubernetes functional tests succeeded
βœ… samples functional tests succeeded
βœ… daprrp functional tests succeeded
βœ… datastoresrp functional tests succeeded
βœ… shared functional tests succeeded

Copy link

github-actions bot commented Dec 6, 2023

65.4

For the detailed report, please go to Checks tab, click Build and Test, and then download unit_test_coverage artifact at the bottom of build page.

  • Your PR branch coverage: 65.4 %
  • main branch coverage: 65.4 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

@lakshmimsft lakshmimsft merged commit a8b5bd5 into main Dec 6, 2023
21 checks passed
@lakshmimsft lakshmimsft deleted the lakshmimsft/release-v0.28.0-rc1-br branch December 6, 2023 20:07
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