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

Update release version 0.34 #7633

Merged
merged 8 commits into from
May 24, 2024
Merged

Update release version 0.34 #7633

merged 8 commits into from
May 24, 2024

Conversation

sk593
Copy link
Contributor

@sk593 sk593 commented May 23, 2024

Description

Update release version 0.34

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

@sk593 sk593 requested review from a team as code owners May 23, 2024 21:57
Copy link

github-actions bot commented May 23, 2024

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

⚠️ Missing release note ⚠️

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

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

@sk593 sk593 temporarily deployed to functional-tests May 23, 2024 22:03 — with GitHub Actions Inactive
Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0


## Highlights

<!-- TALK TO THE PM TEAM ABOUT WHAT HIGHLIGHTS TO ADD HERE -->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Need input on the highlights section cc/ @willtsai @Reshrahim @jasonviviano

Copy link

github-actions bot commented May 23, 2024

Unit Tests

3 194 tests  ±0   3 188 ✅ ±0   3m 58s ⏱️ +4s
  259 suites ±0       6 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit ad63a3d. ± Comparison against base commit 950a256.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.04%. Comparing base (950a256) to head (ad63a3d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7633      +/-   ##
==========================================
- Coverage   61.07%   61.04%   -0.04%     
==========================================
  Files         517      517              
  Lines       26556    26556              
==========================================
- Hits        16220    16210      -10     
- Misses       8915     8920       +5     
- Partials     1421     1426       +5     

☔ 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 May 23, 2024

Radius functional test overview

🔍 Go to test action run

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

ytimocin
ytimocin previously approved these changes May 23, 2024
Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented May 24, 2024

Radius functional test overview

🔍 Go to test action run

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

Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

willtsai
willtsai previously approved these changes May 24, 2024
@radius-functional-tests
Copy link

radius-functional-tests bot commented May 24, 2024

Radius functional test overview

🔍 Go to test action run

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

nithyatsu
nithyatsu previously approved these changes May 24, 2024
@sk593 sk593 dismissed stale reviews from nithyatsu and willtsai via e7d3d58 May 24, 2024 19:44
Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

sk593 and others added 8 commits May 24, 2024 12:44
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Co-authored-by: Karishma Chawla <kachawla@microsoft.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
Copy link

Release Information

  • Previous version: v0.33.0
  • New version: v0.34.0

Change logs

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

## What's Changed
### ## changelog
* Update build workflows to allow manual runs  by @sk593 in https://github.com/radius-project/radius/pull/7523
* Update to final release version v0.33.0, release notes by @lakshmimsft in https://github.com/radius-project/radius/pull/7537
* update gh to ado sync workflow to use service principals by @willtsai in https://github.com/radius-project/radius/pull/7536
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7545
* Update long running test workflow to use GH token for terraform private registry by @sk593 in https://github.com/radius-project/radius/pull/7553
* remove connections as alias by @nithyatsu in https://github.com/radius-project/radius/pull/7531
* Upgrade controller-gen to 0.15.0 by @youngbupark in https://github.com/radius-project/radius/pull/7556
* Update Release instructions (minor updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7552
* Fixes #7561 - adding side effect import of kubernetes auth plugins. by @superbeeny in https://github.com/radius-project/radius/pull/7562
* Upgrade go to 1.22.2 by @youngbupark in https://github.com/radius-project/radius/pull/7559
* Update tests to pull test images from ghcr instead of docker by @lakshmimsft in https://github.com/radius-project/radius/pull/7530
* PR - Migrate golang/mock to uber-go/mock by @gpltaylor in https://github.com/radius-project/radius/pull/7566
* Redesign plane resource types by @rynowak in https://github.com/radius-project/radius/pull/7499
* Update purge test resources (both azure and aws) workflows by @ytimocin in https://github.com/radius-project/radius/pull/7551
* Adding missing parts to the purge workflows by @ytimocin in https://github.com/radius-project/radius/pull/7571
* Updating Purge AWS Test Resources workflow by @ytimocin in https://github.com/radius-project/radius/pull/7581
* Update bubbletea version and the unit test by @ytimocin in https://github.com/radius-project/radius/pull/7526
* Bump the all group across 1 directory with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/7591
* Bump the all group across 1 directory with 4 updates by @dependabot in https://github.com/radius-project/radius/pull/7587
* Update CLI client code and add tests by @rynowak in https://github.com/radius-project/radius/pull/7594
* add functional test results to artifacts by @nithyatsu in https://github.com/radius-project/radius/pull/7583
* Stern - maxLogRequests option update by @ytimocin in https://github.com/radius-project/radius/pull/7578
* Bump the all group with 16 updates by @dependabot in https://github.com/radius-project/radius/pull/7615
* fix for purge old container by @nithyatsu in https://github.com/radius-project/radius/pull/7616
* fix: close file by @testwill in https://github.com/radius-project/radius/pull/7608
* Update Terraform recipe download error to include module version by @kachawla in https://github.com/radius-project/radius/pull/7620
* fix for rad init cannot work from folders with uppercase  by @nithyatsu in https://github.com/radius-project/radius/pull/7617
* Add required_providers block to main.tf.config, functional test for Terraform Provider by @lakshmimsft in https://github.com/radius-project/radius/pull/7364
* Update kubebuilder to the latest working version by @sk593 in https://github.com/radius-project/radius/pull/7629
* Release 0.34.0-rc1: Update release version with RC1 by @sk593 in https://github.com/radius-project/radius/pull/7628

## New Contributors
* @superbeeny made their first contribution in https://github.com/radius-project/radius/pull/7562
* @testwill made their first contribution in https://github.com/radius-project/radius/pull/7608

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.33.0...v0.34.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented May 24, 2024

Radius functional test overview

🔍 Go to test action run

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

@sk593 sk593 merged commit 1376150 into main May 24, 2024
21 checks passed
@sk593 sk593 deleted the shruku/release-0.34 branch May 24, 2024 19:59
sk593 added a commit that referenced this pull request May 24, 2024
# Description

Update release version 0.34

## 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

---------

Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
Co-authored-by: Karishma Chawla <kachawla@microsoft.com>
(cherry picked from commit 1376150)
sk593 added a commit that referenced this pull request May 24, 2024
# Description

Update release version 0.34

## 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

---------

Signed-off-by: sk593 <shruthikumar@microsoft.com>
Signed-off-by: Shruthi Kumar <shruthikumar2401@gmail.com>
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Reshma Abdul Rahim
<61033581+Reshrahim@users.noreply.github.com>
Co-authored-by: Karishma Chawla <kachawla@microsoft.com>
(cherry picked from commit 1376150)

# Description

_Please explain the changes you've made._

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

6 participants