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

latest releases: v0.35.0, v0.35.0-rc1
one month ago

Announcing Radius v0.34.0

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

Viewing the Application Graph using the CLI

Starting with this v0.34 release, we have fully transitioned to the rad app graph command to view the Application Graph in the CLI. This means that the legacy command rad app connections will no longer be supported going forward. Learn more here: CLI referencerad app graph

Testing infrastructure enhancements

The Radius team has been actively improving upon the testing coverage and infrastructure over the past couple of releases. We now have implemented a robust set of functional and long-running tests that are more reliable and cover the most recently released feature areas, including for private Terraform registries. Learn more about running the Radius test suite here: Running Radius Tests

User experience improvements with rad CLI

  • We have fixed the rad init user experience for app name with capital letters to include the error message from k8s as it does not allow capital letters in namespace names
  • We have fixed the bug with rad run failing due to stern log collector limits.

Terraform recipes

We have fixed an issue with the Recipe deployment for Terraform providers that are not part of the official providers. Now Radius is enabled to load and deploy the recipe modules consuming any Terraform provider. Learn more about Terraform Recipes in Radius

Breaking changes

None

New contributors

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

Upgrading to Radius v0.34.0

During our preview stage, an upgrade to Radius v0.34.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.