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 v0.40.0-rc1 #8039

Merged
merged 2 commits into from
Nov 7, 2024
Merged

Release v0.40.0-rc1 #8039

merged 2 commits into from
Nov 7, 2024

Conversation

willdavsmith
Copy link
Contributor

@willdavsmith willdavsmith commented Nov 6, 2024

Description

  • Release v0.40.0-rc1

Type of change

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

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.
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers.
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

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

github-actions bot commented Nov 6, 2024

Release Information

  • Previous version: v0.39.0
  • New version: v0.40.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Skipping one of the text prompt tests by @ytimocin in https://github.com/radius-project/radius/pull/7985
* Release v0.39.0 by @kachawla in https://github.com/radius-project/radius/pull/7987
* Updating dependencies in hack/bicep-types-radius folder by @ytimocin in https://github.com/radius-project/radius/pull/7984
* Updating typespec version and tsp files by @ytimocin in https://github.com/radius-project/radius/pull/7939
* Reduce logging of HTTP status codes by @rynowak in https://github.com/radius-project/radius/pull/7993
* Cleanup SQL databases tests  by @sk593 in https://github.com/radius-project/radius/pull/7974
* Remove datastoresrp-cloud tests by @sk593 in https://github.com/radius-project/radius/pull/8000
* Updated command instructions with examples for rad_install_kubernetes.md page by @ckansara16 in https://github.com/radius-project/radius/pull/7988
* Adding prettier command and running it for the first time by @ytimocin in https://github.com/radius-project/radius/pull/7893
* create CODEOWNERS by @willtsai in https://github.com/radius-project/radius/pull/8004
* Bump the all group across 1 directory with 27 updates by @dependabot in https://github.com/radius-project/radius/pull/8005
* Bump bicep-types from `96b34cb` to `bd917de` by @dependabot in https://github.com/radius-project/radius/pull/7991
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.183.0 to 1.184.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8007
* Functional test with cloud workflow logging update by @brooke-hamilton in https://github.com/radius-project/radius/pull/8008
* Updating the directory for the devcontainer in dependabot.yml by @ytimocin in https://github.com/radius-project/radius/pull/8009
* Bump github.com/fatih/color from 1.17.0 to 1.18.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8011
* Bump bicep-types from `bd917de` to `0fdd291` by @dependabot in https://github.com/radius-project/radius/pull/8010
* Cleanup bicepconfig by @sk593 in https://github.com/radius-project/radius/pull/8012
* Update document for troubleshooting error by @lakshmimsft in https://github.com/radius-project/radius/pull/8015
* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/8018
* Setting cli prompt width to the user's terminal width by @vishwahiremat in https://github.com/radius-project/radius/pull/8016
* Add *.tgz to .gitignore by @rynowak in https://github.com/radius-project/radius/pull/8020
* Bump bicep-types from `0fdd291` to `f023785` by @dependabot in https://github.com/radius-project/radius/pull/8017
* Bump bicep-types from `f023785` to `3449fe6` by @dependabot in https://github.com/radius-project/radius/pull/8025
* Pin dependencies for typespec compilation by @rynowak in https://github.com/radius-project/radius/pull/8019
* Add inmemory secret store by @rynowak in https://github.com/radius-project/radius/pull/8030
* Update publish bicep step to run on environment  by @sk593 in https://github.com/radius-project/radius/pull/8026
* Add dynamic-rp boilerplate by @rynowak in https://github.com/radius-project/radius/pull/8029
* Fix install step in functional test workflow by @rynowak in https://github.com/radius-project/radius/pull/8036
* Make main() code consistent by @rynowak in https://github.com/radius-project/radius/pull/8034

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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.39.0...v0.40.0-rc1

Copy link

github-actions bot commented Nov 6, 2024

Unit Tests

3 491 tests  ±0   3 483 ✅ ±0   5m 20s ⏱️ +3s
  275 suites ±0       8 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit f23c230. ± Comparison against base commit 91b4e16.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.07%. Comparing base (91b4e16) to head (f23c230).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8039      +/-   ##
==========================================
- Coverage   59.09%   59.07%   -0.02%     
==========================================
  Files         567      567              
  Lines       37726    37726              
