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

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

Announcing Radius v0.27.0

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

Simulated environments

Radius now supports simulated environments, where application deployments do not result in any running containers or deployed infrastructure. These environments are useful when doing dry-run/test deployments or to interact with the Radius application graph on an application template before it's fully deployed. Learn more in the environment docs.

Application graph API

A new app graph API allows you to now get all resources and connections within an application via a single API call, instead of building the graph manually via multiple APIs. This API unlocks custom visualizations and experiences on top of Radius. Learn more in the Radius API docs.

Kubernetes annotation-based Radius apps

Want to add Radius to an existing Kubernetes application but don't want to rewrite it in Bicep? Radius now supports annotations and CRDs that allow you to add your app to the Radius application graph, deploy Recipes, and easily configure connections. Learn more in the new tutorial.

eShop on Radius with Recipes

The [eShop on containers] reference app is now Recipe-enabled, providing a single application definition that works on local-dev, Azure, and AWS environments. Learn more about eShop in the docs.

Bug fixes and performance improvements

We've fixed a bunch of installation bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log Issues and report issues in Discord.

Upgrading to Radius v0.27.0

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

New contributors

Full Changelog: v0.26.0...v0.27.0

Don't miss a new radius release

NewReleases is sending notifications on new releases.