Skip to content

Conversation

@ytimocin
Copy link
Contributor

@ytimocin ytimocin commented Jan 29, 2026

Description

Add v0.55.0-rc1 to supported versions

Type of change

Release Cut

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

@ytimocin ytimocin requested review from a team as code owners January 29, 2026 19:03
@github-actions
Copy link

Release Information

  • Previous version: v0.54.0
  • New version: v0.55.0-rc1

Change logs

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

## What's Changed
### ## changelog
* Release 0.54 by @ytimocin in https://github.com/radius-project/radius/pull/10906
* fix: update change detection patterns to exclude release notes by @DariuszPorowski in https://github.com/radius-project/radius/pull/10909
* Bump the github-actions group with 6 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/10910
* Bump bicep-types from `5d19652` to `1133b78` by @dependabot[bot] in https://github.com/radius-project/radius/pull/10911
* Uncommenting bicep converter tests by @lakshmimsft in https://github.com/radius-project/radius/pull/10908
* Fix and simplify DE functional test trigger by @willdavsmith in https://github.com/radius-project/radius/pull/10917
* fix: ensure deterministic sort order for environment recipes by @ytimocin in https://github.com/radius-project/radius/pull/10918
* Improve oci error message by @brooke-hamilton in https://github.com/radius-project/radius/pull/10816
* ci(workflows): initial best practices by @DariuszPorowski in https://github.com/radius-project/radius/pull/10915
* Add `permission-contents: read` to GitHub app token in `functional-test-cloud.yaml` by @willdavsmith in https://github.com/radius-project/radius/pull/10948
* fix(lrt): add missing env var by @DariuszPorowski in https://github.com/radius-project/radius/pull/10950
* Fix broken lint.yaml due to helm-unittest plugin installation failure by @brooke-hamilton in https://github.com/radius-project/radius/pull/10952
* Rename PR review folder to .copilot-tracking by @brooke-hamilton in https://github.com/radius-project/radius/pull/10931
* Increased timeout for long-running test Azure build job by @brooke-hamilton in https://github.com/radius-project/radius/pull/10942
* Increased timeout for functional-test-noncloud workflow by @brooke-hamilton in https://github.com/radius-project/radius/pull/10945
* fix(ci-build): update permissions for unit test result action by @DariuszPorowski in https://github.com/radius-project/radius/pull/10954
* Increased timeout for cloud functional tests by @brooke-hamilton in https://github.com/radius-project/radius/pull/10958
* Fix packages write permission for long-running tests workflow by @brooke-hamilton in https://github.com/radius-project/radius/pull/10957
* Fix rad deploy to support environment resource deployment by @kachawla in https://github.com/radius-project/radius/pull/10926
* Fix revision timestamps in rad rollback kubernetes --list-revisions by @nicolejms in https://github.com/radius-project/radius/pull/10955
* fix(ci-build): increase timeout for build job to 30 minutes by @DariuszPorowski in https://github.com/radius-project/radius/pull/10968
* buid(deps): bump go and upgrade testify by @DariuszPorowski in https://github.com/radius-project/radius/pull/10962
* Contributing documentation for design documents and Spec Kit by @brooke-hamilton in https://github.com/radius-project/radius/pull/10959
* rad deploy should be able work with both rad core and app core environments by @nithyatsu in https://github.com/radius-project/radius/pull/10923
* add type, name and id to properties accessible. by @nithyatsu in https://github.com/radius-project/radius/pull/10932
* refactor: bump typespec by @DariuszPorowski in https://github.com/radius-project/radius/pull/10971
* fix(ci-changes): change detection only for PR events by @DariuszPorowski in https://github.com/radius-project/radius/pull/10980
* feat(ci): add CodeQL by @DariuszPorowski in https://github.com/radius-project/radius/pull/10966
* Potential fix: Incomplete string escaping by @kachawla in https://github.com/radius-project/radius/pull/10969
* ci(codeql): handle cancellations and naming update by @DariuszPorowski in https://github.com/radius-project/radius/pull/10985
* Aligned Helm versions across dev container and workflows by @brooke-hamilton in https://github.com/radius-project/radius/pull/10978
* Add support to fetch recipe from a http registry in case of recipe packs and new environment  by @nithyatsu in https://github.com/radius-project/radius/pull/10975
* ci(dependency-review): add workflow for scanning vulnerable dependencies by @DariuszPorowski in https://github.com/radius-project/radius/pull/10916
* chore(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/10986
* chore(deps): bump bicep-types from `1133b78` to `cf9a49e` by @dependabot[bot] in https://github.com/radius-project/radius/pull/10993
* get "rad core environment" needs env name not id by @nithyatsu in https://github.com/radius-project/radius/pull/10998
* chore(deps): bump securego/gosec from 538a05cc5d6eb7bb41624e48f6e5019cccb1a2b8 to 082deb6cee063d5b8ce740fbee614460d2c2211b in the github-actions group by @dependabot[bot] in https://github.com/radius-project/radius/pull/11001
* Add support for new 'x-radius-sensitive' annotation by @lakshmimsft in https://github.com/radius-project/radius/pull/10999
* Fix DE functional test workflow to be consistent with publish workflow by @willdavsmith in https://github.com/radius-project/radius/pull/10963
* Fix rad version --output json to return valid JSON by @brooke-hamilton in https://github.com/radius-project/radius/pull/11019
* chore(lint): update golangci-lint  by @DariuszPorowski in https://github.com/radius-project/radius/pull/11020
* chore(deps): bump the go-dependencies group across 1 directory with 41 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11016
* Add schema validation for new annotation by @lakshmimsft in https://github.com/radius-project/radius/pull/11007
* Adding Providers details for env show command with --preview flag by @vishwahiremat in https://github.com/radius-project/radius/pull/10925
* Automated debug environment by @sylvainsf in https://github.com/radius-project/radius/pull/10054
* Add filter for schema annotations by @sk593 in https://github.com/radius-project/radius/pull/11009
* chore(deps): bump the github-actions group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11022
* Improvement: Moves to building once and saving the artifacts for re-use in all test workflows. by @sylvainsf in https://github.com/radius-project/radius/pull/11021
* Fix approval workflow by @sylvainsf in https://github.com/radius-project/radius/pull/11026
* use proper outputs by @sylvainsf in https://github.com/radius-project/radius/pull/11027
* Approval fix 2 by @sylvainsf in https://github.com/radius-project/radius/pull/11028
* Approval fix 2 by @sylvainsf in https://github.com/radius-project/radius/pull/11029
* Approval fix 3 by @sylvainsf in https://github.com/radius-project/radius/pull/11030
* revert workflow changes. by @sylvainsf in https://github.com/radius-project/radius/pull/11035
* chore(deps): bump the go-dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11037
* chore(deps): bump bicep-types from `cf9a49e` to `5b1db4c` by @dependabot[bot] in https://github.com/radius-project/radius/pull/11032
* chore(deps): bump the magpie-go-dependencies group in /test/magpiego with 3 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11033
* chore(deps): bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11036
* Fix name of bicep binary by @nellshamrell in https://github.com/radius-project/radius/pull/10838
* chore(deps): bump tar from 7.5.2 to 7.5.3 in /typespec by @dependabot[bot] in https://github.com/radius-project/radius/pull/11040
* Long-running test workflow refactored to use current Radius release by @brooke-hamilton in https://github.com/radius-project/radius/pull/10949
* Fix: rad upgrade kubernetes fails when Contour not installed or disabled by @Copilot in https://github.com/radius-project/radius/pull/11025
* Fix corerp-noncloud functional test extended timing by @lakshmimsft in https://github.com/radius-project/radius/pull/11044
* chore(deps): bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in https://github.com/radius-project/radius/pull/11051
* chore(deps): bump tar from 7.5.3 to 7.5.6 in /typespec by @dependabot[bot] in https://github.com/radius-project/radius/pull/11050
* chore(deps): bump bicep-types from `c1a289b` to `556bf5e` by @dependabot[bot] in https://github.com/radius-project/radius/pull/11052
* chore(deps): bump the github-actions group with 4 updates by @dependabot[bot] in https://github.com/radius-project/radius/pull/11055
* chore(deps): bump go.mongodb.org/mongo-driver from 1.17.6 to 1.17.7 in /test/magpiego in the magpie-go-dependencies group by @dependabot[bot] in https://github.com/radius-project/radius/pull/11053
* Fix for wrong error message with kubernetes namespace value validation by @vishwahiremat in https://github.com/radius-project/radius/pull/11058
* Add encryption secret by @sk593 in https://github.com/radius-project/radius/pull/11047
* Go module dependency for bicep-types-go instead of submodule by @brooke-hamilton in https://github.com/radius-project/radius/pull/11059
* Pin alpine image to 3.23 in terraform init containers by @ytimocin in https://github.com/radius-project/radius/pull/11079
* Deploy by recipe digest by @vishwahiremat in https://github.com/radius-project/radius/pull/11057
* Sylvainsf/remove approval workflow by @sylvainsf in https://github.com/radius-project/radius/pull/11077
* Sylvainsf/allow dependabot pr tests by @sylvainsf in https://github.com/radius-project/radius/pull/11112
* Register Radius.Compute and Radius.Security resource types by default  by @kachawla in https://github.com/radius-project/radius/pull/11113
* Sylvainsf/allow dependabot pr tests by @sylvainsf in https://github.com/radius-project/radius/pull/11115

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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.54.0...v0.55.0-rc1

@ytimocin ytimocin merged commit af9662f into main Jan 29, 2026
51 checks passed
@ytimocin ytimocin deleted the ytimocin/release-0.55.0-rc1 branch January 29, 2026 20:29
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