-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: vinayada1 <[email protected]>
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
## Announcing Radius v0.30.0 | ||
|
||
Today we're happy to announce the release of Radius v0.30.0. Check out the [highlights](#highlights) below, along with the [full changelog](#full-changelog) for more details. | ||
|
||
We would like to extend our thanks to all the [new](#new-contributors) and existing contributors who helped make this release possible! | ||
|
||
## Intro to Radius | ||
|
||
If you're new to Radius, check out our website, [radapp.io](https://radapp.io), for more information. Also visit our [getting started guide](https://docs.radapp.io/getting-started/) to learn how to install Radius and create your first app. | ||
|
||
## Highlights | ||
|
||
<!-- TALK TO THE PM TEAM ABOUT WHAT HIGHLIGHTS TO ADD HERE --> | ||
|
||
## 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 https://github.com/radius-project/radius/pull/6996 | ||
* @gpltaylor made their first contribution in https://github.com/radius-project/radius/pull/6974 | ||
* @akshayrohilla made their first contribution in https://github.com/radius-project/radius/pull/7083 | ||
* @jhandel made their first contribution in https://github.com/radius-project/radius/pull/7095 | ||
|
||
## 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. | ||
|
||
1. Delete any environments you have created: | ||
```bash | ||
rad env delete <env-name> | ||
``` | ||
1. Uninstall the previous version of the Radius control-plane: | ||
```bash | ||
rad uninstall kubernetes | ||
``` | ||
1. Visit the [Radius installation guide](https://docs.radapp.io/getting-started/install/) to install the latest CLI, or download a binary below | ||
1. Install the latest version of the Radius control-plane: | ||
```bash | ||
rad install kubernetes | ||
``` | ||
|
||
## Full changelog | ||
|
||
* Remove copilot4prs by @sk593 in https://github.com/radius-project/radius/pull/6988 | ||
* Create 0.29.0 release by @nithyatsu in https://github.com/radius-project/radius/pull/6992 | ||
* fix: remove duplicate securityContext by @IvanJosipovic in https://github.com/radius-project/radius/pull/6996 | ||
* Get long-haul test cluster working by @ytimocin in https://github.com/radius-project/radius/pull/6936 | ||
* [Add] Adding ignore-not-found to the deletion of certificate in long haul test workflow by @ytimocin in https://github.com/radius-project/radius/pull/6999 | ||
* Improve error message under 401 condition with Azure ACR by @gpltaylor in https://github.com/radius-project/radius/pull/6974 | ||
* Remove skipped test by @kachawla in https://github.com/radius-project/radius/pull/6998 | ||
* Restore AWS S3 tests by @willdavsmith in https://github.com/radius-project/radius/pull/6993 | ||
* Enable CLI container port expose test by @youngbupark in https://github.com/radius-project/radius/pull/7000 | ||
* Enable Bicep recipe unit-test with fake registry server by @youngbupark in https://github.com/radius-project/radius/pull/7021 | ||
* Remove old issues workflow by @AaronCrawfis in https://github.com/radius-project/radius/pull/7020 | ||
* chore: replace issue templates with forms by @lechnerc77 in https://github.com/radius-project/radius/pull/6982 | ||
* Updating the caBundle for the controller webhook by @ytimocin in https://github.com/radius-project/radius/pull/7022 | ||
* Updating the Radius installation step of the long-haul workflow by @ytimocin in https://github.com/radius-project/radius/pull/7008 | ||
* Add Functional Test for Bicep Recipe Context Parameter by @kachawla in https://github.com/radius-project/radius/pull/7041 | ||
* Add event logging for Terraform recipe publishing by @sk593 in https://github.com/radius-project/radius/pull/7028 | ||
* Updating delete confirmation message by @ytimocin in https://github.com/radius-project/radius/pull/7049 | ||
* Avoid docker debian image ratelimitting issue in long running test by @youngbupark in https://github.com/radius-project/radius/pull/7067 | ||
* Make the properties field of tracked resource required by @vinayada1 in https://github.com/radius-project/radius/pull/6889 | ||
* Add check for Terraform submodules by @sk593 in https://github.com/radius-project/radius/pull/7013 | ||
* Support direct route connection in AppGraph by @youngbupark in https://github.com/radius-project/radius/pull/7072 | ||
* Fix connection direction by @youngbupark in https://github.com/radius-project/radius/pull/7076 | ||
* Support routes.*.destination of gateway for App Graph by @youngbupark in https://github.com/radius-project/radius/pull/7079 | ||
* Remove rad app switch reference from the error message by @akshayrohilla in https://github.com/radius-project/radius/pull/7083 | ||
* Fix release race condition by @willdavsmith in https://github.com/radius-project/radius/pull/6995 | ||
* Update versions.yaml for 0.30 rc by @vinayada1 in https://github.com/radius-project/radius/pull/7091 | ||
* Fix syntax error in release.yaml workflow by @willdavsmith in https://github.com/radius-project/radius/pull/7092 | ||
* Re-enable skipped test `Test_RecipeCommands` by @sk593 in https://github.com/radius-project/radius/pull/7080 | ||
* Create RC2 release version by @vinayada1 in https://github.com/radius-project/radius/pull/7093 | ||
* Add error handling in case release branch doesn't exist yet by @willdavsmith in https://github.com/radius-project/radius/pull/7094 | ||
* update versions file for rc3 release by @vinayada1 in https://github.com/radius-project/radius/pull/7096 | ||
* Fix Delete application confirmation message points to the workspace but says environment #7089 by @jhandel in https://github.com/radius-project/radius/pull/7095 |