Announcing Radius v0.39.0
Today we're happy to announce the release of Radius v0.39.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
Support for Dapr Configuration Building Block
A new Applications.Dapr/configurationStores
resource type is now available to define and deploy the Dapr Configuration building block in Radius. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the Dapr integration in Radius. To learn more, go to the Dapr Configuration Store resource schema in the Radius documentation. Thanks to community contributor @SoTrx for adding this functionality.
In-memory data store for testing and development
Radius has added an implementation for an in-memory version of the data store interface, which may be used for testing and development purposes, when contributing to Radius. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests.
Breaking changes
None.
Upgrading to Radius v0.39.0
During our preview stage, an upgrade to Radius v0.39.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
- Update version to 0.38 in versions.yaml by @ytimocin in #7924
- Bump bicep-types from
99cdcee
tod936309
by @dependabot in #7929 - Implementation of Dapr Building Block: Configuration Store by @SoTrx in #7906
- Updating and reformatting the release doc by @ytimocin in #7933
- Update the timeout of the clean-up cluster step to 1h by @ytimocin in #7938
- Add dapr-sts* namespaces to be deleted to the clean-up workflow by @ytimocin in #7942
- Update golangci-lint version and fix new warnings by @ytimocin in #7951
- Improve validation and simplify database tests by @rynowak in #7949
- Separating purge old images and purge Azure test resources workflows by @ytimocin in #7937
- Bump peter-evans/create-pull-request from 6 to 7 in the all group by @dependabot in #7904
- Bump bicep-types from
d936309
toebba845
by @dependabot in #7957 - Add an in-memory data store by @rynowak in #7950
- Removing bicep workaround + minor cleanup by @sk593 in #7965
- Update the bicep extension used in the dev container by @brooke-hamilton in #7969
- Implement PostgreSQL datastore by @rynowak in #7961
- Add a PR Checklist for Contributions by @kachawla in #7921
- Bump bicep-types from
ebba845
to96b34cb
by @dependabot in #7971 - Fix compiler and test failures with latest version of sigs.k8s.io/controller-runtime by @brooke-hamilton in #7979
- Bump the all group across 1 directory with 38 updates by @kachawla in #7981
- Implementation of resource providers and resource types registration by @rynowak in #7967
- Release 0.39: Create RC release by @kachawla in #7983
- Skipping one of the text prompt tests by @ytimocin in #7985