Skip to content

Releases: radius-project/radius

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

Radius v0.37.0

19 Aug 20:03
b1a7822
Compare
Choose a tag to compare

Announcing Radius v0.37.0

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

Radius is merged with the official Bicep

Previously Radius used a fork of the Bicep to author and deploy Radius and AWS types. With 0.37 release we have integrated Radius to use official Bicep compiler and are deprecating the temporary fork of Bicep. To use Radius features with the official Bicep compiler, you need to create a bicepconfig.json with the extensions to author and deploy Radius and AWS types. Please checkout the breaking changes section for detailed guidance.

Radius AWS Cloud provider supports IAM Roles for Service Accounts (IRSA)

You can now configure your AWS cloud provider to use AWS federated identity (IRSA) to deploy and manage AWS resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on how to configure the AWS IRSA

Test Improvements

We separated the cloud tests and non-cloud tests in our functional test workflows to improve the test verification process for contributors. In the new workflow the non-cloud test workflows will trigger automatically when pull requests are submitted, while tests using cloud resources will need approval from approvers/maintainers to be triggered. We also fixed an issue with magpiego image failing for MacOS+M1 chip users by publishing a multi-architectural image.

Breaking changes

  • Radius merge to official Bicep introduces some breaking changes. To use Radius features with the official Bicep compiler please do the following:

    1. Create a bicepconfig.json with the extensions to author and deploy Radius and AWS types. More information here.
    2. Update the import statements in the existing bicep files
      • import radius as radius should become extension radius to use Radius types
      • import aws as aws should become extension aws to use AWS types
      • import kubernetes as kubernetes {} should become extension kubernetes with {} as kubernetes to use Kubernetes types
    3. If you have Radius-Bicep extension installed, please disable and install the official bicep extension. More details here.
  • AWS IRSA support introduces some breaking changes to rad credential register aws CLI command. With the additional identity support, rad credential register aws is now rad credential register aws access-key to register the IAM access-key and rad credential register aws to register the AWS IAM Roles for Service Accounts(IRSA).

New contributors

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

Upgrading to Radius v0.37.0

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

15 Aug 19:26
487081f
Compare
Choose a tag to compare
Radius v0.37.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

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

Radius v0.36.0

22 Jul 21:29
616f776
Compare
Choose a tag to compare

Announcing Radius v0.36.0

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

Authentication for Any Terraform Provider

In a previous release, functionality was added that enables Radius to load and deploy the recipe modules consuming any Terraform provider. This functionality has now been extended to allow for the secure configuration and handling of credentials that allows for authenticating with the Terraform provider. Learn more about [Terraform Recipes in Radius].(https://docs.radapp.io/guides/recipes/terraform/)

Breaking changes

N/A

New contributors

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

Upgrading to Radius v0.36.0

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

18 Jul 20:11
2a4effe
Compare
Choose a tag to compare
Radius v0.36.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.35.0-rc1...v0.36.0-rc1