Announcing Radius v0.48.0
Today we're happy to announce the release of Radius v0.48.0. Check out the highlights below, along with the full changelog for more details.
We would like to extend our thanks to all the 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 Resource Types
Radius now enables Platform Engineers to define custom Resource Types for use by developers within their enterprise. This is a major step forward, giving platform engineers much greater control over the specific implementation and deployment of cloud resources. Resource Types also make it dramatically easier for developers to follow best practices for security, compliance, and cost management. With Resource Types, developers work with higher-level, familiar abstractions defined by their organization, simplifying workflows and reducing cognitive load. Check out the tutorials to create a PostgreSQL resource type and to create a composite Recipe for a web service resource type.
Breaking changes
None.
Upgrading to Radius v0.48.0
During our preview stage, an upgrade to Radius v0.48.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
What's Changed
- Release 0.47.0 by @vishwahiremat in #9572
- Bump the go-dependencies group across 1 directory with 14 updates by @dependabot in #9616
- Bump bicep-types from
faeae51
to3e76092
by @dependabot in #9617 - Bump the github-actions group with 2 updates by @dependabot in #9504
- Use Flux CLI install from GitHub action by @willdavsmith in #9672
- update terraform kubernetes provider to fix getResourceIdentitySchemas Not Implemented issue by @nithyatsu in #9675
- rad resource-type show command updates by @vishwahiremat in #9438
- Bump bicep-types from
3e76092
tof8a4177
by @dependabot in #9723 - Bump ossf/scorecard-action from 2.4.1 to 2.4.2 in the github-actions group by @dependabot in #9721
- ts-node call fix for node 23+ by @ytimocin in #9671
- Change name to namespace by @vishwahiremat in #9517
- Temporarily skipping test using resources in
dt-recipe-ns
namespace by @lakshmimsft in #9744 - Adding the PreflightCheck interface and adding the version check preflight check by @ytimocin in #9738
- Add a workflow to require PR checklist to be filled out by @kachawla in #9732
- Fix dev container build by @brooke-hamilton in #9774
- Updates to LRT workflow by @lakshmimsft in #9746
- Update GetResourceTypeDetails to use new UCP client by @kachawla in #9779
- Adding Radius (and Contour) installation preflight check by @ytimocin in #9739
- Revert to clierrors.Message for error type checking by @kachawla in #9793
- Adding Kubernetes resources Preflight Check by @ytimocin in #9740
- Make commands for workflow editing by @brooke-hamilton in #9642
- Make command deploy AKS cluster for long-running tests by @brooke-hamilton in #9649
- Increase timeout and add retries for test Gitea and Flux installs by @willdavsmith in #9405
- Revert PR for changing name -> namespace by @vishwahiremat in #9811
- Remove "binding" from dynamicrp resource status by @lakshmimsft in #9536
- support for container --> udt connection by @nithyatsu in #9464
- Update skip condition for PR checklist workflow by @sk593 in #9817
- Bump the npm_and_yarn group across 1 directory with 1 update by @dependabot in #9819
- Windows install script fix by @brooke-hamilton in #9814
- Update to resource-type deletion by @lakshmimsft in #9821
- Release v0.48.0-rc1 by @willdavsmith in #9843
- Adding Config and Helm Preflight checks by @ytimocin in #9741
- Bump bicep-types from
f8a4177
to7629785
by @dependabot in #9846
Full Changelog: v0.47.0...v0.48.0