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.35 (#7701) #7706

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

vishwahiremat
Copy link
Contributor

Description

Update release version 0.35

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


Signed-off-by: Vishwanath Hiremath vhiremath@microsoft.com
(cherry picked from commit d7031e2)

Description

Please explain the changes you've made.

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

# 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: Vishwanath Hiremath <vhiremath@microsoft.com>
(cherry picked from commit d7031e2)
@vishwahiremat vishwahiremat requested review from a team as code owners June 21, 2024 19:44
@vishwahiremat vishwahiremat changed the base branch from main to release/0.35 June 21, 2024 19:44
Copy link

Release Information

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

Change logs

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

## What's Changed
### ## changelog
* Update release version 0.34 by @sk593 in https://github.com/radius-project/radius/pull/7633
* Bump the all group with 22 updates by @dependabot in https://github.com/radius-project/radius/pull/7635
* Update autorest related dependencies by @ytimocin in https://github.com/radius-project/radius/pull/7636
* Update purge workflow with manual trigger by @sk593 in https://github.com/radius-project/radius/pull/7622
* Revert "Update kubebuilder to the latest working version" by @sk593 in https://github.com/radius-project/radius/pull/7632
* Update CNCF sandbox acceptance in README.md  by @Reshrahim in https://github.com/radius-project/radius/pull/7639
* Update documentation on guideline for test images to be added to/pulled from ghcr by @lakshmimsft in https://github.com/radius-project/radius/pull/7619
* Fixing flaky config unit test by @ytimocin in https://github.com/radius-project/radius/pull/7649
* Update purge workflow_dispatch logic by @sk593 in https://github.com/radius-project/radius/pull/7646
* Fix purge workflow by @sk593 in https://github.com/radius-project/radius/pull/7653
* Adding support for terraform nested modules by @vishwahiremat in https://github.com/radius-project/radius/pull/7519
* Update release docs by @sk593 in https://github.com/radius-project/radius/pull/7642
* Update instructions to publish bicep extension by @kachawla in https://github.com/radius-project/radius/pull/7579
* Bump the all group with 7 updates by @dependabot in https://github.com/radius-project/radius/pull/7656
* Fix for flaky unit test by @lakshmimsft in https://github.com/radius-project/radius/pull/7654
* Adding EnableWebsockets property to the gateway by @ytimocin in https://github.com/radius-project/radius/pull/7643
* fixes #7592 - adding typed to mockgen by @superbeeny in https://github.com/radius-project/radius/pull/7647
* Show correct environment and application for delete commands by @rynowak in https://github.com/radius-project/radius/pull/7669
* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/7671
* Remove extra files in TF recipe using azurerm by @lakshmimsft in https://github.com/radius-project/radius/pull/7672
* Add upmerge instructions to release instructions by @willtsai in https://github.com/radius-project/radius/pull/7675
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/7679
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/7678
* Adding TypeSpec check to Lint workflow and running the TypeSpec format by @ytimocin in https://github.com/radius-project/radius/pull/7674
* Adding the step to delete the created Azure resource group to the functional test workflow by @ytimocin in https://github.com/radius-project/radius/pull/7683
* Bump the all group with 11 updates by @dependabot in https://github.com/radius-project/radius/pull/7689
* Bump mikefarah/yq from 4.44.1 to 4.44.2 in the all group by @dependabot in https://github.com/radius-project/radius/pull/7690
* Switch Radius Helm chart pull from ACR to GHCR by @willdavsmith in https://github.com/radius-project/radius/pull/7455
* Rename misspelled field by @rynowak in https://github.com/radius-project/radius/pull/7692
* Add Azure Workload Identity support by @willdavsmith in https://github.com/radius-project/radius/pull/7640
* Fix UCP test by @willdavsmith in https://github.com/radius-project/radius/pull/7694
* Fixing containerd should be direct warning by running go mod tidy by @ytimocin in https://github.com/radius-project/radius/pull/7696
* Adding a test for annotations and labels to the existing k8s extensibility functional test by @ytimocin in https://github.com/radius-project/radius/pull/7697
* Release 0.35.0-rc1: Update release version with RC1 by @vishwahiremat in https://github.com/radius-project/radius/pull/7698
* Update release version 0.35 by @vishwahiremat in https://github.com/radius-project/radius/pull/7701


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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jun 21, 2024

Radius functional test overview

🔍 Go to test action run

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

Copy link

Unit Tests

3 218 tests  ±0   3 212 ✅ ±0   4m 0s ⏱️ +7s
  261 suites ±0       6 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit 0884637. ± Comparison against base commit d7031e2.

Copy link

codecov bot commented Jun 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.00%. Comparing base (0b6ecc0) to head (0884637).

Additional details and impacted files
@@               Coverage Diff                @@
##           release/0.35    #7706      +/-   ##
================================================
- Coverage         61.01%   61.00%   -0.01%     
================================================
  Files               520      520              
  Lines             27010    27010              
================================================
- Hits              16480    16478       -2     
- Misses             9079     9080       +1     
- Partials           1451     1452       +1     

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

@vishwahiremat vishwahiremat merged commit 87a7d58 into release/0.35 Jun 21, 2024
21 checks passed
@vishwahiremat vishwahiremat deleted the vishwahiremat/release-branch-0.35 branch June 21, 2024 20:04
Reshrahim pushed a commit to Reshrahim/radius that referenced this pull request Aug 27, 2024
# Description

Update release version 0.35

## 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: Vishwanath Hiremath <vhiremath@microsoft.com>
(cherry picked from commit d7031e2)

# 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
Signed-off-by: Reshma Abdul Rahim <reshmarahim.abdul@microsoft.com>
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