Skip to content

Releases: radius-project/radius

Radius v0.34.0

24 May 20:58
0fd82e7
Compare
Choose a tag to compare

Announcing Radius v0.34.0

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

Viewing the Application Graph using the CLI

Starting with this v0.34 release, we have fully transitioned to the rad app graph command to view the Application Graph in the CLI. This means that the legacy command rad app connections will no longer be supported going forward. Learn more here: CLI referencerad app graph

Testing infrastructure enhancements

The Radius team has been actively improving upon the testing coverage and infrastructure over the past couple of releases. We now have implemented a robust set of functional and long-running tests that are more reliable and cover the most recently released feature areas, including for private Terraform registries. Learn more about running the Radius test suite here: Running Radius Tests

User experience improvements with rad CLI

  • We have fixed the rad init user experience for app name with capital letters to include the error message from k8s as it does not allow capital letters in namespace names
  • We have fixed the bug with rad run failing due to stern log collector limits.

Terraform recipes

We have fixed an issue with the Recipe deployment for Terraform providers that are not part of the official providers. Now Radius is enabled to load and deploy the recipe modules consuming any Terraform provider. Learn more about Terraform Recipes in Radius

Breaking changes

None

New contributors

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

Upgrading to Radius v0.34.0

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

23 May 16:47
950a256
Compare
Choose a tag to compare
Radius v0.34.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

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

Radius v0.33.0

25 Apr 18:21
6ffdc99
Compare
Choose a tag to compare

Announcing Radius v0.33.0

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

Access Kubernetes secrets using PodSpec

A new guide is now available with instructions on how to patch existing Kubernetes secrets using PodSpec definitions and provide them to the environment of a container. Visit the How-To Guide in the Radius documentation to learn more.

Codecov now enabled in the Radius repo

Codecov has been added to the Radius repo and will compare test coverage reports and display results in all pull requests going forward.

Community Contributions

  • Thanks to @gpltaylor for contributing to user experience improvements with rad group switch CLI command and fixing the bug with root CA file path for Windows while installing Radius.
  • Thanks to @superbeeny for contributing to the how-to-guide on patching existing Kubernetes secrets using PodSpec.

Breaking changes

None

New contributors

None

Upgrading to Radius v0.33.0

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

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