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 v0.36.0-rc1 #7742

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Update release version v0.36.0-rc1 #7742

merged 1 commit into from
Jul 18, 2024

Conversation

sk593
Copy link
Contributor

@sk593 sk593 commented Jul 17, 2024

Description

Update RC release 0.36

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 July 17, 2024 17:33
@sk593 sk593 temporarily deployed to functional-tests July 17, 2024 17:33 — with GitHub Actions Inactive
Copy link

Release Information

  • Previous version: v0.35.0
  • New version: v0.36.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Update release version 0.35 by @vishwahiremat in https://github.com/radius-project/radius/pull/7701
* Update wait time on postgres db in functional test by @lakshmimsft in https://github.com/radius-project/radius/pull/7707
* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7711
* Updating dependencies manually by @ytimocin in https://github.com/radius-project/radius/pull/7710
* Update link in release notes highlights by @Reshrahim in https://github.com/radius-project/radius/pull/7712
* add IRSA credential type by @nithyatsu in https://github.com/radius-project/radius/pull/7708
* Bump the all group with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/7720
* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7729
* Fix prompt text test occasional failure by @brooke-hamilton in https://github.com/radius-project/radius/pull/7722
* Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/7734
* Add secret support to Terraform Providers (backend updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7695
* Fix broken link in contributing docs by @willdavsmith in https://github.com/radius-project/radius/pull/7736
* Bump the all group with 9 updates by @dependabot in https://github.com/radius-project/radius/pull/7737
* implement controllers for AWS IRSA by @nithyatsu in https://github.com/radius-project/radius/pull/7739

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

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jul 17, 2024

Radius functional test overview

🔍 Go to test action run

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

Copy link

github-actions bot commented Jul 17, 2024

Unit Tests

3 275 tests  ±0   3 269 ✅ ±0   3m 55s ⏱️ -11s
  261 suites ±0       6 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit d55e0bf. ± Comparison against base commit faa6d3d.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 61.13%. Comparing base (faa6d3d) to head (d55e0bf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7742      +/-   ##
==========================================
- Coverage   61.14%   61.13%   -0.01%     
==========================================
  Files         520      520              
  Lines       27190    27190              
==========================================
- Hits        16624    16622       -2     
- Misses       9101     9102       +1     
- Partials     1465     1466       +1     

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

@sk593 sk593 force-pushed the release-v0.36-rc1 branch from f769d1e to d55e0bf Compare July 18, 2024 18:51
@sk593 sk593 temporarily deployed to functional-tests July 18, 2024 18:51 — with GitHub Actions Inactive
Copy link

Release Information

  • Previous version: v0.35.0
  • New version: v0.36.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Update release version 0.35 by @vishwahiremat in https://github.com/radius-project/radius/pull/7701
* Update wait time on postgres db in functional test by @lakshmimsft in https://github.com/radius-project/radius/pull/7707
* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7711
* Updating dependencies manually by @ytimocin in https://github.com/radius-project/radius/pull/7710
* Update link in release notes highlights by @Reshrahim in https://github.com/radius-project/radius/pull/7712
* add IRSA credential type by @nithyatsu in https://github.com/radius-project/radius/pull/7708
* Bump the all group with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/7720
* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7729
* Fix prompt text test occasional failure by @brooke-hamilton in https://github.com/radius-project/radius/pull/7722
* Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/7734
* Add secret support to Terraform Providers (backend updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7695
* Fix broken link in contributing docs by @willdavsmith in https://github.com/radius-project/radius/pull/7736
* Bump the all group with 9 updates by @dependabot in https://github.com/radius-project/radius/pull/7737
* implement controllers for AWS IRSA by @nithyatsu in https://github.com/radius-project/radius/pull/7739
* Add datamodel changes for secret support to Terraform Providers  by @lakshmimsft in https://github.com/radius-project/radius/pull/7731

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

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

@radius-functional-tests
Copy link

radius-functional-tests bot commented Jul 18, 2024

Radius functional test overview

🔍 Go to test action run

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

@sk593 sk593 merged commit 2a4effe into main Jul 18, 2024
21 checks passed
@sk593 sk593 deleted the release-v0.36-rc1 branch July 18, 2024 20:01
superbeeny pushed a commit to superbeeny/radius that referenced this pull request Jul 19, 2024
# Description

Update RC release 0.36

## 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 <[email protected]>
sk593 added a commit that referenced this pull request Jul 22, 2024
# Description

Update RC release 0.36

## 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 <[email protected]>
superbeeny pushed a commit to superbeeny/radius that referenced this pull request Aug 14, 2024
Update RC release 0.36

<!--

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 <[email protected]>
superbeeny pushed a commit to superbeeny/radius that referenced this pull request Aug 14, 2024
Update RC release 0.36

<!--

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 <[email protected]>
superbeeny pushed a commit to superbeeny/radius that referenced this pull request Aug 19, 2024
Update RC release 0.36

<!--

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 <[email protected]>
Reshrahim pushed a commit to Reshrahim/radius that referenced this pull request Aug 27, 2024
# Description

Update RC release 0.36

## 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 <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
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