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 release V0.29 RC 1 #6987

Merged
merged 5 commits into from
Jan 3, 2024
Merged

Create release V0.29 RC 1 #6987

merged 5 commits into from
Jan 3, 2024

Conversation

nithyatsu
Copy link
Contributor

Description

Create release V0.29 RC 1

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

Auto-generated summary

copilot:all

@nithyatsu nithyatsu requested review from a team as code owners January 3, 2024 20:01
Copy link

github-actions bot commented Jan 3, 2024

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* Add Instructions on Running Tests to the Contributions Guide by @kachawla in https://github.com/radius-project/radius/pull/6926
* Create Release v0.28.0 by @lakshmimsft in https://github.com/radius-project/radius/pull/6929
* Remove stale devcontainer by @rynowak in https://github.com/radius-project/radius/pull/6931
* Update Release Contribution Docs by @kachawla in https://github.com/radius-project/radius/pull/6928
* Doing some updates to the magpie by @ytimocin in https://github.com/radius-project/radius/pull/6925
* Add edge rad CLI install by @willdavsmith in https://github.com/radius-project/radius/pull/6899
* Update Release Contribution docs by @lakshmimsft in https://github.com/radius-project/radius/pull/6935
* Implement tracked resources by @rynowak in https://github.com/radius-project/radius/pull/6204
* feat: add devcontainer feature for radcli by @lechnerc77 in https://github.com/radius-project/radius/pull/6930
* fix: remove schema validation from feature release flow by @lechnerc77 in https://github.com/radius-project/radius/pull/6945
* updating plainHTTP to plainHttp by @vishwahiremat in https://github.com/radius-project/radius/pull/6943
* rewrite app connections to use getGraph API by @nithyatsu in https://github.com/radius-project/radius/pull/6938
* chore: improve setup of devconatiner for contributions by @lechnerc77 in https://github.com/radius-project/radius/pull/6954
* Updating radius.dev strings by @ytimocin in https://github.com/radius-project/radius/pull/6966
* Update devcontainer publishing path by @rynowak in https://github.com/radius-project/radius/pull/6967
* docs: update prerequiste and debug docs by @lechnerc77 in https://github.com/radius-project/radius/pull/6965
* Fix namespace in devcontainer feature publishing by @rynowak in https://github.com/radius-project/radius/pull/6970
* Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in https://github.com/radius-project/radius/pull/6971


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

@@ -1,4 +1,6 @@
supported:
- channel: '0.29'

Choose a reason for hiding this comment

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

@willdavsmith Can we have multiple channels in supported ?

Choose a reason for hiding this comment

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

When I look at the previous release, seems like we keep one latest release - https://github.com/radius-project/radius/pull/6920/files

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed the older release and moved to deprecated section. Will update the Example link in release documentation page to reflect this.

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah we leave the option open in the future to support multiple releases but for now we have just been keeping one.

Copy link
Contributor

Choose a reason for hiding this comment

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

one official release that is - we should keep the previous release in this case since it is a release candidate. See https://github.com/radius-project/radius/pull/6920/files for an example

Copy link

github-actions bot commented Jan 3, 2024

Test Results

3 038 tests  ±0   3 028 ✅ ±0   3m 42s ⏱️ +12s
  260 suites ±0      10 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit e8e15e4. ± Comparison against base commit 1145be1.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 3, 2024

65.5

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.5 %
  • main branch coverage: 65.5 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

Copy link

github-actions bot commented Jan 3, 2024

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* Add Instructions on Running Tests to the Contributions Guide by @kachawla in https://github.com/radius-project/radius/pull/6926
* Create Release v0.28.0 by @lakshmimsft in https://github.com/radius-project/radius/pull/6929
* Remove stale devcontainer by @rynowak in https://github.com/radius-project/radius/pull/6931
* Update Release Contribution Docs by @kachawla in https://github.com/radius-project/radius/pull/6928
* Doing some updates to the magpie by @ytimocin in https://github.com/radius-project/radius/pull/6925
* Add edge rad CLI install by @willdavsmith in https://github.com/radius-project/radius/pull/6899
* Update Release Contribution docs by @lakshmimsft in https://github.com/radius-project/radius/pull/6935
* Implement tracked resources by @rynowak in https://github.com/radius-project/radius/pull/6204
* feat: add devcontainer feature for radcli by @lechnerc77 in https://github.com/radius-project/radius/pull/6930
* fix: remove schema validation from feature release flow by @lechnerc77 in https://github.com/radius-project/radius/pull/6945
* updating plainHTTP to plainHttp by @vishwahiremat in https://github.com/radius-project/radius/pull/6943
* rewrite app connections to use getGraph API by @nithyatsu in https://github.com/radius-project/radius/pull/6938
* chore: improve setup of devconatiner for contributions by @lechnerc77 in https://github.com/radius-project/radius/pull/6954
* Updating radius.dev strings by @ytimocin in https://github.com/radius-project/radius/pull/6966
* Update devcontainer publishing path by @rynowak in https://github.com/radius-project/radius/pull/6967
* docs: update prerequiste and debug docs by @lechnerc77 in https://github.com/radius-project/radius/pull/6965
* Fix namespace in devcontainer feature publishing by @rynowak in https://github.com/radius-project/radius/pull/6970
* Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in https://github.com/radius-project/radius/pull/6971


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

