Skip to content

Radius v0.37.0

Compare
Choose a tag to compare
@rad-ci-bot rad-ci-bot released this 19 Aug 20:03
· 30 commits to main since this release
b1a7822

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

  • Update testrp and magpie Dockerfiles by @ytimocin in #7745
  • Update release version v0.36.0 by @sk593 in #7749
  • Bump the all group with 13 updates by @dependabot in #7751
  • Splitting functional tests as cloud and non-cloud by @ytimocin in #7716
  • Reformatting the files in the scripts folder by @ytimocin in #7755
  • Update cyrilgdn/postgresql version in the postgres recipe by @ytimocin in #7766
  • Bump ossf/scorecard-action from 2.3.3 to 2.4.0 in the all group by @dependabot in #7769
  • Bump the all group with 2 updates by @dependabot in #7768
  • Increasing Test_TerraformRecipe_KubernetesPostgres timeout to 2m by @willdavsmith in #7772
  • implement irsa server side support by @nithyatsu in #7738
  • rad credential show - support for IRSA by @nithyatsu in #7757
  • Adding rad install changes for AWS IRSA support by @vishwahiremat in #7741
  • "rad credential register aws" command changes for irsa by @vishwahiremat in #7750
  • Bump github.com/docker/docker from 27.0.0+incompatible to 27.1.0+incompatible in the go_modules group by @dependabot in #7773
  • Adding multi arch container image generation for magpie and testrp by @ytimocin in #7748
  • Updating and adding a timeout to the cleanup cluster step by @ytimocin in #7727
  • Adding packages:write permission to the purge test resources workflow by @ytimocin in #7760
  • Update the registry in CLI functional test by @ytimocin in #7779
  • Updating registry in the redis functional test by @ytimocin in #7781
  • Bump the all group with 3 updates by @dependabot in #7783
  • Use local aws config in cli to get account and regions by @vishwahiremat in #7758
  • Adding rad init command changes to support irsa by @vishwahiremat in #7761
  • Removing double imports found by staticcheck by @ytimocin in #7791
  • Adding a check to a cast to the Recipe object by @ytimocin in #7797
  • Bicep compiler merge by @sk593 in #7662
  • Update credential precedence in bicepconfig.json by @sk593 in #7803
  • Warning when deleting an environment with existing applications by @SoTrx in #7786
  • Replace Azure Service Principal auth with Azure Workload Identity auth in functional tests by @willdavsmith in #7787
  • Bump the all group across 1 directory with 2 updates by @dependabot in #7802
  • Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible in the go_modules group by @dependabot in #7801
  • Update error message value for LRT by @sk593 in #7810
  • Update release version v0.37.0-rc1 by @vishwahiremat in #7813