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.
- Delete any environments you have created:
rad env delete <env-name>
- Uninstall the previous version of the Radius control-plane:
rad uninstall kubernetes
- Visit the Radius installation guide to install the latest CLI, or download a binary below
- Install the latest version of the Radius control-plane:
rad install kubernetes
Full changelog
- Add Instructions on Running Tests to the Contributions Guide by @kachawla in #6926
- Create Release v0.28.0 by @lakshmimsft in #6929
- Remove stale devcontainer by @rynowak in #6931
- Update Release Contribution Docs by @kachawla in #6928
- Doing some updates to the magpie by @ytimocin in #6925
- Add edge rad CLI install by @willdavsmith in #6899
- Update Release Contribution docs by @lakshmimsft in #6935
- Implement tracked resources by @rynowak in #6204
- feat: add devcontainer feature for radcli by @lechnerc77 in #6930
- fix: remove schema validation from feature release flow by @lechnerc77 in #6945
- updating plainHTTP to plainHttp by @vishwahiremat in #6943
- rewrite app connections to use getGraph API by @nithyatsu in #6938
- chore: improve setup of devconatiner for contributions by @lechnerc77 in #6954
- Updating radius.dev strings by @ytimocin in #6966
- Update devcontainer publishing path by @rynowak in #6967
- docs: update prerequiste and debug docs by @lechnerc77 in #6965
- Fix namespace in devcontainer feature publishing by @rynowak in #6970
- Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in #6971
- Create release V0.29 RC 1 by @nithyatsu in #6987
- Remove copilot4prs by @sk593 in #6988
Full Changelog: v0.28.0...v0.29.0