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

7 days ago

Announcing Radius v0.35.0

Today we're happy to announce the release of Radius v0.35.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

Radius Azure Cloud provider supports Azure Workload Identity

You can now configure your Azure cloud provider to use Azure workload identity to deploy and manage Azure resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on how to configure the Workload identity

Nested modules in Terraform Recipes

With this release, Radius now supports authentication into private repositories for pulling Terraform Recipes that contain nested modules. See the private Terraform modules guide for more details.

EnableWebsockets property added to the Gateway Route Resource

The EnableWebsockets property has been added to the Gateway Route Resource so that it can be set by Radius users to enable features that make use of websockets, such as SignalR. See the Gateway resource schema for more details.

Breaking changes

Azure workload identity introduces some breaking changes to rad credential register azure CLI command. With the additional identity support, rad credential register azure is now rad credential register azure sp to register the Service Principal identity and rad credential register azure wi to register the Azure Workload Identity.

New contributors

Thanks to @superbeeny for adding -typed for gomock to generate typed functions in our code base.

Upgrading to Radius v0.35.0

During our preview stage, an upgrade to Radius v0.35.0 requires a full reinstallation of the Radius control-plane, rad CLI, and all Radius apps. Stay tuned for an in-place upgrade path in the future.

  1. Delete any environments you have created:
    rad env delete <env-name>
  2. Uninstall the previous version of the Radius control-plane:
    rad uninstall kubernetes
  3. Visit the Radius installation guide to install the latest CLI, or download a binary below
  4. Install the latest version of the Radius control-plane:
    rad install kubernetes

Full changelog

Don't miss a new radius release

NewReleases is sending notifications on new releases.