Skip to content

Commit

Permalink
Update release version v0.42.0 (#8216)
Browse files Browse the repository at this point in the history
# Description

Update release version v0.42.0

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

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- [ ] An overview of proposed schema changes is included in a linked
GitHub issue.
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced.
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers.
- [ ] A PR for the [samples
repository](https://github.com/radius-project/samples) is created, if
existing samples are affected by the changes in this PR.
- [ ] A PR for the [documentation
repository](https://github.com/radius-project/docs) is created, if the
changes in this PR affect the documentation or any user facing updates
are made.
- [ ] A PR for the [recipes
repository](https://github.com/radius-project/recipes) is created, if
existing recipes are affected by the changes in this PR.

---------

Signed-off-by: Vishwanath Hiremath <[email protected]>
  • Loading branch information
vishwahiremat authored Jan 9, 2025
1 parent a7f5a83 commit 845f88d
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 2 deletions.
83 changes: 83 additions & 0 deletions docs/release-notes/v0.42.0.md
Original file line number Diff line number Diff line change
@@ -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 <env-name>
```
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

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.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'
Expand Down

0 comments on commit 845f88d

Please sign in to comment.