Skip to content

Releases: radius-project/radius

Radius v0.33.0-rc1

24 Apr 18:15
90705a8
Compare
Choose a tag to compare
Radius v0.33.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.32.0...v0.33.0-rc1

Radius v0.32.0

28 Mar 21:07
1b8bd4a
Compare
Choose a tag to compare

Announcing Radius v0.32.0

Today we're happy to announce the release of Radius v0.32.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 Terraform modules from private git repositories

Radius Environments can now be configured to pull Terraform Recipe templates from private git repositories. Visit the private registry how-to guide to learn more.

Community Contributions

  • Thanks to @gpltaylor for enabling rad app graph output to make connection graph output resources name as a link.
  • Thanks to @lechnerc77 for adding dependabot configuration, fixing dashboard crash for recipes, and adding zoom control to application graph on dashboard.

Breaking changes

None

New contributors

None

Upgrading to Radius v0.32.0

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

27 Mar 19:38
f863351
Compare
Choose a tag to compare
Radius v0.32.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.31.0...v0.32.0-rc1

Radius v0.31.0

29 Feb 03:23
3fa8407
Compare
Choose a tag to compare

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.

  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.31.0-rc3

29 Feb 00:01
8f24f24
Compare
Choose a tag to compare
Radius v0.31.0-rc3 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.31.0-rc2...v0.31.0-rc3

Radius v0.31.0-rc2

28 Feb 22:23
2693469
Compare
Choose a tag to compare
Radius v0.31.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.31.0-rc1...v0.31.0-rc2

Radius v0.31.0-rc1

28 Feb 21:04
6d7d98d
Compare
Choose a tag to compare
Radius v0.31.0-rc1 Pre-release
Pre-release

What's Changed

## 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

New Contributors

Full Changelog: v0.30.0-rc3...v0.31.0-rc1

Radius v0.30.0

02 Feb 19:56
f5a4a55
Compare
Choose a tag to compare

Announcing Radius v0.30.0

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

Terraform Recipe enhancements

We’ve added a bunch of new supported features and scenarios for Terraform Recipes, including sub-module support, Git module source support, and version ranges. We’re actively working on additional features such as private modules and any provider. Stay tuned for updates! Learn more in our docs.

Radius roadmap

The Radius roadmap is now published at https://aka.ms/radius-roadmap, where you can keep track of all the major features and improvements we are tracking. Check it out and make sure to upvote and leave feedback on your favorites!

Introducing the Radius dashboard

We’re excited to share a first look at a new experimental feature of Radius: the Radius dashboard! Our new dashboard allows you to interact with Radius environments, applications, and recipes from an easy-to-use graphical interface. Visit the dashboard repo to try it out today.

Breaking changes

None

New contributors

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

Upgrading to Radius v0.30.0

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

31 Jan 22:49
9c76f6d
Compare
Choose a tag to compare
Radius v0.30.0-rc3 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.29.0-rc1...v0.30.0-rc3

Radius v0.29.0

05 Jan 18:41
6abd7bf
Compare
Choose a tag to compare

Announcing Radius v0.29.0

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

Edge version of rad CLI now available

Want to try out the cutting edge rad CLI capabilities and try out new features? You can now download and install the edge version of the rad CLI, built from the main branch, via the Radius install script. Visit https://edge.docs.radapp.io/installation/ for details on how to download and install.

Radius devcontainer feature

The rad CLI is now available as a devcontainer feature! This allows you to install the rad CLI & dependencies in your devcontainer and Codespaces automatically. Visit https://github.com/radius-project/radius/blob/main/deploy/devcontainer-feature/src/radcli/README.md for more information and to try it out.

Upgrading to Radius v0.29.0

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