Announcing Radius v0.27.0
Today we're happy to announce the release of Radius v0.27.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
Simulated environments
Radius now supports simulated environments, where application deployments do not result in any running containers or deployed infrastructure. These environments are useful when doing dry-run/test deployments or to interact with the Radius application graph on an application template before it's fully deployed. Learn more in the environment docs.
Application graph API
A new app graph API allows you to now get all resources and connections within an application via a single API call, instead of building the graph manually via multiple APIs. This API unlocks custom visualizations and experiences on top of Radius. Learn more in the Radius API docs.
Kubernetes annotation-based Radius apps
Want to add Radius to an existing Kubernetes application but don't want to rewrite it in Bicep? Radius now supports annotations and CRDs that allow you to add your app to the Radius application graph, deploy Recipes, and easily configure connections. Learn more in the new tutorial.
eShop on Radius with Recipes
The [eShop on containers] reference app is now Recipe-enabled, providing a single application definition that works on local-dev, Azure, and AWS environments. Learn more about eShop in the docs.
Bug fixes and performance improvements
We've fixed a bunch of installation bugs and experience issues based on the amazing user feedback that you have all been submitting. Please make sure to continue to log Issues and report issues in Discord.
Upgrading to Radius v0.27.0
During our preview stage, an upgrade to Radius v0.27.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
- Mock env to deploy without actually creating resources by @vinayada1 in #6424
- Release 0.26.0 by @sk593 in #6458
- Release 0.26.1 by @sk593 in #6460
- Pagination causing Dev Recipes to not be installed and Controller Pod permission fix by @ytimocin in #6466
- patch release v0.26.2 by @sk593 in #6470
- Handle 404 as success in recipe deletion by @willdavsmith in #6467
- Update release v0.26.3 by @sk593 in #6475
- Add Deployment reconciler by @rynowak in #6444
- Make application and environment configurable by @rynowak in #6480
- Add functional test for Kubernetes interop by @rynowak in #6488
- Add
graph
alias forrad app connections
by @AaronCrawfis in #6489 - Update README.md by @jonvsm in #6482
- Fix errata in Kubernetes controllers by @rynowak in #6494
- Migrate to GHCR by @willdavsmith in #6478
- Update installation scripts by @sk593 in #6495
- Add
ok-to-test
trigger for functional tests by @willdavsmith in #6481 - Use ACR for Radius helm chart by @willdavsmith in #6501
- Update release v0.26.4 by @sk593 in #6499
- Update release build by @sk593 in #6504
- Update release version to 0.26.5 by @sk593 in #6505
- Update release version 0.26.6 by @sk593 in #6509
- Switch to radapp.io by @AaronCrawfis in #6503
- Update scaffolded application with correct image by @AaronCrawfis in #6520
- Update release docs by @sk593 in #6476
- Fix: Folders with spaces cause the installation script to fail by @wmeints in #6529
- Temporarily skipping AWS S3 functional tests by @willdavsmith in #6536
- doc: fix broken link by @daixiang0 in #6526
- Fix double-encoding of Kubernetes secrets by @rynowak in #6541
- Chore: Typos fixed in
docs
folder by @thapasusheel in #6543 - docs: fix typos by @daixiang0 in #6525
- Fix build workflow from forks by @rynowak in #6544
- Add '/assign' command to Radius bot by @shubham1172 in #6550
- Fix long-running azure workflow syntax and re-enable for pull requests by @shubham1172 in #6547
- Release v0.26.7 by @willdavsmith in #6553
- Add option to specify container restart policy by @shubham1172 in #6546
- implement getgraph API by @nithyatsu in #6432
- Add DCO instructions by @AaronCrawfis in #6573
- Release patch for 0.26.8 by @shalabhms in #6579
- Remove
docs.yaml
GitHub workflow by @willdavsmith in #6583 - Adding changes to address error handling for recipe deployment errors. by @vishwahiremat in #6551
- cmd: fix a typo by @daixiang0 in #6589
- pkgs: fix typos by @daixiang0 in #6590
- Simplify API routes MessagingRP by @sk593 in #6586
- Simplify API routes Datastoresrp by @sk593 in #6522
- Fix default registry path in functional tests by @willdavsmith in #6585
- docs: fix typos by @Mayureshd-18 in #6596
- Update workflow for updating Bicep types by @ytimocin in #6584
- Bicep PR is failing the DCO check by @ytimocin in #6605
- Remove bicep download authentication credentials by @sk593 in #6615
- New patch for release 0.26 by @ytimocin in #6620
- Fix issue with rad install by @vinayada1 in #6618
- Update README.md by @ytimocin in #6624
- Simplify API route registration for Dapr rp by @vishwahiremat in #6560
- Add Radius Triage Bot by @rynowak in #6638
- Initialize tfexec.Terraform once per request + refactoring/cleanup by @kachawla in #6630
- Publish edge rad CLI binaries to
./rad
instead of./dist/os_arch/release/rad
by @willdavsmith in #6634 - Add extra logging and retries to Test_Gateway by @willdavsmith in #6622
- Fix windows edge rad CLI publishing by @willdavsmith in #6646
- Show recipe template kind and path in the status by @vinayada1 in #6450
- Update release verification workflow to use GH releases by @willdavsmith in #6616
- Enable OpenSSF Scorecard by @kachawla in #6637
- Fix string formatting in pod status check assertion by @kachawla in #6656
- Add steps for Radius Bicep release by @willdavsmith in #6606
- Fix flaky TF recipe tests by @sk593 in #6644
- Switch ACR Helm chart to GHCR for rad init by @willdavsmith in #6510
- Hard-coding dev recipes, refactoring its logic, and adding a functional test by @ytimocin in #6513
- Release 0.27: Create RC release by @kachawla in #6662
- Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" by @willdavsmith in #6668
- Update Helm Chart Download Error Message by @kachawla in #6671
- Use GHCR for Radius Helm repository by @willdavsmith in #6672
- Change arch of release verification script to amd64 by @willdavsmith in #6665
- Release 0.27: Create RC2 release by @kachawla in #6677
- Fix redirection in bash script by @youngbupark in #6676
- Release 0.27: Create RC3 release by @kachawla in #6678
- Release 0.27: Create RC4 release by @kachawla in #6679
New contributors
- @wmeints made their first contribution in #6529
- @daixiang0 made their first contribution in #6526
- @thapasusheel made their first contribution in #6543
- @shubham1172 made their first contribution in #6550
- @Mayureshd-18 made their first contribution in #6596
Full Changelog: v0.26.0...v0.27.0