Skip to content

Releases: radius-project/radius

Radius v0.27.0-rc1

08 Nov 21:58
065aa55
Compare
Choose a tag to compare
Radius v0.27.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.26.0-rc1...v0.27.0-rc1

Radius v0.26.9

01 Nov 19:39
421a2ae
Compare
Choose a tag to compare

Radius v0.26.9

This release addresses an issue with the Bicep Download Flow. Check out the changelog for more details of what was addressed in this patch.

Changelog

  • Remove bicep download authentication credentials by @sk593 in #6615

Radius v0.26.8

26 Oct 00:12
63855a0
Compare
Choose a tag to compare

Radius v0.26.8

This release addresses an issue with the Radius Dev Recipes for Dapr resources. Check out the changelog for more details of what was addressed in this patch.

Changelog

  • Fix for Dapr Statestores and Secretstores dev Recipes URL casing by @shalabhms in #6578

Radius v0.26.7

23 Oct 20:53
fa562ce
Compare
Choose a tag to compare

Radius v0.26.7

This release addresses an issue with the Radius Kubernetes controller. Check out the changelog for more details of what was addressed in this patch.

Changelog

Full Changelog: v0.26.6...v0.26.7

Radius v0.26.6

18 Oct 05:21
5e02b8a
Compare
Choose a tag to compare

Radius v0.26.6

This release addresses a recipe issue. Check out the changelog for more details of what was addressed in this patch.

Changelog

Full Changelog: v0.26.5...v0.26.6

Radius v0.26.5

18 Oct 03:25
Compare
Choose a tag to compare

Radius v0.26.5

This release addresses a CI/CD issue. Check out the changelog for more details of what was addressed in this patch.

Changelog

Full Changelog: v0.26.0...v0.26.5

Project Radius v0.26.0

12 Oct 00:15
74038ee
Compare
Choose a tag to compare

Announcing Radius v0.26.0

Today we're happy to announce the release of Radius v0.26.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.dev, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

Highlights

New logo

Radius has a new logo! Stay tuned as we work to roll this out to our websites, docs, and repos.

image

Updated API version

All Radius resource types now use the API version 2023-10-01-preview. Please find-and-replace all existing 2022-03-15-privatepreview strings to the new API version.

Breaking changes

All Radius resource types have been updated with the API version 2023-10-01-preview. All apps need to be updated with the new version.

New contributors

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

Upgrading to Radius v0.26.0

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

Project Radius v0.26.0-rc1

11 Oct 18:49
40b6f56
Compare
Choose a tag to compare
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.25.0-rc1...v0.26.0-rc1

Project Radius v0.25.0

14 Sep 21:21
55635e6
Compare
Choose a tag to compare

Announcing Radius v0.25.0

Today we're happy to announce the release of Radius v0.25.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.dev, for more information. Also visit our getting started guide to learn how to install Radius and create your first app.

Highlights

Terraform Recipes

Recipes now support Terraform. You can now add a Terraform module to your environment as a Recipe and deploy it with any Recipe-enabled resource. This allows your developers to self-service deploy and manage infrastructure while ensuring security and cost best practices are followed.

Updated types for portable resources

Radius portable resources (formerly Links) now have a new look and feel. A new set of namespaces and types are available for you to use in your apps today, including Applications.Datastores, Applications.Messaging, and Applications.Dapr.

New Kubernetes interoperability features

You can now customize a Radius container with Kubernetes properties, or use a Kubernetes YAML file as its base. This allows you to migrate to Radius and/or punch through directly to the Kubernetes pod for when you need to access Kubernetes-specific properties from the Radius container abstraction.

Renamed GitHub organization

The Radius GitHub organization has been renamed to radius-project. This aligns us with our new launch-name: "Radius".

Breaking changes

  • Previous bookmarks to https://github.com/project-radius will need to be updated to https://github.com/radius-project. We've re-registered the project-radius org to prevent redirect squatting so redirects should work in most cases, but make sure to use the new name when possible.
  • All Applications.Link resources need to be moved to the new set of portable resource types (see above)

Upgrading to Radius v0.25.0

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

Read more

Project Radius v0.25.0-rc1

13 Sep 17:13
2d8c706
Compare
Choose a tag to compare
Pre-release

What's Changed

## changelog

Read more