diff --git a/docs/release-notes/v0.42.0.md b/docs/release-notes/v0.42.0.md new file mode 100644 index 0000000000..fe0d83f611 --- /dev/null +++ b/docs/release-notes/v0.42.0.md @@ -0,0 +1,83 @@ +## Announcing Radius v0.42.0 + +Today we're happy to announce the release of Radius v0.42.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 + +None + +## Breaking changes + +None + +## New contributors + +None + +## Upgrading to Radius v0.42.0 + +During our preview stage, an upgrade to Radius v0.42.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 + ``` +2. Uninstall the previous version of the Radius control-plane: + ```bash + rad uninstall kubernetes + ``` +3. Visit the [Radius installation guide](https://docs.radapp.io/getting-started/install/) to install the latest CLI, or download a binary below +4. Install the latest version of the Radius control-plane: + ```bash + rad install kubernetes + ``` + +## Full changelog + +* Bump the all group across 1 directory with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/8111 +* Bump bicep-types from `ba8eaca` to `c86fc24` by @dependabot in https://github.com/radius-project/radius/pull/8109 +* Bump mikefarah/yq from 4.44.5 to 4.44.6 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8110 +* Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in /test/magpiego in the go_modules group across 1 directory by @dependabot in https://github.com/radius-project/radius/pull/8123 +* Remove CosmosDB database provider by @rynowak in https://github.com/radius-project/radius/pull/8116 +* enable irsa on cicd by @nithyatsu in https://github.com/radius-project/radius/pull/8052 +* Update Notification Condition for Scheduled Test Runs by @kachawla in https://github.com/radius-project/radius/pull/8115 +* Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/8124 +* Changing permissions of UCP - removing unused permissions by @ytimocin in https://github.com/radius-project/radius/pull/8080 +* Bump bicep-types from `c86fc24` to `7c34fe6` by @dependabot in https://github.com/radius-project/radius/pull/8134 +* Simplify database interface by @rynowak in https://github.com/radius-project/radius/pull/8126 +* Bump aws-actions/configure-aws-credentials from 1.7.0 to 4.0.2 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8136 +* Bump the all group across 1 directory with 21 updates by @dependabot in https://github.com/radius-project/radius/pull/8142 +* Rename database APIs by @rynowak in https://github.com/radius-project/radius/pull/8143 +* Move database and similar packages to components by @rynowak in https://github.com/radius-project/radius/pull/8148 +* Refactor and implement shared integration test host by @rynowak in https://github.com/radius-project/radius/pull/8112 +* Remove ETCd database and secret store by @rynowak in https://github.com/radius-project/radius/pull/8158 +* Add async operation support to dynamic-rp by @rynowak in https://github.com/radius-project/radius/pull/8161 +* Bump the all group with 11 updates by @dependabot in https://github.com/radius-project/radius/pull/8167 +* Bump bicep-types from `7c34fe6` to `3676a8b` by @dependabot in https://github.com/radius-project/radius/pull/8168 +* Move shared services and host to components by @rynowak in https://github.com/radius-project/radius/pull/8160 +* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8175 +* Implement resource provider API for dynamic rp by @rynowak in https://github.com/radius-project/radius/pull/8177 +* Release candidate 0.42.0-rc1 by @sk593 in https://github.com/radius-project/radius/pull/8181 +* Register Manifests during ucp startup sequence by @lakshmimsft in https://github.com/radius-project/radius/pull/8120 +* Add capabilities to resource type API by @rynowak in https://github.com/radius-project/radius/pull/8182 +* Add recipe engine by @rynowak in https://github.com/radius-project/radius/pull/8180 +* Add rad bicep publish-extension command by @rynowak in https://github.com/radius-project/radius/pull/8183 +* Bump the all group with 3 updates by @dependabot in https://github.com/radius-project/radius/pull/8192 +* Fix for picking the right helm chart version during release cut by @vishwahiremat in https://github.com/radius-project/radius/pull/8196 +* Update release version v0.42.0-rc2 by @vishwahiremat in https://github.com/radius-project/radius/pull/8202 +* add dynamicrp and components info by @nithyatsu in https://github.com/radius-project/radius/pull/8201 +* [UDT] add create resource type command by @nithyatsu in https://github.com/radius-project/radius/pull/8104 +* Updating contribution docs by @kachawla in https://github.com/radius-project/radius/pull/8212 +* Implement fix for failures caused in test logging by @rynowak in https://github.com/radius-project/radius/pull/8190 +* Update instructions and config for required local dotnet version by @kachawla in https://github.com/radius-project/radius/pull/8213 +* Adding Postgres Helm chart to rad init by @superbeeny in https://github.com/radius-project/radius/pull/8072 + + +**Full Changelog**: https://github.com/radius-project/radius/compare/v0.41.0...v0.42.0 + diff --git a/versions.yaml b/versions.yaml index 22fb619931..7b5f4417ed 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,9 +1,9 @@ supported: - channel: '0.42' - version: 'v0.42.0-rc2' + version: 'v0.42.0' +deprecated: - channel: '0.41' version: 'v0.41.0' -deprecated: - channel: '0.40' version: 'v0.40.0' - channel: '0.39'