Skip to content

Releases: radius-project/radius

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

Radius v0.39.0-rc1

09 Oct 18:37
5956790
Compare
Choose a tag to compare
Radius v0.39.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

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

Radius v0.38.0

16 Sep 19:39
Compare
Choose a tag to compare

Announcing Radius v0.38.0

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

Secret stores in environment variables

Secret stores can now be referenced in the environment variables of a container resource. Previously, the only way to provide secrets to a container resource in Radius is to mount them through a secret volume, so the experience is now much simpler for users who only require the secrets to be passed into the container via environment variables. See the updated container resource format for more information. Many thanks to community contributor @superbeeny for adding this functionality!

Secret store reference in Dapr components

Support has been added to manage secrets in the Dapr components. This means that users may now reference non-Kubernetes secrets within the Dapr resources, closing a feature gap between Radius and Dapr. See the How-To: Reference secrets in Dapr components guide for more information. Many thanks to community contributor @SoTrx for adding this functionality!

Bicep private registry support

Support is now available for authentication into private registries for Bicep Recipes using basic auth (username/password), Azure workload identity, and AWS IRSA. See the how-to guide on private Bicep registries to learn more.

Breaking changes

New contributors

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

Upgrading to Radius v0.38.0

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

Radius v0.38.0-rc1

13 Sep 16:06
48c28ed
Compare
Choose a tag to compare
Radius v0.38.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.37.0-rc1...v0.38.0-rc1