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

21 hours ago

Announcing Radius v0.43.0

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

DeploymentTemplate Controller

A new Kubernetes controller in Radius called the DeploymentTemplate Controller is now available that will allow users to deploy resources defined in Bicep manifests using Kubernetes tooling using Radius. This controller was added to enable integrations with GitOps platforms like Flux, which will be available in a future release. Please see the DeploymentTemplate Controller design document for more details.

Preparations for using PostgreSQL as the Radius database

In the near future, the Radius data store will be migrated from etcd to a PostgreSQL database. In preparation for this, the Helm chart for installing Radius now includes deploying PostgreSQL to the Kubernetes cluster. There are no changes to Radius when installed via rad init.
You can follow the progress of moving the Radius data store in this issue.

rad CLI command for creating new resource types

We have added a CLI command rad resource-type create to create new resource-types in Radius. This was added to enable resource extensibility in Radius. The end-end functionality of creating and deploying a user-defined resource type will be available in a future release. Learn more from the UDT technical design document

Breaking changes

None

New contributors

@justinmaks made their first contribution in #8214

Upgrading to Radius v0.43.0

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

Don't miss a new radius release

NewReleases is sending notifications on new releases.