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.
- Delete any environments you have created:
rad env delete <env-name>
- Uninstall the previous version of the Radius control-plane:
rad uninstall kubernetes
- Visit the Radius installation guide to install the latest CLI, or download a binary below
- Install the latest version of the Radius control-plane:
rad install kubernetes
Full changelog
- Update release version 0.34 by @sk593 in #7633
- Bump the all group with 22 updates by @dependabot in #7635
- Update autorest related dependencies by @ytimocin in #7636
- Update purge workflow with manual trigger by @sk593 in #7622
- Revert "Update kubebuilder to the latest working version" by @sk593 in #7632
- Update CNCF sandbox acceptance in README.md by @Reshrahim in #7639
- Update documentation on guideline for test images to be added to/pulled from ghcr by @lakshmimsft in #7619
- Fixing flaky config unit test by @ytimocin in #7649
- Update purge workflow_dispatch logic by @sk593 in #7646
- Fix purge workflow by @sk593 in #7653
- Adding support for terraform nested modules by @vishwahiremat in #7519
- Update release docs by @sk593 in #7642
- Update instructions to publish bicep extension by @kachawla in #7579
- Bump the all group with 7 updates by @dependabot in #7656
- Fix for flaky unit test by @lakshmimsft in #7654
- Adding EnableWebsockets property to the gateway by @ytimocin in #7643
- fixes #7592 - adding typed to mockgen by @superbeeny in #7647
- Show correct environment and application for delete commands by @rynowak in #7669
- Bump the all group with 10 updates by @dependabot in #7671
- Remove extra files in TF recipe using azurerm by @lakshmimsft in #7672
- Add upmerge instructions to release instructions by @willtsai in #7675
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in #7679
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 in the go_modules group by @dependabot in #7678
- Adding TypeSpec check to Lint workflow and running the TypeSpec format by @ytimocin in #7674
- Adding the step to delete the created Azure resource group to the functional test workflow by @ytimocin in #7683
- Bump the all group with 11 updates by @dependabot in #7689
- Bump mikefarah/yq from 4.44.1 to 4.44.2 in the all group by @dependabot in #7690
- Switch Radius Helm chart pull from ACR to GHCR by @willdavsmith in #7455
- Rename misspelled field by @rynowak in #7692
- Add Azure Workload Identity support by @willdavsmith in #7640
- Fix UCP test by @willdavsmith in #7694
- Fixing containerd should be direct warning by running go mod tidy by @ytimocin in #7696
- Adding a test for annotations and labels to the existing k8s extensibility functional test by @ytimocin in #7697
- Release 0.35.0-rc1: Update release version with RC1 by @vishwahiremat in #7698