Announcing Radius v0.47.0
Today we're happy to announce the release of Radius v0.47.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
rad version
command now also displays control plane version
The rad version
command in the Radius CLI has been updated to display both the CLI version on your machine and the control plane version running in your cluster. This change aims to provide clearer information for users to keep track of versions of the different Radius tools they have installed.
Gateway Route timeouts configuration
A timeoutPolicy
object has been added to the routes
property in the Gateway resource, allowing users to configure custom timeout settings for their Gateway routes. This change offers improved control over request handling to enhance application performance, e.g. adding flexibility for accommodating long-running HTTP calls. For more details, please see the updated Gateway resource reference.
Deploy Radius applications to Azure Container Instances (ACI)
Support for deploying applications to Azure Container Instances (ACI) is now available. You can now use Radius to provision an ACI compute environment then, without needing to modify your app definition, deploy applications and containers to the ACI environment. Radius provisions on your behalf all the necessary Azure infrastructure required to run your application. To try this feature, check out the ACI how-to guide.
Breaking changes
None.
Upgrading to Radius v0.47.0
During our preview stage, an upgrade to Radius v0.47.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
- Features/superbeeny/gatewaytimeout by @superbeeny in #8739
- Bump helm.sh/helm/v3 from 3.17.2 to 3.17.3 in the go_modules group by @dependabot in #9156
- Waiting for the cache to sync in flux test by @ytimocin in #9313
- Fixing the cache is not started, can not read objects error in flux unit test by @ytimocin in #9361
- Enable UDTs to appear in Application Graph by @nithyatsu in #9181
- Adding changes to populate the recipe outputs to the resource properties by @vishwahiremat in #9210
- Updating rad version command to also show control plane version by @ytimocin in #9167
- Bump golang.org/x/net from 0.36.0 to 0.38.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in #9193
- Fix for code scanning issue by @brooke-hamilton in #9439
- Various fixes for long-running tests by @willdavsmith in #8680
- Bump the all group across 1 directory with 38 updates by @dependabot in #9423
- Add golangci-lint to dev container by @brooke-hamilton in #9026
- Improve error logging for resource manifest registration failures by @kachawla in #9442
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 in the go_modules group by @dependabot in #9481
- Fix race conditions in Gateway timeout functional tests by @kachawla in #9482
- Clarify dependabot group names by @brooke-hamilton in #9487
- Bump the go-dependencies group across 1 directory with 12 updates by @dependabot in #9506
- Refactor pkg/cli/helm and add unit tests by @ytimocin in #9166
- Add initial ACI support by @sk593 in #9436
- Use dedicated acr to host test user-defined resource types by @lakshmimsft in #9376
- Update Dynamicrp per PRs #8267, #8924 by @lakshmimsft in #9195
- Release 0.47.0-rc1 by @vishwahiremat in #9569
Full Changelog: v0.46.0...v0.47.0