==========================================
- Hits        22293    22287       -6     
- Misses      13885    13889       +4     
- Partials     1548     1550       +2     

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 6, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 1a6a287
Unique ID funcbe90898d6d
Image tag pr-funcbe90898d6d
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • 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-funcbe90898d6d
  • 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-funcbe90898d6d
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcbe90898d6d
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcbe90898d6d
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcbe90898d6d
  • 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
❌ Test tool installation for corerp-cloud failed. Please check the logs for more details
❌ Failed to install Radius for corerp-cloud functional test. Please check the logs for more details
❌ corerp-cloud functional test failed. Please check the logs for more details

Copy link

github-actions bot commented Nov 7, 2024

Release Information

  • Previous version: v0.39.0
  • New version: v0.40.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Skipping one of the text prompt tests by @ytimocin in https://github.com/radius-project/radius/pull/7985
* Release v0.39.0 by @kachawla in https://github.com/radius-project/radius/pull/7987
* Updating dependencies in hack/bicep-types-radius folder by @ytimocin in https://github.com/radius-project/radius/pull/7984
* Updating typespec version and tsp files by @ytimocin in https://github.com/radius-project/radius/pull/7939
* Reduce logging of HTTP status codes by @rynowak in https://github.com/radius-project/radius/pull/7993
* Cleanup SQL databases tests  by @sk593 in https://github.com/radius-project/radius/pull/7974
* Remove datastoresrp-cloud tests by @sk593 in https://github.com/radius-project/radius/pull/8000
* Updated command instructions with examples for rad_install_kubernetes.md page by @ckansara16 in https://github.com/radius-project/radius/pull/7988
* Adding prettier command and running it for the first time by @ytimocin in https://github.com/radius-project/radius/pull/7893
* create CODEOWNERS by @willtsai in https://github.com/radius-project/radius/pull/8004
* Bump the all group across 1 directory with 27 updates by @dependabot in https://github.com/radius-project/radius/pull/8005
* Bump bicep-types from `96b34cb` to `bd917de` by @dependabot in https://github.com/radius-project/radius/pull/7991
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.183.0 to 1.184.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8007
* Functional test with cloud workflow logging update by @brooke-hamilton in https://github.com/radius-project/radius/pull/8008
* Updating the directory for the devcontainer in dependabot.yml by @ytimocin in https://github.com/radius-project/radius/pull/8009
* Bump github.com/fatih/color from 1.17.0 to 1.18.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8011
* Bump bicep-types from `bd917de` to `0fdd291` by @dependabot in https://github.com/radius-project/radius/pull/8010
* Cleanup bicepconfig by @sk593 in https://github.com/radius-project/radius/pull/8012
* Update document for troubleshooting error by @lakshmimsft in https://github.com/radius-project/radius/pull/8015
* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/8018
* Setting cli prompt width to the user's terminal width by @vishwahiremat in https://github.com/radius-project/radius/pull/8016
* Add *.tgz to .gitignore by @rynowak in https://github.com/radius-project/radius/pull/8020
* Bump bicep-types from `0fdd291` to `f023785` by @dependabot in https://github.com/radius-project/radius/pull/8017
* Bump bicep-types from `f023785` to `3449fe6` by @dependabot in https://github.com/radius-project/radius/pull/8025
* Pin dependencies for typespec compilation by @rynowak in https://github.com/radius-project/radius/pull/8019
* Add inmemory secret store by @rynowak in https://github.com/radius-project/radius/pull/8030
* Update publish bicep step to run on environment  by @sk593 in https://github.com/radius-project/radius/pull/8026
* Add dynamic-rp boilerplate by @rynowak in https://github.com/radius-project/radius/pull/8029
* Fix install step in functional test workflow by @rynowak in https://github.com/radius-project/radius/pull/8036
* Make main() code consistent by @rynowak in https://github.com/radius-project/radius/pull/8034
* Bump the all group across 1 directory with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/8037

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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.39.0...v0.40.0-rc1

@radius-functional-tests
Copy link

radius-functional-tests bot commented Nov 7, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref f23c230
Unique ID func32b66dbf0b
Image tag pr-func32b66dbf0b
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • 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-func32b66dbf0b
  • 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-func32b66dbf0b
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func32b66dbf0b
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func32b66dbf0b
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func32b66dbf0b
  • 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

@willdavsmith willdavsmith merged commit f2bb5da into main Nov 7, 2024
34 checks passed
@willdavsmith willdavsmith deleted the willdavsmith/release-v0.40.0-rc1 branch November 7, 2024 18:34
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.

3 participants