github radius-project/radius v0.55.0
Radius v0.55.0

8 hours ago

Announcing Radius v0.55.0

Today we're happy to announce the release of Radius v0.55.0. Check out the highlights below, along with the full changelog for more details.

We would like to extend our thanks to all the new and existing contributors who helped make this release possible!

Intro to Radius

If you're new to Radius, check out our website, radapp.io, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

Highlights

Sensitive data management

Radius v0.55.0 introduces built-in sensitive data management. You can now mark resource properties as sensitive using the new x-radius-sensitive annotation in your Resource type definitions. Radius encrypts these values and redacts them during deployments. Check out the secret.yaml for an example on how to use this feature.

Fixed environment resource type deployment

Previously, rad deploy failed when deploying Bicep templates containing an
Environment resource type unless the Environment was pre-created or specified via a CLI flag. Environment resources can now be deployed without requiring pre-creation through the CLI.

CLI Fixes

  • rad app graph --output json and rad version --output json now returns valid JSON
  • rad rollback kubernetes --list-revisions now shows correct revision timestamps

Dashboard now displays resource types with API versions other than 2023-20-01-preview

Fixed an issue where the Dashboard failed to display custom resource types that use API versions other than 2023-20-01-preview. The Dashboard now dynamically selects the supported API version for the resource type and displays it.

Breaking changes

None.

New contributors

Welcome to our new contributors who have merged their first PR in this release!

Upgrading to Radius v0.55.0

You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

Full changelog

Don't miss a new radius release

NewReleases is sending notifications on new releases.