Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <shruthikumar@microsoft.com>
  • Loading branch information
sk593 committed Jul 19, 2024
1 parent 4327180 commit 540e9e2
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/release-notes/v0.36.0.md
Original file line number Diff line number Diff line change
@@ -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

<!-- TALK TO THE PM TEAM ABOUT WHAT HIGHLIGHTS TO ADD HERE -->

## Breaking changes

<!-- ADD ANY BREAKING CHANGES HERE, IF ANY -->

## 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 <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.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

0 comments on commit 540e9e2

Please sign in to comment.