@nithyatsu nithyatsu requested a review from youngbupark January 3, 2024 21:08
This reverts commit 858be41.
Copy link

github-actions bot commented Jan 3, 2024

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* Add Instructions on Running Tests to the Contributions Guide by @kachawla in https://github.com/radius-project/radius/pull/6926
* Create Release v0.28.0 by @lakshmimsft in https://github.com/radius-project/radius/pull/6929
* Remove stale devcontainer by @rynowak in https://github.com/radius-project/radius/pull/6931
* Update Release Contribution Docs by @kachawla in https://github.com/radius-project/radius/pull/6928
* Doing some updates to the magpie by @ytimocin in https://github.com/radius-project/radius/pull/6925
* Add edge rad CLI install by @willdavsmith in https://github.com/radius-project/radius/pull/6899
* Update Release Contribution docs by @lakshmimsft in https://github.com/radius-project/radius/pull/6935
* Implement tracked resources by @rynowak in https://github.com/radius-project/radius/pull/6204
* feat: add devcontainer feature for radcli by @lechnerc77 in https://github.com/radius-project/radius/pull/6930
* fix: remove schema validation from feature release flow by @lechnerc77 in https://github.com/radius-project/radius/pull/6945
* updating plainHTTP to plainHttp by @vishwahiremat in https://github.com/radius-project/radius/pull/6943
* rewrite app connections to use getGraph API by @nithyatsu in https://github.com/radius-project/radius/pull/6938
* chore: improve setup of devconatiner for contributions by @lechnerc77 in https://github.com/radius-project/radius/pull/6954
* Updating radius.dev strings by @ytimocin in https://github.com/radius-project/radius/pull/6966
* Update devcontainer publishing path by @rynowak in https://github.com/radius-project/radius/pull/6967
* docs: update prerequiste and debug docs by @lechnerc77 in https://github.com/radius-project/radius/pull/6965
* Fix namespace in devcontainer feature publishing by @rynowak in https://github.com/radius-project/radius/pull/6970
* Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in https://github.com/radius-project/radius/pull/6971


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

This reverts commit cfd1efc.
@nithyatsu nithyatsu temporarily deployed to functional-tests January 3, 2024 21:21 — with GitHub Actions Inactive
Copy link

github-actions bot commented Jan 3, 2024

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* Add Instructions on Running Tests to the Contributions Guide by @kachawla in https://github.com/radius-project/radius/pull/6926
* Create Release v0.28.0 by @lakshmimsft in https://github.com/radius-project/radius/pull/6929
* Remove stale devcontainer by @rynowak in https://github.com/radius-project/radius/pull/6931
* Update Release Contribution Docs by @kachawla in https://github.com/radius-project/radius/pull/6928
* Doing some updates to the magpie by @ytimocin in https://github.com/radius-project/radius/pull/6925
* Add edge rad CLI install by @willdavsmith in https://github.com/radius-project/radius/pull/6899
* Update Release Contribution docs by @lakshmimsft in https://github.com/radius-project/radius/pull/6935
* Implement tracked resources by @rynowak in https://github.com/radius-project/radius/pull/6204
* feat: add devcontainer feature for radcli by @lechnerc77 in https://github.com/radius-project/radius/pull/6930
* fix: remove schema validation from feature release flow by @lechnerc77 in https://github.com/radius-project/radius/pull/6945
* updating plainHTTP to plainHttp by @vishwahiremat in https://github.com/radius-project/radius/pull/6943
* rewrite app connections to use getGraph API by @nithyatsu in https://github.com/radius-project/radius/pull/6938
* chore: improve setup of devconatiner for contributions by @lechnerc77 in https://github.com/radius-project/radius/pull/6954
* Updating radius.dev strings by @ytimocin in https://github.com/radius-project/radius/pull/6966
* Update devcontainer publishing path by @rynowak in https://github.com/radius-project/radius/pull/6967
* docs: update prerequiste and debug docs by @lechnerc77 in https://github.com/radius-project/radius/pull/6965
* Fix namespace in devcontainer feature publishing by @rynowak in https://github.com/radius-project/radius/pull/6970
* Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in https://github.com/radius-project/radius/pull/6971


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

Copy link

github-actions bot commented Jan 3, 2024

65.5

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.5 %
  • main branch coverage: 65.5 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jan 3, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref e8e15e4
Unique ID 9221185df9
Image tag pr-9221185df9
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-9221185df9
  • 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-9221185df9
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-9221185df9
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-9221185df9
  • 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 msgrp functional tests...
⌛ Starting datastoresrp functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting ucp functional tests...
⌛ Starting samples functional tests...
⌛ Starting kubernetes functional tests...
⌛ Starting shared functional tests...
✅ msgrp functional tests succeeded
✅ ucp functional tests succeeded
✅ samples functional tests succeeded
✅ kubernetes functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ daprrp functional tests succeeded
✅ shared functional tests succeeded

@nithyatsu nithyatsu merged commit 01c80e8 into main Jan 3, 2024
@nithyatsu nithyatsu deleted the nithyatsu/rel-0.29-rc1 branch January 3, 2024 22:50
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.

4 participants