github radius-project/radius v0.24.0
Project Radius v0.24.0

latest releases: v0.38.0, v0.38.0-rc1, v0.37.0...
13 months ago

Announcing Radius v0.24.0

Today we're happy to announce the release of Radius v0.24.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.dev, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

Highlights

Radius assets now published to GitHub Releases/Artifacts

Radius release assets are now published via GitHub Releases and GitHub Container Registry. Stay tuned as we gradually move our installation scripts and delivery pipelines to these assets.

rad init experience

rad init has been updated to initialize a developer-focused environment by default, complete with local-dev Recipes. The previous rad init --dev experience can now be run with just rad init. For a full list of prompts and customization options, run rad init --full. Learn more

rad app connections

rad app connections is a new CLI command to visualize your application graph. Try it out to see the connections between your resources and the relationships they form. Learn more

Breaking changes

rad init

To initialize a Radius installation with all available options, please use the rad init --full CLI command. This replaces the previous rad init experience. The simplified experience (formerly rad init --dev) is now rad init.

Upgrading to Radius v0.24.0

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

Full Changelog: v0.23.0...v0.24.0

Don't miss a new radius release

NewReleases is sending notifications on new releases.