You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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).
Update versions.yaml with the latest release candidate for radius 0.26. This allows users to install and test the new features and bug fixes in the radius CLI tool.
versions.yaml changed New release candidate added CLI tool rejoices
Walkthrough
Add a new entry for radius 0.26 release candidate to versions.yaml (link)
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### ## changelog
* Add new release documentation and release verification workflow by @willdavsmith in https://github.com/radius-project/radius/pull/6113
* Release v0.25.0 by @kachawla in https://github.com/radius-project/radius/pull/6270
* Add code review documentation by @rynowak in https://github.com/radius-project/radius/pull/6250
* Update release verification workflow by @willdavsmith in https://github.com/radius-project/radius/pull/6268
* add recipe failure error message by @nithyatsu in https://github.com/radius-project/radius/pull/6276
* Update Release Verification Workflow Link by @kachawla in https://github.com/radius-project/radius/pull/6272
* Update error message for missing application by @AaronCrawfis in https://github.com/radius-project/radius/pull/6281
* Removing TF secret prefix by @sk593 in https://github.com/radius-project/radius/pull/6273
* Refactoring unmarshal time string by @sk593 in https://github.com/radius-project/radius/pull/6330
* Fix flaky test: Test_Render_Multiple_Routes by @willdavsmith in https://github.com/radius-project/radius/pull/6333
* Update apiversion to 2023-10-01-preview by @vinayada1 in https://github.com/radius-project/radius/pull/6332
* Update codeowners by @AaronCrawfis in https://github.com/radius-project/radius/pull/6117
* Fixing CodeQL Warnings by @ytimocin in https://github.com/radius-project/radius/pull/6277
* Update check for application in manual processing of Dapr Components by @lakshmimsft in https://github.com/radius-project/radius/pull/6282
* Remove temp change to not run samples tests due to dependency on updated API version by @vinayada1 in https://github.com/radius-project/radius/pull/6347
* Add AWS creation timestamp to test resources by @willdavsmith in https://github.com/radius-project/radius/pull/6262
* Switch Bicep Recipe deletion logic from sequential to parallel and add retries by @willdavsmith in https://github.com/radius-project/radius/pull/6256
* Increase timeouts for DatastoresRP resources by @willdavsmith in https://github.com/radius-project/radius/pull/6348
* `rad deploy`: remove environment validation if `--environment` is not set by @willdavsmith in https://github.com/radius-project/radius/pull/6351
* Fix 500 panic when generated Kubernetes namespace is too long by @willdavsmith in https://github.com/radius-project/radius/pull/6349
* Add `--runtime-version` to functional test Dapr install by @willdavsmith in https://github.com/radius-project/radius/pull/6278
* Add triage process document by @nicolejms in https://github.com/radius-project/radius/pull/6274
* Moving constants for resourcetypes defined in portableresources package to their respective packages by @lakshmimsft in https://github.com/radius-project/radius/pull/6343
* Replace `radius.dev` and some instances of `radapp.dev` with `radapp.io` by @willdavsmith in https://github.com/radius-project/radius/pull/6357
* Add Kubernetes controller plumbing by @rynowak in https://github.com/radius-project/radius/pull/6418
* Updates to the generic resource client by @rynowak in https://github.com/radius-project/radius/pull/6421
* Add 'manual' provisioning to containers by @rynowak in https://github.com/radius-project/radius/pull/6423
* Adding ApplicationGraphResource model API TypeSpec by @nithyatsu in https://github.com/radius-project/radius/pull/6425
* Add queuemessages to ucp rbac by @vinayada1 in https://github.com/radius-project/radius/pull/6427
* Fix `rad group show` and `rad group list` by @AaronCrawfis in https://github.com/radius-project/radius/pull/6252
* Increase `maxOperationConcurrency`: 3 -> 10 by @willdavsmith in https://github.com/radius-project/radius/pull/6433
* Skip Terraform recipe deletion if Terraform state backend does not exist by @kachawla in https://github.com/radius-project/radius/pull/6437
* Add recipe controller by @rynowak in https://github.com/radius-project/radius/pull/6438
* Populate terraform resource ids to recipe response by @vishwahiremat in https://github.com/radius-project/radius/pull/6430
* Update GitHub SUPPORT.md to point to Radius Discord server by @jonvsm in https://github.com/radius-project/radius/pull/6435
* Update `rad bicep` to pull binaries from GHCR by @sk593 in https://github.com/radius-project/radius/pull/6426
* Update path to app.bicep in tutorial_test.go by @lakshmimsft in https://github.com/radius-project/radius/pull/6449
* Fix rad recipe show example by @kachawla in https://github.com/radius-project/radius/pull/6453
## New Contributors
* @nicolejms made their first contribution in https://github.com/radius-project/radius/pull/6274
* @jonvsm made their first contribution in https://github.com/radius-project/radius/pull/6435
**Full Changelog**: https://github.com/radius-project/radius/compare/v0.25.0...v0.26.0-rc1
<!-- Release notes generated using configuration in .github/release.yml at main -->
## What's Changed
### ## changelog
* Add new release documentation and release verification workflow by @willdavsmith in https://github.com/radius-project/radius/pull/6113
* Release v0.25.0 by @kachawla in https://github.com/radius-project/radius/pull/6270
* Add code review documentation by @rynowak in https://github.com/radius-project/radius/pull/6250
* Update release verification workflow by @willdavsmith in https://github.com/radius-project/radius/pull/6268
* add recipe failure error message by @nithyatsu in https://github.com/radius-project/radius/pull/6276
* Update Release Verification Workflow Link by @kachawla in https://github.com/radius-project/radius/pull/6272
* Update error message for missing application by @AaronCrawfis in https://github.com/radius-project/radius/pull/6281
* Removing TF secret prefix by @sk593 in https://github.com/radius-project/radius/pull/6273
* Refactoring unmarshal time string by @sk593 in https://github.com/radius-project/radius/pull/6330
* Fix flaky test: Test_Render_Multiple_Routes by @willdavsmith in https://github.com/radius-project/radius/pull/6333
* Update apiversion to 2023-10-01-preview by @vinayada1 in https://github.com/radius-project/radius/pull/6332
* Update codeowners by @AaronCrawfis in https://github.com/radius-project/radius/pull/6117
* Fixing CodeQL Warnings by @ytimocin in https://github.com/radius-project/radius/pull/6277
* Update check for application in manual processing of Dapr Components by @lakshmimsft in https://github.com/radius-project/radius/pull/6282
* Remove temp change to not run samples tests due to dependency on updated API version by @vinayada1 in https://github.com/radius-project/radius/pull/6347
* Add AWS creation timestamp to test resources by @willdavsmith in https://github.com/radius-project/radius/pull/6262
* Switch Bicep Recipe deletion logic from sequential to parallel and add retries by @willdavsmith in https://github.com/radius-project/radius/pull/6256
* Increase timeouts for DatastoresRP resources by @willdavsmith in https://github.com/radius-project/radius/pull/6348
* `rad deploy`: remove environment validation if `--environment` is not set by @willdavsmith in https://github.com/radius-project/radius/pull/6351
* Fix 500 panic when generated Kubernetes namespace is too long by @willdavsmith in https://github.com/radius-project/radius/pull/6349
* Add `--runtime-version` to functional test Dapr install by @willdavsmith in https://github.com/radius-project/radius/pull/6278
* Add triage process document by @nicolejms in https://github.com/radius-project/radius/pull/6274
* Moving constants for resourcetypes defined in portableresources package to their respective packages by @lakshmimsft in https://github.com/radius-project/radius/pull/6343
* Replace `radius.dev` and some instances of `radapp.dev` with `radapp.io` by @willdavsmith in https://github.com/radius-project/radius/pull/6357
* Add Kubernetes controller plumbing by @rynowak in https://github.com/radius-project/radius/pull/6418
* Updates to the generic resource client by @rynowak in https://github.com/radius-project/radius/pull/6421
* Add 'manual' provisioning to containers by @rynowak in https://github.com/radius-project/radius/pull/6423
* Adding ApplicationGraphResource model API TypeSpec by @nithyatsu in https://github.com/radius-project/radius/pull/6425
* Add queuemessages to ucp rbac by @vinayada1 in https://github.com/radius-project/radius/pull/6427
* Fix `rad group show` and `rad group list` by @AaronCrawfis in https://github.com/radius-project/radius/pull/6252
* Increase `maxOperationConcurrency`: 3 -> 10 by @willdavsmith in https://github.com/radius-project/radius/pull/6433
* Skip Terraform recipe deletion if Terraform state backend does not exist by @kachawla in https://github.com/radius-project/radius/pull/6437
* Add recipe controller by @rynowak in https://github.com/radius-project/radius/pull/6438
* Populate terraform resource ids to recipe response by @vishwahiremat in https://github.com/radius-project/radius/pull/6430
* Update GitHub SUPPORT.md to point to Radius Discord server by @jonvsm in https://github.com/radius-project/radius/pull/6435
* Update `rad bicep` to pull binaries from GHCR by @sk593 in https://github.com/radius-project/radius/pull/6426
* Update path to app.bicep in tutorial_test.go by @lakshmimsft in https://github.com/radius-project/radius/pull/6449
* Fix rad recipe show example by @kachawla in https://github.com/radius-project/radius/pull/6453
* Create unique directory for every TF recipe operation by @kachawla in https://github.com/radius-project/radius/pull/6452
* Ensure consistent casing convention. by @Reshrahim in https://github.com/radius-project/radius/pull/6445
## New Contributors
* @nicolejms made their first contribution in https://github.com/radius-project/radius/pull/6274
* @jonvsm made their first contribution in https://github.com/radius-project/radius/pull/6435
* @Reshrahim made their first contribution in https://github.com/radius-project/radius/pull/6445
**Full Changelog**: https://github.com/radius-project/radius/compare/v0.25.0...v0.26.0-rc1
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Creating RC release for 0.26.0
Type of change
Fixes: #issue_number
Auto-generated summary
🤖 Generated by Copilot at 398339b
Summary
✨🔧📦
Update
versions.yaml
with the latest release candidate for radius 0.26. This allows users to install and test the new features and bug fixes in the radius CLI tool.Walkthrough
versions.yaml
(link)