Releases: radius-project/radius
Radius v0.29.0-rc1
What's Changed
## changelog
- Add Instructions on Running Tests to the Contributions Guide by @kachawla in #6926
- Create Release v0.28.0 by @lakshmimsft in #6929
- Remove stale devcontainer by @rynowak in #6931
- Update Release Contribution Docs by @kachawla in #6928
- Doing some updates to the magpie by @ytimocin in #6925
- Add edge rad CLI install by @willdavsmith in #6899
- Update Release Contribution docs by @lakshmimsft in #6935
- Implement tracked resources by @rynowak in #6204
- feat: add devcontainer feature for radcli by @lechnerc77 in #6930
- fix: remove schema validation from feature release flow by @lechnerc77 in #6945
- updating plainHTTP to plainHttp by @vishwahiremat in #6943
- rewrite app connections to use getGraph API by @nithyatsu in #6938
- chore: improve setup of devconatiner for contributions by @lechnerc77 in #6954
- Updating radius.dev strings by @ytimocin in #6966
- Update devcontainer publishing path by @rynowak in #6967
- docs: update prerequiste and debug docs by @lechnerc77 in #6965
- Fix namespace in devcontainer feature publishing by @rynowak in #6970
- Change SSL_CERT_DIRS to SSL_CERT_DIR by @youngbupark in #6971
- Create release V0.29 RC 1 by @nithyatsu in #6987
Full Changelog: v0.28.0-rc1...v0.29.0-rc1
Radius v0.28.0
Announcing Radius v0.28.0
Today we're happy to announce the release of Radius v0.28.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
New dev container for contributing to the rad CLI
Our new dev container makes it super easy to get up and running with a local dev container or GitHub Codespace in seconds. It's preloaded with everything you need to begin developing the rad CLI and other Radius services. Try it out for free here.
Thanks to Radius community member @lechnerc77 for the contribution!
Run Radius behind a custom firewall
Radius installations now support custom certificates to allow Radius to operate behind corporate/custom firewall solutions for enterprise installations. Visit the Kubernetes installation docs for more information.
New test experience when contributing to Radius
Contributing to the Radius project and want to know that your code is fully tested? Our new testing experience makes it easy to easily fork, PR, and make your first commit! Radius now leverages GitHub environments and integrated status checks to make sure that community contributions are good to go. All you need to do is submit your PR and our testing infrastructure will take care of the rest.
New contributors
- @mouuii made their first contribution in #6788
- @lechnerc77 made their first contribution in #6905
Upgrading to Radius v0.28.0
During our preview stage, an upgrade to Radius v0.28.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
- 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
- Release v0.27.0 by @kachawla in #6681
- Update tests to remove httpRoutes since services can now be deployed as part of container rendering. by @nithyatsu in #6241
- Revert "Use GHCR for Radius Helm repository" by @sk593 in #6698
- Update patch release by @sk593 in #6699
- Add auto-generation of markdown for resource references by @AaronCrawfis in #6331
- Fix docs generation by @AaronCrawfis in #6716
- Cleanup portable resource API routes by @sk593 in #6687
- Update team membership requirement for
/ok-to-test
execution by @kachawla in #6732 - Updating the rad download url from old CDN to github releases. by @vishwahiremat in #6728
- Fix Docs Workflow when run from fork by @rynowak in #6786
- Updating Functional Test to Validate Deletion in Absence of Terraform State File by @kachawla in #6741
- Support the intermediate root CA in chart by @youngbupark in #6731
- fix:typos by @mouuii in #6788
- fix:typos by @mouuii in #6797
- Adding changes to support k3d-managed/local registries by @vishwahiremat in #6641
- Deleting proxy operations test by @kachawla in #6803
- Delete Mongo recipe parameters test by @kachawla in #6806
- Specify Dapr dashboard version on installation by @rynowak in #6814
- Correct dapr dashboard version by @rynowak in #6818
- Update the READMEs for the test/infra/azure by @ytimocin in #6792
- Remove portable resource from description for shared types by @kachawla in #6813
- Enable skipped bubble tea tests by updating the related libraries by @ytimocin in #6823
- Remove
rad app switch
by @rynowak in #6837 - Adding link to the CNCF sandbox submission by @Reshrahim in #6816
- Upgrading libraries in magpiego by @ytimocin in #6842
- Update Dapr version from 1.12.2 to 1.12.0 by @ytimocin in #6846
- Adding provisioning state to the result of some commands by @ytimocin in #6839
- Updating table format docs for the object formatter by @ytimocin in #6859
- Fix nil pointer dereference in deployment reconciler by @ytimocin in #6853
- Recipe/Deployment- validation admission webhook by @lakshmimsft in #6571
- Update workflow config to prevent specific jobs from executing in forked repositories by @ytimocin in #6873
- Add functional tests instructions to setup local dev environment work with ghcr by @nithyatsu in #6717
- Update logger.Info in Terraform driver by @ytimocin in #6879
- Disabling scheduled functional test runs on forks by @ytimocin in #6885
- Workflow for tests approvals using environments and workflow_run by @vinayada1 in #6796
- Use github checks API to report test status by @vinayada1 in #6807
- Adding names to the etag unit tests by @ytimocin in #6886
- Add workflow run trigger to build and run functional tests by @vinayada1 in #6891
- Add actions/checkout by @vinayada1 in #6892
- Add resource group to some object formats by @rynowak in #6894
- Logs and some test changes to help debug test failure in Test_CLI_Delete by @vinayada1 in #6881
- Check pods are created before waiting for them to be ready during publish recipes by @vinayada1 in #6914
- Fixing the panic for annotations.Configuration by @ytimocin in #6864
- chore: setup devcontainer for CLI contributions by @lechnerc77 in #6905
- Create RC Release v0.28.0-rc1 by @lakshmimsft in #6920
Radius v0.28.0-rc1
What's Changed
## changelog
- 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
- Release v0.27.0 by @kachawla in #6681
- Update tests to remove httpRoutes since services can now be deployed as part of container rendering. by @nithyatsu in #6241
- Revert "Use GHCR for Radius Helm repository" by @sk593 in #6698
- Update patch release by @sk593 in #6699
- Add auto-generation of markdown for resource references by @AaronCrawfis in #6331
- Fix docs generation by @AaronCrawfis in #6716
- Cleanup portable resource API routes by @sk593 in #6687
- Update team membership requirement for
/ok-to-test
execution by @kachawla in #6732 - Updating the rad download url from old CDN to github releases. by @vishwahiremat in #6728
- Fix Docs Workflow when run from fork by @rynowak in #6786
- Updating Functional Test to Validate Deletion in Absence of Terraform State File by @kachawla in #6741
- Support the intermediate root CA in chart by @youngbupark in #6731
- fix:typos by @mouuii in #6788
- fix:typos by @mouuii in #6797
- Adding changes to support k3d-managed/local registries by @vishwahiremat in #6641
- Deleting proxy operations test by @kachawla in #6803
- Delete Mongo recipe parameters test by @kachawla in #6806
- Specify Dapr dashboard version on installation by @rynowak in #6814
- Correct dapr dashboard version by @rynowak in #6818
- Update the READMEs for the test/infra/azure by @ytimocin in #6792
- Remove portable resource from description for shared types by @kachawla in #6813
- Enable skipped bubble tea tests by updating the related libraries by @ytimocin in #6823
- Remove
rad app switch
by @rynowak in #6837 - Adding link to the CNCF sandbox submission by @Reshrahim in #6816
- Upgrading libraries in magpiego by @ytimocin in #6842
- Update Dapr version from 1.12.2 to 1.12.0 by @ytimocin in #6846
- Adding provisioning state to the result of some commands by @ytimocin in #6839
- Updating table format docs for the object formatter by @ytimocin in #6859
- Fix nil pointer dereference in deployment reconciler by @ytimocin in #6853
- Recipe/Deployment- validation admission webhook by @lakshmimsft in #6571
- Update workflow config to prevent specific jobs from executing in forked repositories by @ytimocin in #6873
- Add functional tests instructions to setup local dev environment work with ghcr by @nithyatsu in #6717
- Update logger.Info in Terraform driver by @ytimocin in #6879
- Disabling scheduled functional test runs on forks by @ytimocin in #6885
- Workflow for tests approvals using environments and workflow_run by @vinayada1 in #6796
- Use github checks API to report test status by @vinayada1 in #6807
- Adding names to the etag unit tests by @ytimocin in #6886
- add workflow run trigger to build and run functional tests by @vinayada1 in #6891
- Add actions/checkout by @vinayada1 in #6892
- Add resource group to some object formats by @rynowak in #6894
- Logs and some test changes to help debug test failure in Test_CLI_Delete by @vinayada1 in #6881
- Check pods are created before waiting for them to be ready during publish recipes by @vinayada1 in #6914
- Fixing the panic for annotations.Configuration by @ytimocin in #6864
- chore: setup devcontainer for CLI contributions by @lechnerc77 in #6905
- Create RC Release v0.28.0-rc1 by @lakshmimsft in #6920
New Contributors
- @mouuii made their first contribution in #6788
- @lechnerc77 made their first contribution in #6905
Full Changelog: v0.27.0-rc1...v0.28.0-rc1
Radius v0.27.1
Radius v0.27.0
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 test...
Radius v0.27.0-rc4
What's Changed
## changelog
- Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" (#6668) by @willdavsmith in #6669
- Use GHCR for Radius Helm repository (#6672) by @willdavsmith in #6674
Full Changelog: v0.27.0-rc1...v0.27.0-rc4
Radius v0.27.0-rc3
What's Changed
## changelog
- Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" (#6668) by @willdavsmith in #6669
- Use GHCR for Radius Helm repository (#6672) by @willdavsmith in #6674
Full Changelog: v0.27.0-rc1...v0.27.0-rc3
Radius v0.27.0-rc2
What's Changed
## changelog
- Revert "Switch ACR Helm chart to GHCR for rad init (#6510)" (#6668) by @willdavsmith in #6669
- Use GHCR for Radius Helm repository (#6672) by @willdavsmith in #6674
Full Changelog: v0.27.0-rc1...v0.27.0-rc2
Radius v0.27.0-rc1
What's Changed
## 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
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-rc1...v0.27.0-rc1