Skip to content

Releases: radius-project/radius

Radius v0.53.0-rc4

08 Nov 00:03

Choose a tag to compare

Radius v0.53.0-rc4 Pre-release
Pre-release

Full Changelog: v0.53.0-rc3...v0.53.0-rc4

Radius v0.53.0-rc3

05 Nov 23:56

Choose a tag to compare

Radius v0.53.0-rc3 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

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

Radius v0.53.0-rc2

05 Nov 23:56

Choose a tag to compare

Radius v0.53.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

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

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

Radius v0.50.0

19 Aug 19:16
42e20cc

Choose a tag to compare

Announcing Radius v0.50.0

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

Introducing in-place upgrades

Radius can now be upgraded using the new rad upgrade command. The new command upgrades the Radius control plane while preserving existing environments and applications. There is also a rad rollback command. Read more in the Radius documentation.

Enhancements to Radius resource types

Properties on Radius resource types can now be arrays of objects. You can also now specify an enum type to validate inputs prior to deployment.

The YAML file schema for resource type definitions changed. name is now namespace. For example, when you use rad resource-type create -f types.yaml to create a new resource type, the types.yaml file must have namespace: Radius.Resources rather than name: Radius.Resources on line one.

Offline installation

Radius can now be installed in an offline environment using the rad install command or via the Helm chart by setting location of the Radius containers via the global.imageRegistry and global.imageTag parameters.

Breaking changes

The name property in resource type definition YAML file is now namespace. See the Radius resource type section above for details.

Upgrading to Radius v0.50.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.49.0...v0.50.0

Radius v0.50.0-rc5

18 Aug 21:14
2480a26

Choose a tag to compare

Radius v0.50.0-rc5 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.50.0-rc4...v0.50.0-rc5