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

Updating versions.yaml for 0.31-rc3 #7212

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Conversation

ytimocin
Copy link
Contributor

Description

Updating versions.yaml for 0.31-rc3

Type of change

Release

Signed-off-by: ytimocin <ytimocin@microsoft.com>
@ytimocin ytimocin requested review from a team as code owners February 28, 2024 23:28
Copy link

Release Information

  • Previous version: v0.30.0
  • New version: v0.31.0-rc3

Change logs

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

## What's Changed
### ## changelog
* Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in https://github.com/radius-project/radius/pull/7095
* versions.yaml updated for release 0.30 - final release by @vinayada1 in https://github.com/radius-project/radius/pull/7103
* Run release workflow on push to release branch by @willdavsmith in https://github.com/radius-project/radius/pull/7127
* Adding GHCR login step to the long running tests by @ytimocin in https://github.com/radius-project/radius/pull/7130
* Use unique resource names in test Terraform Recipe by @kachawla in https://github.com/radius-project/radius/pull/7108
* Add GH action to close stale PRs by @kachawla in https://github.com/radius-project/radius/pull/7143
* Rename stale PRs workflow filename by @kachawla in https://github.com/radius-project/radius/pull/7152
* Update RequireResource to handle duplicate short names and proper fully qualified names (also make life a little better for windows file system contributors) by @jhandel in https://github.com/radius-project/radius/pull/7134
* Update Namespace.ValidateNamespace to add workspace to arguments by @jhandel in https://github.com/radius-project/radius/pull/7154
* Set go version to 1.21.7 by @youngbupark in https://github.com/radius-project/radius/pull/7179
* updating patch api def for applications resource by @vishwahiremat in https://github.com/radius-project/radius/pull/7182
* Adding changes to extend secret stores scope to global by @vishwahiremat in https://github.com/radius-project/radius/pull/7155
* Adding support for terraform private module source for git by @vishwahiremat in https://github.com/radius-project/radius/pull/7167
* Adding dashboard release branch creation and tag push by @willdavsmith in https://github.com/radius-project/radius/pull/7160
* Fix syntax error in release workflow  by @willdavsmith in https://github.com/radius-project/radius/pull/7200
* Add dashboard to Radius installation and rad run by @willdavsmith in https://github.com/radius-project/radius/pull/7186
* Update typespec to support all Terraform Recipe Providers and Env by @ytimocin in https://github.com/radius-project/radius/pull/7202
* Add support to set environment variables to Terraform environment by @lakshmimsft in https://github.com/radius-project/radius/pull/7192
* Add logic to build configuration for multiple Terraform providers support by @lakshmimsft in https://github.com/radius-project/radius/pull/7189
* Updating versions.yaml for 0.31-rc1 by @ytimocin in https://github.com/radius-project/radius/pull/7205
* Fix release workflow to include dashboard repo clone by @willdavsmith in https://github.com/radius-project/radius/pull/7206
* Updating versions.yaml for 0.31-rc2 by @ytimocin in https://github.com/radius-project/radius/pull/7209

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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.30.0...v0.31.0-rc3

@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 28, 2024

Radius functional test overview

🔍 Go to test action run

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

Copy link

Test Results

3 127 tests  +3 127   3 120 ✅ +3 120   3m 31s ⏱️ + 3m 31s
  261 suites +  261       7 💤 +    7 
    1 files   +    1       0 ❌ ±    0 

Results for commit b9d286e. ± Comparison against base commit 0722dc7.

Copy link

66.0

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.0 %
  • main branch coverage: 66.0 %
  • diff coverage: 0 %

The coverage result does not include the functional test coverage.

@ytimocin ytimocin merged commit fa232fb into main Feb 28, 2024
21 checks passed
@ytimocin ytimocin deleted the ytimocin/release-0.31.0-rc3 branch February 28, 2024 23:45
willdavsmith pushed a commit to willdavsmith/radius that referenced this pull request Mar 4, 2024
# Description
Updating versions.yaml for 0.31-rc3

## Type of change
Release

Signed-off-by: ytimocin <ytimocin@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.

None yet

3 participants