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

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Release 0.26.1 #6460

merged 1 commit into from
Oct 12, 2023

Conversation

sk593
Copy link
Contributor

@sk593 sk593 commented Oct 12, 2023

Description

Patching release 0.26.1

Type of change

  • This pull request fixes a bug in Radius and has an approved issue (issue link required).
  • This pull request adds or changes features of Radius and has an approved issue (issue link required).
  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

Fixes: #issue_number

Auto-generated summary

🤖 Generated by Copilot at 512c050

Summary

⬆️🐛✨

Updated the 0.26 channel to use the latest release of radius (v0.26.1) that includes bug fixes and new features.

0.26 channel
updated to latest release
bugs fixed, features added

Walkthrough

  • Update supported version for 0.26 channel to v0.26.1 (link)

@sk593 sk593 requested review from a team as code owners October 12, 2023 18:12
@github-actions
Copy link

github-actions bot commented Oct 12, 2023

Release Information

  • Previous version: v0.26.0
  • New version: v0.26.1

Change logs

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

## What's Changed
### ## changelog
* Mock env to deploy without actually creating resources by @vinayada1 in https://github.com/radius-project/radius/pull/6424
* Release 0.26.0 by @sk593 in https://github.com/radius-project/radius/pull/6458


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.26.0...v0.26.1

⚠️ Missing release note ⚠️

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

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

@github-actions
Copy link

github-actions bot commented Oct 12, 2023

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref refs/pull/6460/merge
Unique ID 8fcfd3fe22
Image tag pr-8fcfd3fe22
Click here to see the list of tools in the current test run
  • gotestsum 1.10.0
  • KinD: v0.20.0
  • Dapr: 1.11.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.1.0
  • Bicep recipe location radiusdev.azurecr.io/test/functional/shared/recipes/<name>:pr-8fcfd3fe22
  • 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-8fcfd3fe22
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-8fcfd3fe22
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-8fcfd3fe22
  • deployment-engine test image location: radius.azurecr.io/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 shared functional tests...
⌛ Starting samples functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting daprrp functional tests...
❌ Test tool installation for ucp failed. Please check the logs for more details
❌ Failed to install Radius for ucp functional test. Please check the logs for more details
❌ ucp functional test failed. Please check the logs for more details
⌛ Starting shared functional tests...
⌛ Starting samples functional tests...
⌛ Starting daprrp functional tests...
⌛ Starting msgrp functional tests...
⌛ Starting ucp functional tests...
⌛ Starting datastoresrp functional tests...
✅ samples functional tests succeeded
✅ datastoresrp functional tests succeeded
✅ ucp functional tests succeeded
✅ msgrp functional tests succeeded
✅ daprrp functional tests succeeded
✅ shared functional tests succeeded

@github-actions
Copy link

Test Results

3 006 tests  ±0   2 997 ✔️ ±0   2m 51s ⏱️ +27s
   256 suites ±0          9 💤 ±0 
       1 files   ±0          0 ±0 

Results for commit 512c050. ± Comparison against base commit 90bfa2a.

This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
github.com/radius-project/radius/pkg/armrpc/frontend/controller ‑ TestValidateEtag_IfMatch/ffb074c6-7c37-41a9-80b0-5c3ccfb068ca
github.com/radius-project/radius/pkg/armrpc/frontend/controller ‑ TestValidateEtag_IfMatch/ffb074c6-7c37-41a9-80b0-5c3ccfb068ca#01
github.com/radius-project/radius/pkg/armrpc/frontend/controller ‑ TestValidateEtag_IfMatch/262d7bc3-bd68-4c49-a749-2895c6e133cd
github.com/radius-project/radius/pkg/armrpc/frontend/controller ‑ TestValidateEtag_IfMatch/262d7bc3-bd68-4c49-a749-2895c6e133cd#01

@github-actions
Copy link

66.5

For the detailed report, please go to Checks tab, click Build and Test, and then download unit_test_coverage artifact at the bottom of build page.

  • Your PR branch coverage: 66.5 %
  • main branch coverage: 66.5 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

@sk593 sk593 merged commit 5756b33 into main Oct 12, 2023
28 of 29 checks passed
@sk593 sk593 deleted the shruku/release-0.26.1 branch October 12, 2023 18:42
sk593 added a commit that referenced this pull request Oct 12, 2023
# Description

Patching release 0.26.1

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

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at 512c050</samp>

### Summary
:arrow_up::bug::sparkles:

<!--
1. :arrow_up: This emoji indicates that the version was increased or
upgraded.
2.  :bug: This emoji indicates that some bugs were fixed or resolved.
3. :sparkles: This emoji indicates that some features were added or
enhanced.
-->
Updated the 0.26 channel to use the latest release of `radius`
(`v0.26.1`) that includes bug fixes and new features.

> _`0.26` channel_
> _updated to latest release_
> _bugs fixed, features added_

### Walkthrough
* Update supported version for 0.26 channel to v0.26.1
([link](https://github.com/radius-project/radius/pull/6460/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3))

(cherry picked from commit 5756b33)
sk593 added a commit that referenced this pull request Oct 12, 2023
# Description

Patching release 0.26.1

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

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR -->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at 512c050</samp>

### Summary
:arrow_up::bug::sparkles:

<!--
1. :arrow_up: This emoji indicates that the version was increased or
upgraded.
2.  :bug: This emoji indicates that some bugs were fixed or resolved.
3. :sparkles: This emoji indicates that some features were added or
enhanced.
-->
Updated the 0.26 channel to use the latest release of `radius`
(`v0.26.1`) that includes bug fixes and new features.

> _`0.26` channel_
> _updated to latest release_
> _bugs fixed, features added_

### Walkthrough
* Update supported version for 0.26 channel to v0.26.1
([link](https://github.com/radius-project/radius/pull/6460/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3))

(cherry picked from commit 5756b33)

# 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

## Auto-generated summary

<!--
GitHub Copilot for docs will auto-generate a summary of the PR
-->

<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at 5df647c</samp>

### Summary
🆙🐛✨

<!--
1. 🆙 - This emoji can be used to indicate that the version was upgraded
or increased.
2. 🐛 - This emoji can be used to indicate that some bugs were fixed or
resolved.
3. ✨ - This emoji can be used to indicate that some features were added
or enhanced.
-->
Update the supported version for the 0.26 channel in `versions.yaml` to
v0.26.1, which includes bug fixes and new features for the radius
project.

> _`0.26` channel_
> _Updated to latest release_
> _Bugs fixed, features bloom_

### Walkthrough
* Update the supported version for the 0.26 channel to v0.26.1
([link](https://github.com/radius-project/radius/pull/6462/files?diff=unified&w=0#diff-1c4cd801df522f4a92edbfb0fea95364ed074a391ea47c284ddc078f512f7b6aL3-R3))
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