github radius-project/radius v0.28.0
Radius v0.28.0

latest releases: v0.38.0, v0.38.0-rc1, v0.37.0...
9 months ago

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

Don't miss a new radius release

NewReleases is sending notifications on new releases.