From 540e9e2e7f214914b377130c8b9626655022f66c Mon Sep 17 00:00:00 2001 From: sk593 Date: Fri, 19 Jul 2024 14:44:26 -0700 Subject: [PATCH] add release notes Signed-off-by: sk593 --- docs/release-notes/v0.36.0.md | 60 +++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 docs/release-notes/v0.36.0.md diff --git a/docs/release-notes/v0.36.0.md b/docs/release-notes/v0.36.0.md new file mode 100644 index 00000000000..dc2fb0adc64 --- /dev/null +++ b/docs/release-notes/v0.36.0.md @@ -0,0 +1,60 @@ +## Announcing Radius v0.36.0 + +Today we're happy to announce the release of Radius v0.36.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 + + + +## Breaking changes + + + +## New contributors + +Welcome to our new contributors who have merged their first PR in this release! + +* @brooke-hamilton made their first contribution in https://github.com/radius-project/radius/pull/7722 + +## Upgrading to Radius v0.36.0 + +During our preview stage, an upgrade to Radius v0.36.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 + ``` +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.35 by @vishwahiremat in https://github.com/radius-project/radius/pull/7701 +* Update wait time on postgres db in functional test by @lakshmimsft in https://github.com/radius-project/radius/pull/7707 +* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7711 +* Updating dependencies manually by @ytimocin in https://github.com/radius-project/radius/pull/7710 +* Update link in release notes highlights by @Reshrahim in https://github.com/radius-project/radius/pull/7712 +* add IRSA credential type by @nithyatsu in https://github.com/radius-project/radius/pull/7708 +* Bump the all group with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/7720 +* Bump the all group with 14 updates by @dependabot in https://github.com/radius-project/radius/pull/7729 +* Fix prompt text test occasional failure by @brooke-hamilton in https://github.com/radius-project/radius/pull/7722 +* Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/7734 +* Add secret support to Terraform Providers (backend updates) by @lakshmimsft in https://github.com/radius-project/radius/pull/7695 +* Fix broken link in contributing docs by @willdavsmith in https://github.com/radius-project/radius/pull/7736 +* Bump the all group with 9 updates by @dependabot in https://github.com/radius-project/radius/pull/7737 +* implement controllers for AWS IRSA by @nithyatsu in https://github.com/radius-project/radius/pull/7739 +* Add datamodel changes for secret support to Terraform Providers by @lakshmimsft in https://github.com/radius-project/radius/pull/7731 +* Update release version v0.36.0-rc1 by @sk593 in https://github.com/radius-project/radius/pull/7742 \ No newline at end of file