Announcing Radius v0.31.0
Today we're happy to announce the release of Radius v0.31.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 Dashboard now installed automatically
The Radius Dashboard is now installed and versioned as part of rad init
and the Radius Helm chart. Visit the Dashboard documentation to learn more.
Radius Dashboard integration with rad run
When running Radius applications via rad run
, the Radius Dashboard is now automatically port-forwarded and ready to access. This allows you to easily visualize and understand your applications during development and testing of your application. Visit the Radius getting started guide to learn more and try it out.
Breaking changes
None
New contributors
Welcome to our new contributors who have merged their first PR in this release!
Upgrading to Radius v0.31.0
During our preview stage, an upgrade to Radius v0.31.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.
- Delete any environments you have created:
rad env delete <env-name>
- Uninstall the previous version of the Radius control-plane:
rad uninstall kubernetes
- Visit the Radius installation guide to install the latest CLI, or download a binary below
- Install the latest version of the Radius control-plane:
rad install kubernetes
Full changelog
- Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in #7095
- versions.yaml updated for release 0.30 - final release by @vinayada1 in #7103
- Run release workflow on push to release branch by @willdavsmith in #7127
- Adding GHCR login step to the long running tests by @ytimocin in #7130
- Use unique resource names in test Terraform Recipe by @kachawla in #7108
- Add GH action to close stale PRs by @kachawla in #7143
- Rename stale PRs workflow filename by @kachawla in #7152
- Update RequireResource to handle duplicate short names and proper fully qualified names (also make life a little better for windows file system contributors) by @jhandel in #7134
- Update Namespace.ValidateNamespace to add workspace to arguments by @jhandel in #7154
- Set go version to 1.21.7 by @youngbupark in #7179
- updating patch api def for applications resource by @vishwahiremat in #7182
- Adding changes to extend secret stores scope to global by @vishwahiremat in #7155
- Adding support for terraform private module source for git by @vishwahiremat in #7167
- Adding dashboard release branch creation and tag push by @willdavsmith in #7160
- Fix syntax error in release workflow by @willdavsmith in #7200
- Add dashboard to Radius installation and rad run by @willdavsmith in #7186
- Update typespec to support all Terraform Recipe Providers and Env by @ytimocin in #7202
- Add support to set environment variables to Terraform environment by @lakshmimsft in #7192
- Add logic to build configuration for multiple Terraform providers support by @lakshmimsft in #7189
- Updating versions.yaml for 0.31-rc1 by @ytimocin in #7205
- Fix release workflow to include dashboard repo clone by @willdavsmith in #7206
- Updating versions.yaml for 0.31-rc2 by @ytimocin in #7209
- Updating versions.yaml for 0.31-rc3 by @ytimocin in #7212