Skip to content

Releases: radius-project/radius

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

Radius v0.29.0-rc1

03 Jan 23:01
01c80e8
Compare
Choose a tag to compare
Radius v0.29.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.28.0-rc1...v0.29.0-rc1

Radius v0.28.0

07 Dec 20:10
c7217b6
Compare
Choose a tag to compare

Announcing Radius v0.28.0

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

New dev container for contributing to the rad CLI

Our new dev container makes it super easy to get up and running with a local dev container or GitHub Codespace in seconds. It's preloaded with everything you need to begin developing the rad CLI and other Radius services. Try it out for free here.

Open in GitHub Codespaces

Thanks to Radius community member @lechnerc77 for the contribution!

Run Radius behind a custom firewall

Radius installations now support custom certificates to allow Radius to operate behind corporate/custom firewall solutions for enterprise installations. Visit the Kubernetes installation docs for more information.

New test experience when contributing to Radius

Contributing to the Radius project and want to know that your code is fully tested? Our new testing experience makes it easy to easily fork, PR, and make your first commit! Radius now leverages GitHub environments and integrated status checks to make sure that community contributions are good to go. All you need to do is submit your PR and our testing infrastructure will take care of the rest.

New contributors

Upgrading to Radius v0.28.0

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

06 Dec 20:16
a8b5bd5
Compare
Choose a tag to compare
Radius v0.28.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.27.0-rc1...v0.28.0-rc1

Radius v0.27.1

11 Nov 01:00
a0fa10b
Compare
Choose a tag to compare

Radius v0.27.1

This release addresses an issue with helm chart download. Check out the changelog for more details of what was addressed in this patch.

Changelog

Radius v0.27.0

10 Nov 19:49
389c663
Compare
Choose a tag to compare

Announcing Radius v0.27.0

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

Simulated environments

Radius now supports simulated environments, where application deployments do not result in any running containers or deployed infrastructure. These environments are useful when doing dry-run/test deployments or to interact with the Radius application graph on an application template before it's fully deployed. Learn more in the environment docs.

Application graph API

A new app graph API allows you to now get all resources and connections within an application via a single API call, instead of building the graph manually via multiple APIs. This API unlocks custom visualizations and experiences on top of Radius. Learn more in the Radius API docs.

Kubernetes annotation-based Radius apps

Want to add Radius to an existing Kubernetes application but don't want to rewrite it in Bicep? Radius now supports annotations and CRDs that allow you to add your app to the Radius application graph, deploy Recipes, and easily configure connections. Learn more in the new tutorial.

eShop on Radius with Recipes

The [eShop on containers] reference app is now Recipe-enabled, providing a single application definition that works on local-dev, Azure, and AWS environments. Learn more about eShop in the docs.

Bug fixes and performance improvements

We've fixed a bunch of installation bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log Issues and report issues in Discord.

Upgrading to Radius v0.27.0

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

Read more

Radius v0.27.0-rc4

09 Nov 23:13
b2bc783
Compare
Choose a tag to compare
Radius v0.27.0-rc4 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.27.0-rc1...v0.27.0-rc4

Radius v0.27.0-rc3

09 Nov 21:37
b2bc783
Compare
Choose a tag to compare
Radius v0.27.0-rc3 Pre-release
Pre-release

What's Changed

## changelog

Full Changelog: v0.27.0-rc1...v0.27.0-rc3

Radius v0.27.0-rc2

09 Nov 18:28
b2bc783
Compare
Choose a tag to compare
Radius v0.27.0-rc2 Pre-release
Pre-release

What's Changed

## changelog

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

Radius v0.27.0-rc1

08 Nov 21:58
065aa55
Compare
Choose a tag to compare
Radius v0.27.0-rc1 Pre-release
Pre-release

What's Changed

## changelog

New Contributors

Full Changelog: v0.26.0-rc1...v0.27.0-rc1