Skip to content

Radius v0.33.0

Compare
Choose a tag to compare
@rad-ci-bot rad-ci-bot released this 25 Apr 18:21
· 31 commits to main since this release
6ffdc99

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