Skip to content

Releases: radius-project/radius

Radius v0.54.0

09 Dec 22:58
f064109

Choose a tag to compare

Announcing Radius v0.54.0

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

Fixed rad workspace show errors when no current workspace exists

The rad workspace show command was updated to provide a more user-friendly experience when no workspace is currently set. Instead of returning an error, the command now logs an informational message to guide the user. See the CLI docs for more details.

Fixed rad credential show azure command

Previously, the rad credential show azure command would always throw an error due to a nil pointer dereference when attempting to display Azure Service Principal credentials. This has been fixed so that the command will now successfully display Azure credentials that you've configured for Radius.

Breaking changes

None.

New contributors

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

Upgrading to Radius v0.54.0

You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

Full changelog

Radius v0.54.0-rc2

05 Dec 19:15
v0.54.0-rc2

Choose a tag to compare

Radius v0.54.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

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

Radius v0.54.0-rc1

03 Dec 20:10
6773014

Choose a tag to compare

Radius v0.54.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.53.0-rc1...v0.54.0-rc1

Radius v0.53.0

12 Nov 04:12
8812afe

Choose a tag to compare

Announcing Radius v0.53.0

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

Contour ingress controller installation re-enabled

Thanks to the newly available Contour Helm Charts, Radius has re-enabled installation of the Contour ingress controller during rad install kubernetes or rad init. This means that you no longer need to manually install and configure a Contour ingress controller before deploying Gateway resources.

Improved Environment deletion experience

The rad env delete command has been enhanced to make Environment cleanup safer and more transparent. It will now show different prompts for deleting empty vs. populated Environments to help users understand what will be deleted. Furthermore, progress messages during deletion operations have been added to provide clearer progress information during the deletion process.

New contributors

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

Upgrading to Radius v0.53.0

You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

What's Changed

changelog

Full Changelog: v0.52.0...v0.53.0

Radius v0.53.0-rc1

10 Nov 22:21
dc72523

Choose a tag to compare

Radius v0.53.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.52.0-rc1...v0.53.0-rc1

Radius v0.52.0

10 Oct 16:29
446e014

Choose a tag to compare

Announcing Radius v0.52.0

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

Usability improvements to rad uninstall kubernetes

The rad uninstall kubernetes command now lists all the resources that will be deleted, prompts the user for confirmation and performs a thorough cleanup of resources. The--purge flag ensures that all Kubernetes resources created by Radius are deleted. For more details, see the CLI documentation.

Usability improvements to rad group delete

The rad group delete command now displays a confirmation prompt listing all resources that will be deleted (if any) before deleting the group. For more details, see the CLI documentation

Breaking changes

None

Upgrading to Radius v0.52.0

You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

Full changelog

Full Changelog: v0.51.0...v0.52.0

Radius v0.52.0-rc1

08 Oct 17:11
90e9bab

Choose a tag to compare

Radius v0.52.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.51.0-rc1...v0.52.0-rc1

Radius v0.51.0

29 Sep 20:54
98dab0a

Choose a tag to compare

Announcing Radius v0.51.0

Today we're happy to announce the release of Radius v0.51.0. Check out the highlights below, along with the full changelog for more details.

We would like to extend our thanks to all the 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

Purge behavior updated for uninstall command

The existing --purge flag for rad uninstall kubernetes has been updated. When this flag is now specified in the command, all Kubernetes resources created by Radius, including resources created as a part of application deployments, will be deleted. For more information, please refer to the CLI documentation.

Progress status feedback added to application deletion command

The rad app delete command has been updated to show deletion progress and confirmation summary in the console output. This fix addresses a usability concern where app deletion operations that take a bit more time make it look like the CLI is frozen. For more information, please refer to the CLI documentation

ACI deployments now use dynamic resource group location

Previously, when deploying ACI resources, Radius used a hardcoded WestUS3 location as that was one of the first locations to have the ACI NGroups feature available. This has been fixed where the resource group's location is now dynamically retrieved and used throughout the ACI Environment creation and resource deployment process. See the how-to guide for more information on deploying to ACI using Radius.

Breaking changes

Contour ingress controller installation disabled

Radius no longer automatically installs the Contour ingress controller during rad install kubernetes or rad init. This change is due to Bitnami's deprecation of their public container registry, which affects the availability of Contour images.

Applications that rely on Radius Gateway resources for ingress functionality will need to manually install and configure a Contour ingress controller before deploying Gateway resources. For more information on how to install Contour, please consult the Contour documentation. Note that Contour may not have updated their documentation yet given the recency of this issue, so we'd also recommend consulting their community discussion on this matter.

This change is temporary while we evaluate alternative ingress controller options and repository sources.

Upgrading to Radius v0.51.0

You can upgrade to this release by upgrading your Radius CLI then running rad upgrade kubernetes. Only incremental version upgrades are supported. Consult the upgrade documentation for full details.

Full changelog

New Contributors

Full Changelog: v0.50.0...v0.51.0

Radius v0.51.0-rc2

26 Sep 19:32
b54275b

Choose a tag to compare

Radius v0.51.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

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

Radius v0.51.0-rc1

14 Sep 02:20
88f5941

Choose a tag to compare

Radius v0.51.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.50.0-rc5...v0.51.0-rc1