Skip to content

Commit

Permalink
Update release branch version v0.36.0 (#7749) (#7754)
Browse files Browse the repository at this point in the history
# Description

_Please explain the changes you've made._

## 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: sk593 <[email protected]>
Signed-off-by: Shruthi Kumar <[email protected]>
Co-authored-by: Will <[email protected]>
(cherry picked from commit fbed321)

# Description

_Please explain the changes you've made._

## 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
  • Loading branch information
sk593 authored Jul 22, 2024
1 parent 2a4effe commit 616f776
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
61 changes: 61 additions & 0 deletions docs/release-notes/v0.36.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
## 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

### Authentication for Any Terraform Provider
In a previous release, functionality was added that enables Radius to load and deploy the recipe modules consuming any [Terraform provider](https://registry.terraform.io/browse/providers). This functionality has now been extended to allow for the secure configuration and handling of credentials that allows for authenticating with the Terraform provider. Learn more about [Terraform Recipes in Radius].(https://docs.radapp.io/guides/recipes/terraform/)

## Breaking changes

N/A

## 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
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
supported:
- channel: '0.36'
version: 'v0.36.0-rc1'
version: 'v0.36.0'
deprecated:
- channel: '0.35'
version: 'v0.35.0'
deprecated:
- channel: '0.34'
version: 'v0.34.0'
- channel: '0.33'
Expand Down

0 comments on commit 616f776

Please sign in to comment.