Skip to content

Commit

Permalink
Update docs/release-notes/v0.43.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Casper <[email protected]>
Signed-off-by: Nithya Subramanian <[email protected]>
  • Loading branch information
nithyatsu and zachcasper authored Feb 7, 2025
1 parent 8b19bc0 commit 0f1bfa0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/release-notes/v0.43.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ If you're new to Radius, check out our website, [radapp.io](https://radapp.io),

### DeploymentTemplate Controller
A new Kubernetes controller in Radius called the DeploymentTemplate Controller is now available that will allow users to deploy resources defined in Bicep manifests using Kubernetes tooling using Radius. This controller was added to enable integrations with GitOps platforms like Flux, which will be available in a future release. Please see the [DeploymentTemplate Controller design document](https://github.com/radius-project/design-notes/blob/main/architecture/2024-10-deploymenttemplate-controller.md) for more details.

### Preparations for using PostgreSQL as the Radius database
In the near future, the Radius data store will be migrated from etcd to a PostgreSQL database. In preparation for this, the Helm chart for installing Radius now includes deploying PostgreSQL to the Kubernetes cluster. There are no changes to Radius when installed via `rad init`.
You can follow the progress of moving the Radius data store [in this issue](https://github.com/radius-project/radius/issues/8398).
## rad CLI command for creating new resource types
We have added a CLI command `rad resource-type create` to create new resource-types in Radius. This was added to enable resource extensibility in Radius. The end-end functionality of creating and deploying a user-defined resource type will be available in a future release. Learn more from the [UDT technical design document](https://github.com/radius-project/design-notes/blob/main/architecture/2024-07-user-defined-types.md)
## Breaking changes
Expand Down

0 comments on commit 0f1bfa0

Please sign in to comment.