Releases: radius-project/radius
Radius v0.33.0-rc1
What's Changed
## changelog
- Update logging for failed async operations by @kachawla in #7370
- Official Release 0.32.0 by @youngbupark in #7405
- Upgrade action versions of workflow to resolve openSSF issues by @youngbupark in #7415
- Upgrade all remaining actions to the latest by @youngbupark in #7424
- Upgrade actions to fix upload conflict by @youngbupark in #7426
- Enable codecov by @youngbupark in #7421
- Run codecov action only once by @youngbupark in #7427
- Do not fail for codecov error by @youngbupark in #7429
- Creating an optional interface to get secret id references for driver with secrets. by @vishwahiremat in #7306
- Updating the GH_TOKEN for terraform private repo testing to use github app installation token. by @vishwahiremat in #7434
- Add permission to build workflow for codecov by @youngbupark in #7432
- Enable retry on functional test by @youngbupark in #7430
- Revert "Enable retry on functional test (#7430)" by @youngbupark in #7442
- Allow codecov to create comment by @youngbupark in #7443
- Remove double imports and some dead code by @ytimocin in #7445
- Update dependencies of Magpie by @ytimocin in #7446
- Add cli validation for missing Bicep parameters by @rynowak in #7298
- Remove unused parameters by @ytimocin in #7473
- Fix dashboard app graph not showing bug by @willdavsmith in #7478
- Updating Azure and AWS packages by @ytimocin in #7456
- PR - Root certificate authority requires escape characters on windows OS by @gpltaylor in #7479
- Update dependencies of Radius (2nd batch) by @ytimocin in #7483
- Disable codecov patch check by @youngbupark in #7486
- Add temporary login for expired auth by @sk593 in #7491
- Update
az login
on LRT to run always by @sk593 in #7496 - Updating release documentation for clarity by @willdavsmith in #7150
- rad group switch output by @gpltaylor in #7488
- Remove httpRoute type from Radius by @rynowak in #7342
- Update TF Exec package version by @ytimocin in #7497
- Updating contour, stern, cloudformation, and k8s controller runtime versions by @ytimocin in #7498
- Updating jsondiff package (and 2 others) and updating the tests by @ytimocin in #7517
- Bump danhellem/github-actions-issue-to-work-item from 2.2 to 2.3 in the all group by @dependabot in #7501
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in #7514
- Adding functional test for private terraform repo support and fixing delete issue with private repo by @vishwahiremat in #7436
- Create the issue only when there are consecutive failures by @youngbupark in #7485
- Correct message in functional test failure issue by @youngbupark in #7527
- Remove '[TEST] Functional tests with retry' by @youngbupark in #7428
- Create rc release v0.33.0-rc1 by @lakshmimsft in #7535
Full Changelog: v0.32.0...v0.33.0-rc1
Radius v0.32.0
Announcing Radius v0.32.0
Today we're happy to announce the release of Radius v0.32.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 Terraform modules from private git repositories
Radius Environments can now be configured to pull Terraform Recipe templates from private git repositories. Visit the private registry how-to guide to learn more.
Community Contributions
- Thanks to @gpltaylor for enabling
rad app graph
output to make connection graph output resources name as a link. - Thanks to @lechnerc77 for adding dependabot configuration, fixing dashboard crash for recipes, and adding zoom control to application graph on dashboard.
Breaking changes
None
New contributors
None
Upgrading to Radius v0.32.0
During our preview stage, an upgrade to Radius v0.32.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
- Fix release workflow to include dashboard repo clone by @willdavsmith in #7206
- Do not try to load recipes for a simulated environment by @vinayada1 in #7157
- Add AWS/Azure to required features list. by @vinayada1 in #7218
- Change organization for messaging RP tests and separate cloud/non-cloud tests by @vinayada1 in #7221
- make graph as default cmmand and connections as alias by @nithyatsu in #7217
- Change test organization for cli tests by @vinayada1 in #7226
- Change test organization for samples tests by @vinayada1 in #7225
- Change test organization for kubernetes tests by @vinayada1 in #7222
- Change test organization for datastoresrp tests by @vinayada1 in #7224
- Change test organization for daprrp tests by @vinayada1 in #7223
- Change organization for UCP tests and separate cloud/non-cloud tests by @vinayada1 in #7219
- Change open portal hyperlinks by @gpltaylor in #7229
- Fix test file path by @kachawla in #7275
- Add reorganized cli tests to the matrix by @vinayada1 in #7286
- Use the right version of bicep using oras in workflow by @youngbupark in #7293
- Updating environment variables set at Terraform process to include env variables at current process by @lakshmimsft in #7272
- Adding env variables in functional test yaml to test private git module source. by @vishwahiremat in #7304
- Update github token to use secret.GITHUB_TOKEN by @vishwahiremat in #7305
- Only set Functional Test Run as passing if all subtests pass by @willdavsmith in #7303
- chore: add dependabot configuration by @lechnerc77 in #7307
- Use workload identity in workflow by @youngbupark in #7337
- Adding Fix for flakey test caused while buildng bicep template by @vishwahiremat in #7345
- Add error handling for failed
oras pull
during installation. by @AaronCrawfis in #7302 - Migrate long-running test to new cluster to enable monitoring by @youngbupark in #7357
- Fixing the wrong message in workspace switch command by @ytimocin in #7389
- Randomize the id with GITHUB_RUN_NUMBER for scheduled test by @youngbupark in #7392
- Change test organization for shared tests. by @vinayada1 in #7227
- chore: add dependabot configuration by @lechnerc77 in radius-project/dashboard#58
- fix: dashboard crash for recipes by @lechnerc77 in radius-project/dashboard#60
- feat: add zoom control to application graph by @lechnerc77 in radius-project/dashboard#61
Radius v0.32.0-rc1
What's Changed
## changelog
- Fix release workflow to include dashboard repo clone by @willdavsmith in #7206
- Updating versions.yaml for 0.31-rc2 by @ytimocin in #7209
- Updating versions.yaml for 0.31-rc3 by @ytimocin in #7212
- Final Release 0.31 by @ytimocin in #7214
- Do not try to load recipes for a simulated environment by @vinayada1 in #7157
- Add AWS/Azure to required features list. by @vinayada1 in #7218
- Change organization for messaging RP tests and separate cloud/non-cloud tests by @vinayada1 in #7221
- make graph as default cmmand and connections as alias by @nithyatsu in #7217
- Change test organization for cli tests by @vinayada1 in #7226
- Change test organization for samples tests by @vinayada1 in #7225
- Change test organization for kubernetes tests by @vinayada1 in #7222
- Change test organization for datastoresrp tests by @vinayada1 in #7224
- Change test organization for daprrp tests by @vinayada1 in #7223
- Change organization for UCP tests and separate cloud/non-cloud tests by @vinayada1 in #7219
- add highlights to v0.31 release notes by @willtsai in #7268
- Change open portal hyperlinks by @gpltaylor in #7229
- Fix test file path by @kachawla in #7275
- Add reorganized cli tests to the matrix by @vinayada1 in #7286
- Use the right version of bicep using oras in workflow by @youngbupark in #7293
- Updating environment variables set at Terraform process to include env variables at current process by @lakshmimsft in #7272
- Adding env variables in functional test yaml to test private git module source. by @vishwahiremat in #7304
- Update github token to use secret.GITHUB_TOKEN by @vishwahiremat in #7305
- Only set Functional Test Run as passing if all subtests pass by @willdavsmith in #7303
- chore: add dependabot configuration by @lechnerc77 in #7307
- Use workload identity in workflow by @youngbupark in #7337
- Adding Fix for flakey test caused while buildng bicep template by @vishwahiremat in #7345
- Add error handling for failed
oras pull
during installation. by @AaronCrawfis in #7302 - Migrate long-running test to new cluster to enable monitoring by @youngbupark in #7357
- Enable scheduled test with retry for testing purpose by @youngbupark in #7367
- Run temp functional test workflow every 20 mins by @youngbupark in #7368
- Fixing the wrong message in workspace switch command by @ytimocin in #7389
- Randomize the id with GITHUB_RUN_NUMBER for scheduled test by @youngbupark in #7392
- Change test organization for shared tests. by @vinayada1 in #7227
- Increase test interval for
[TEST] Functional tests with retry
by @youngbupark in #7399 - Release 0.32.0-rc1 by @youngbupark in #7403
Full Changelog: v0.31.0...v0.32.0-rc1
Radius v0.31.0
Announcing Radius v0.31.0
Today we're happy to announce the release of Radius v0.31.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
Radius Dashboard now installed automatically
The Radius Dashboard is now installed and versioned as part of rad init
and the Radius Helm chart. Visit the Dashboard documentation to learn more.
Radius Dashboard integration with rad run
When running Radius applications via rad run
, the Radius Dashboard is now automatically port-forwarded and ready to access. This allows you to easily visualize and understand your applications during development and testing of your application. Visit the Radius getting started guide to learn more and try it out.
Breaking changes
None
New contributors
Welcome to our new contributors who have merged their first PR in this release!
Upgrading to Radius v0.31.0
During our preview stage, an upgrade to Radius v0.31.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
- Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in #7095
- versions.yaml updated for release 0.30 - final release by @vinayada1 in #7103
- Run release workflow on push to release branch by @willdavsmith in #7127
- Adding GHCR login step to the long running tests by @ytimocin in #7130
- Use unique resource names in test Terraform Recipe by @kachawla in #7108
- Add GH action to close stale PRs by @kachawla in #7143
- Rename stale PRs workflow filename by @kachawla in #7152
- Update RequireResource to handle duplicate short names and proper fully qualified names (also make life a little better for windows file system contributors) by @jhandel in #7134
- Update Namespace.ValidateNamespace to add workspace to arguments by @jhandel in #7154
- Set go version to 1.21.7 by @youngbupark in #7179
- updating patch api def for applications resource by @vishwahiremat in #7182
- Adding changes to extend secret stores scope to global by @vishwahiremat in #7155
- Adding support for terraform private module source for git by @vishwahiremat in #7167
- Adding dashboard release branch creation and tag push by @willdavsmith in #7160
- Fix syntax error in release workflow by @willdavsmith in #7200
- Add dashboard to Radius installation and rad run by @willdavsmith in #7186
- Update typespec to support all Terraform Recipe Providers and Env by @ytimocin in #7202
- Add support to set environment variables to Terraform environment by @lakshmimsft in #7192
- Add logic to build configuration for multiple Terraform providers support by @lakshmimsft in #7189
- Updating versions.yaml for 0.31-rc1 by @ytimocin in #7205
- Fix release workflow to include dashboard repo clone by @willdavsmith in #7206
- Updating versions.yaml for 0.31-rc2 by @ytimocin in #7209
- Updating versions.yaml for 0.31-rc3 by @ytimocin in #7212
Radius v0.31.0-rc3
Radius v0.31.0-rc2
Radius v0.31.0-rc1
What's Changed
## changelog
- Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in #7095
- versions.yaml updated for release 0.30 - final release by @vinayada1 in #7103
- Run release workflow on push to release branch by @willdavsmith in #7127
- Adding GHCR login step to the long running tests by @ytimocin in #7130
- Use unique resource names in test Terraform Recipe by @kachawla in #7108
- Add GH action to close stale PRs by @kachawla in #7143
- Rename stale PRs workflow filename by @kachawla in #7152
- Update RequireResource to handle duplicate short names and proper fully qualified names (also make life a little better for windows file system contributors) by @jhandel in #7134
- Update Namespace.ValidateNamespace to add workspace to arguments by @jhandel in #7154
- Set go version to 1.21.7 by @youngbupark in #7179
- updating patch api def for applications resource by @vishwahiremat in #7182
- Adding changes to extend secret stores scope to global by @vishwahiremat in #7155
- Adding support for terraform private module source for git by @vishwahiremat in #7167
- Adding dashboard release branch creation and tag push by @willdavsmith in #7160
- Fix syntax error in release workflow by @willdavsmith in #7200
- Add dashboard to Radius installation and rad run by @willdavsmith in #7186
- Update typespec to support all Terraform Recipe Providers and Env by @ytimocin in #7202
- Add support to set environment variables to Terraform environment by @lakshmimsft in #7192
- Add logic to build configuration for multiple Terraform providers support by @lakshmimsft in #7189
- Updating versions.yaml for 0.31-rc1 by @ytimocin in #7205
New Contributors
Full Changelog: v0.30.0-rc3...v0.31.0-rc1
Radius v0.30.0
Announcing Radius v0.30.0
Today we're happy to announce the release of Radius v0.30.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
Terraform Recipe enhancements
We’ve added a bunch of new supported features and scenarios for Terraform Recipes, including sub-module support, Git module source support, and version ranges. We’re actively working on additional features such as private modules and any provider. Stay tuned for updates! Learn more in our docs.
Radius roadmap
The Radius roadmap is now published at https://aka.ms/radius-roadmap, where you can keep track of all the major features and improvements we are tracking. Check it out and make sure to upvote and leave feedback on your favorites!
Introducing the Radius dashboard
We’re excited to share a first look at a new experimental feature of Radius: the Radius dashboard! Our new dashboard allows you to interact with Radius environments, applications, and recipes from an easy-to-use graphical interface. Visit the dashboard repo to try it out today.
Breaking changes
None
New contributors
Welcome to our new contributors who have merged their first PR in this release!
- @IvanJosipovic made their first contribution in #6996
- @gpltaylor made their first contribution in #6974
- @akshayrohilla made their first contribution in #7083
Upgrading to Radius v0.30.0
During our preview stage, an upgrade to Radius v0.30.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
- Remove copilot4prs by @sk593 in #6988
- Create 0.29.0 release by @nithyatsu in #6992
- fix: remove duplicate securityContext by @IvanJosipovic in #6996
- Get long-haul test cluster working by @ytimocin in #6936
- [Add] Adding ignore-not-found to the deletion of certificate in long haul test workflow by @ytimocin in #6999
- Improve error message under 401 condition with Azure ACR by @gpltaylor in #6974
- Remove skipped test by @kachawla in #6998
- Restore AWS S3 tests by @willdavsmith in #6993
- Enable CLI container port expose test by @youngbupark in #7000
- Enable Bicep recipe unit-test with fake registry server by @youngbupark in #7021
- Remove old issues workflow by @AaronCrawfis in #7020
- chore: replace issue templates with forms by @lechnerc77 in #6982
- Updating the caBundle for the controller webhook by @ytimocin in #7022
- Updating the Radius installation step of the long-haul workflow by @ytimocin in #7008
- Add Functional Test for Bicep Recipe Context Parameter by @kachawla in #7041
- Add event logging for Terraform recipe publishing by @sk593 in #7028
- Updating delete confirmation message by @ytimocin in #7049
- Avoid docker debian image ratelimitting issue in long running test by @youngbupark in #7067
- Make the properties field of tracked resource required by @vinayada1 in #6889
- Add check for Terraform submodules by @sk593 in #7013
- Support direct route connection in AppGraph by @youngbupark in #7072
- Fix connection direction by @youngbupark in #7076
- Support routes.*.destination of gateway for App Graph by @youngbupark in #7079
- Remove rad app switch reference from the error message by @akshayrohilla in #7083
- Fix release race condition by @willdavsmith in #6995
- Update versions.yaml for 0.30 rc by @vinayada1 in #7091
- Fix syntax error in release.yaml workflow by @willdavsmith in #7092
- Re-enable skipped test
Test_RecipeCommands
by @sk593 in #7080 - Create RC2 release version by @vinayada1 in #7093
- Add error handling in case release branch doesn't exist yet by @willdavsmith in #7094
- update versions file for rc3 release by @vinayada1 in #7096
Radius v0.30.0-rc3
What's Changed
## changelog
- Remove copilot4prs by @sk593 in #6988
- Create 0.29.0 release by @nithyatsu in #6992
- fix: remove duplicate securityContext by @IvanJosipovic in #6996
- Get long-haul test cluster working by @ytimocin in #6936
- [Add] Adding ignore-not-found to the deletion of certificate in long haul test workflow by @ytimocin in #6999
- Improve error message under 401 condition with Azure ACR by @gpltaylor in #6974
- Remove skipped test by @kachawla in #6998
- Restore AWS S3 tests by @willdavsmith in #6993
- Enable CLI container port expose test by @youngbupark in #7000
- Enable Bicep recipe unit-test with fake registry server by @youngbupark in #7021
- Remove old issues workflow by @AaronCrawfis in #7020
- chore: replace issue templates with forms by @lechnerc77 in #6982
- Updating the caBundle for the controller webhook by @ytimocin in #7022
- Updating the Radius installation step of the long-haul workflow by @ytimocin in #7008
- Add Functional Test for Bicep Recipe Context Parameter by @kachawla in #7041
- Add event logging for Terraform recipe publishing by @sk593 in #7028
- Updating delete confirmation message by @ytimocin in #7049
- Avoid docker debian image ratelimitting issue in long running test by @youngbupark in #7067
- Make the properties field of tracked resource required by @vinayada1 in #6889
- Add check for Terraform submodules by @sk593 in #7013
- Support direct route connection in AppGraph by @youngbupark in #7072
- Fix connection direction by @youngbupark in #7076
- Support routes.*.destination of gateway for App Graph by @youngbupark in #7079
- Remove rad app switch reference from the error message by @akshayrohilla in #7083
- Fix release race condition by @willdavsmith in #6995
- Update versions.yaml for 0.30 rc by @vinayada1 in #7091
- Fix syntax error in release.yaml workflow by @willdavsmith in #7092
- Re-enable skipped test
Test_RecipeCommands
by @sk593 in #7080 - Create RC2 release version by @vinayada1 in #7093
- Add error handling in case release branch doesn't exist yet by @willdavsmith in #7094
- update versions file for rc3 release by @vinayada1 in #7096
New Contributors
- @IvanJosipovic made their first contribution in #6996
- @gpltaylor made their first contribution in #6974
- @akshayrohilla made their first contribution in #7083
Full Changelog: v0.29.0-rc1...v0.30.0-rc3
Radius v0.29.0
Announcing Radius v0.29.0
Today we're happy to announce the release of Radius v0.29.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
Edge version of rad CLI now available
Want to try out the cutting edge rad CLI capabilities and try out new features? You can now download and install the edge version of the rad CLI, built from the main branch, via the Radius install script. Visit https://edge.docs.radapp.io/installation/ for details on how to download and install.
Radius devcontainer feature
The rad CLI is now available as a devcontainer feature! This allows you to install the rad CLI & dependencies in your devcontainer and Codespaces automatically. Visit https://github.com/radius-project/radius/blob/main/deploy/devcontainer-feature/src/radcli/README.md for more information and to try it out.
Upgrading to Radius v0.29.0
During our preview stage, an upgrade to Radius v0.29.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
- 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
- Remove copilot4prs by @sk593 in #6988
Full Changelog: v0.28.0...v0.29.0