Skip to content

Releases: radius-project/radius

Radius v0.43.0

07 Feb 21:05
d82fbc3
Compare
Choose a tag to compare

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

Radius v0.43.0-rc1

03 Feb 21:00
87f7ea1
Compare
Choose a tag to compare
Radius v0.43.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.42.0-rc1...v0.43.0-rc1

Radius v0.42.0

09 Jan 22:49
3e487c3
Compare
Choose a tag to compare

Announcing Radius v0.42.0

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

None

Breaking changes

None

New contributors

None

Upgrading to Radius v0.42.0

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

Radius v0.42.0-rc2

08 Jan 17:54
94b407d
Compare
Choose a tag to compare
Radius v0.42.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.42.0-rc1...v0.42.0-rc2

Radius v0.42.0-rc1

02 Jan 22:24
ed48e92
Compare
Choose a tag to compare
Radius v0.42.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.41.0-rc1...v0.42.0-rc1

Radius v0.41.0

11 Dec 20:02
Compare
Choose a tag to compare

Announcing Radius v0.41.0

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

Improved UI for rad init CLI prompt in a small terminal window

We have resolved a usability issue where the text in the rad init CLI user interface gets cropped out of the visible area in a small terminal window. The text display area for the rad init UI now gets dynamically changed based on the terminal window dimensions, allowing for the text to be displayed instead of being cropped out of the visible display area.

Breaking changes

None

New contributors

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

Upgrading to Radius v0.41.0

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

Radius v0.41.0-rc1

06 Dec 14:08
c7ccd82
Compare
Choose a tag to compare
Radius v0.41.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.40.0-rc1...v0.41.0-rc1

Radius v0.40.0

13 Nov 22:04
91603b3
Compare
Choose a tag to compare

Announcing Radius v0.40.0

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

rad CLI prompt terminal

We have resolved a usability issue where the rad CLI prompt was truncated if the user's terminal window was small. The rad CLI prompt terminal now line wraps to match the size of the user's terminal window.

Breaking changes

None

New Contributors

Upgrading to Radius v0.40.0

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

Radius v0.40.0-rc1

07 Nov 18:46
f2bb5da
Compare
Choose a tag to compare
Radius v0.40.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.39.0-rc1...v0.40.0-rc1

Radius v0.39.0

11 Oct 17:51
c83b378
Compare
Choose a tag to compare

Announcing Radius v0.39.0

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

Support for Dapr Configuration Building Block

A new Applications.Dapr/configurationStores resource type is now available to define and deploy the Dapr Configuration building block in Radius. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the Dapr integration in Radius. To learn more, go to the Dapr Configuration Store resource schema in the Radius documentation. Thanks to community contributor @SoTrx for adding this functionality.

In-memory data store for testing and development

Radius has added an implementation for an in-memory version of the data store interface, which may be used for testing and development purposes, when contributing to Radius. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests.

Breaking changes

None.

Upgrading to Radius v0.39.0

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