-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Update release version 0.34 ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request fixes a bug in Radius and has an approved issue (issue link required). - This pull request adds or changes features of Radius and has an approved issue (issue link required). - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: #issue_number --------- Signed-off-by: Vishwanath Hiremath <[email protected]>
- Loading branch information
1 parent
0b6ecc0
commit d7031e2
Showing
2 changed files
with
85 additions
and
2 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,83 @@ | ||
## Announcing Radius v0.35.0 | ||
|
||
Today we're happy to announce the release of Radius v0.35.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 | ||
|
||
### Radius Azure Cloud provider supports Azure Workload Identity | ||
You can now configure your Azure cloud provider to use Azure workload identity to deploy and manage Azure resources. With this support, infrastructure operators are not burdened with the rotation of the credentials anymore. More information on [how to configure the Workload identity](http://docs.radapp.io/operations/providers/azure-provider/howto-azure-provider-wi/) | ||
|
||
### Nested modules in Terraform Recipes | ||
With this release, Radius now supports authentication into private repositories for pulling Terraform Recipes that contain nested modules. See the [private Terraform modules guide](https://docs.radapp.io/guides/recipes/terraform/howto-private-registry/) for more details. | ||
|
||
### EnableWebsockets property added to the Gateway Route Resource | ||
The `EnableWebsockets` property has been added to the Gateway Route Resource so that it can be set by Radius users to enable features that make use of websockets, such as SignalR. See the [Gateway resource schema](https://docs.radapp.io/reference/resource-schema/core-schema/gateway/#routes) for more details. | ||
|
||
## Breaking changes | ||
|
||
Azure workload identity introduces some breaking changes to `rad credential register azure` CLI command. With the additional identity support, `rad credential register azure ` is now [`rad credential register azure sp`](https://docs.radapp.io/reference/cli/rad_credential_register_azure_sp/) to register the Service Principal identity and [`rad credential register azure wi`](https://docs.radapp.io/reference/cli/rad_credential_register_azure_wi/) to register the Azure Workload Identity. | ||
|
||
## New contributors | ||
|
||
Thanks to @superbeeny for adding `-typed` for gomock to generate typed functions in our code base. | ||
|
||
## Upgrading to Radius v0.35.0 | ||
|
||
During our preview stage, an upgrade to Radius v0.35.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 | ||
|
||
* Update release version 0.34 by @sk593 in https://github.com/radius-project/radius/pull/7633 | ||
* Bump the all group with 22 updates by @dependabot in https://github.com/radius-project/radius/pull/7635 | ||
* Update autorest related dependencies by @ytimocin in https://github.com/radius-project/radius/pull/7636 | ||
* Update purge workflow with manual trigger by @sk593 in https://github.com/radius-project/radius/pull/7622 | ||
* Revert "Update kubebuilder to the latest working version" by @sk593 in https://github.com/radius-project/radius/pull/7632 | ||
* Update CNCF sandbox acceptance in README.md by @Reshrahim in https://github.com/radius-project/radius/pull/7639 | ||
* Update documentation on guideline for test images to be added to/pulled from ghcr by @lakshmimsft in https://github.com/radius-project/radius/pull/7619 | ||
* Fixing flaky config unit test by @ytimocin in https://github.com/radius-project/radius/pull/7649 | ||
* Update purge workflow_dispatch logic by @sk593 in https://github.com/radius-project/radius/pull/7646 | ||
* Fix purge workflow by @sk593 in https://github.com/radius-project/radius/pull/7653 | ||
* Adding support for terraform nested modules by @vishwahiremat in https://github.com/radius-project/radius/pull/7519 | ||
* Update release docs by @sk593 in https://github.com/radius-project/radius/pull/7642 | ||
* Update instructions to publish bicep extension by @kachawla in https://github.com/radius-project/radius/pull/7579 | ||
* Bump the all group with 7 updates by @dependabot in https://github.com/radius-project/radius/pull/7656 | ||
* Fix for flaky unit test by @lakshmimsft in https://github.com/radius-project/radius/pull/7654 | ||
* Adding EnableWebsockets property to the gateway by @ytimocin in https://github.com/radius-project/radius/pull/7643 | ||
* fixes #7592 - adding typed to mockgen by @superbeeny in https://github.com/radius-project/radius/pull/7647 | ||
* Show correct environment and application for delete commands by @rynowak in https://github.com/radius-project/radius/pull/7669 | ||
* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/7671 | ||
* Remove extra files in TF recipe using azurerm by @lakshmimsft in https://github.com/radius-project/radius/pull/7672 | ||
* Add upmerge instructions to release instructions by @willtsai in https://github.com/radius-project/radius/pull/7675 | ||
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/7679 | ||
* Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/7678 | ||
* Adding TypeSpec check to Lint workflow and running the TypeSpec format by @ytimocin in https://github.com/radius-project/radius/pull/7674 | ||
* Adding the step to delete the created Azure resource group to the functional test workflow by @ytimocin in https://github.com/radius-project/radius/pull/7683 | ||
* Bump the all group with 11 updates by @dependabot in https://github.com/radius-project/radius/pull/7689 | ||
* Bump mikefarah/yq from 4.44.1 to 4.44.2 in the all group by @dependabot in https://github.com/radius-project/radius/pull/7690 | ||
* Switch Radius Helm chart pull from ACR to GHCR by @willdavsmith in https://github.com/radius-project/radius/pull/7455 | ||
* Rename misspelled field by @rynowak in https://github.com/radius-project/radius/pull/7692 | ||
* Add Azure Workload Identity support by @willdavsmith in https://github.com/radius-project/radius/pull/7640 | ||
* Fix UCP test by @willdavsmith in https://github.com/radius-project/radius/pull/7694 | ||
* Fixing containerd should be direct warning by running go mod tidy by @ytimocin in https://github.com/radius-project/radius/pull/7696 | ||
* Adding a test for annotations and labels to the existing k8s extensibility functional test by @ytimocin in https://github.com/radius-project/radius/pull/7697 | ||
* Release 0.35.0-rc1: Update release version with RC1 by @vishwahiremat in https://github.com/radius-project/radius/pull/7698 |
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