From 48917451b057ab2d12540d7161e93cd0401d0b96 Mon Sep 17 00:00:00 2001 From: Will Smith Date: Wed, 13 Nov 2024 11:02:29 -0800 Subject: [PATCH] Release Radius v0.40 (#8054) # Description Release Radius v0.40 ## Type of change - 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). ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [x] An overview of proposed schema changes is included in a linked GitHub issue. - [x] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [x] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. - [x] 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. - [x] 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. - [x] 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: willdavsmith Signed-off-by: Will Smith Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com> (cherry picked from commit 57a17e53b71aadb0c0eab41d03aec85830d5eb16) --- docs/release-notes/v0.40.0.md | 85 +++++++++++++++++++++++++++++++++++ versions.yaml | 4 +- 2 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/v0.40.0.md diff --git a/docs/release-notes/v0.40.0.md b/docs/release-notes/v0.40.0.md new file mode 100644 index 0000000000..3f3da35e2a --- /dev/null +++ b/docs/release-notes/v0.40.0.md @@ -0,0 +1,85 @@ +## Announcing Radius v0.40.0 + +Today we're happy to announce the release of Radius v0.40.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 + +### `rad CLI` prompt terminal +We have resolved a usability issue where the rad CLI prompt was truncated if the user's terminal window was small. The rad CLI prompt terminal now line wraps to match the size of the user's terminal window. + +## Breaking changes + +None + +## New Contributors + +* @ckansara16 made their first contribution in https://github.com/radius-project/radius/pull/7988 + +## Upgrading to Radius v0.40.0 + +During our preview stage, an upgrade to Radius v0.40.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 + +* Skipping one of the text prompt tests by @ytimocin in https://github.com/radius-project/radius/pull/7985 +* Release v0.39.0 by @kachawla in https://github.com/radius-project/radius/pull/7987 +* Updating dependencies in hack/bicep-types-radius folder by @ytimocin in https://github.com/radius-project/radius/pull/7984 +* Updating typespec version and tsp files by @ytimocin in https://github.com/radius-project/radius/pull/7939 +* Reduce logging of HTTP status codes by @rynowak in https://github.com/radius-project/radius/pull/7993 +* Cleanup SQL databases tests by @sk593 in https://github.com/radius-project/radius/pull/7974 +* Remove datastoresrp-cloud tests by @sk593 in https://github.com/radius-project/radius/pull/8000 +* Updated command instructions with examples for rad_install_kubernetes.md page by @ckansara16 in https://github.com/radius-project/radius/pull/7988 +* Adding prettier command and running it for the first time by @ytimocin in https://github.com/radius-project/radius/pull/7893 +* create CODEOWNERS by @willtsai in https://github.com/radius-project/radius/pull/8004 +* Bump the all group across 1 directory with 27 updates by @dependabot in https://github.com/radius-project/radius/pull/8005 +* Bump bicep-types from `96b34cb` to `bd917de` by @dependabot in https://github.com/radius-project/radius/pull/7991 +* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.183.0 to 1.184.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8007 +* Functional test with cloud workflow logging update by @brooke-hamilton in https://github.com/radius-project/radius/pull/8008 +* Updating the directory for the devcontainer in dependabot.yml by @ytimocin in https://github.com/radius-project/radius/pull/8009 +* Bump github.com/fatih/color from 1.17.0 to 1.18.0 in the all group by @dependabot in https://github.com/radius-project/radius/pull/8011 +* Bump bicep-types from `bd917de` to `0fdd291` by @dependabot in https://github.com/radius-project/radius/pull/8010 +* Cleanup bicepconfig by @sk593 in https://github.com/radius-project/radius/pull/8012 +* Update document for troubleshooting error by @lakshmimsft in https://github.com/radius-project/radius/pull/8015 +* Bump the all group with 10 updates by @dependabot in https://github.com/radius-project/radius/pull/8018 +* Setting cli prompt width to the user's terminal width by @vishwahiremat in https://github.com/radius-project/radius/pull/8016 +* Add *.tgz to .gitignore by @rynowak in https://github.com/radius-project/radius/pull/8020 +* Bump bicep-types from `0fdd291` to `f023785` by @dependabot in https://github.com/radius-project/radius/pull/8017 +* Bump bicep-types from `f023785` to `3449fe6` by @dependabot in https://github.com/radius-project/radius/pull/8025 +* Pin dependencies for typespec compilation by @rynowak in https://github.com/radius-project/radius/pull/8019 +* Add inmemory secret store by @rynowak in https://github.com/radius-project/radius/pull/8030 +* Update publish bicep step to run on environment by @sk593 in https://github.com/radius-project/radius/pull/8026 +* Add dynamic-rp boilerplate by @rynowak in https://github.com/radius-project/radius/pull/8029 +* Fix install step in functional test workflow by @rynowak in https://github.com/radius-project/radius/pull/8036 +* Make main() code consistent by @rynowak in https://github.com/radius-project/radius/pull/8034 +* Bump the all group across 1 directory with 13 updates by @dependabot in https://github.com/radius-project/radius/pull/8037 +* Release v0.40.0-rc1 by @willdavsmith in https://github.com/radius-project/radius/pull/8039 +* Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in the go_modules group by @dependabot in https://github.com/radius-project/radius/pull/8031 +* Bump @azure-tools/typespec-providerhub from 0.46.0 to 0.47.0 in /typespec by @dependabot in https://github.com/radius-project/radius/pull/8027 +* Update version for dependency to use tilde instead of carat by @lakshmimsft in https://github.com/radius-project/radius/pull/8041 +* Reformat args for radius installation by @rynowak in https://github.com/radius-project/radius/pull/8038 +* Skipping flaky test by @rynowak in https://github.com/radius-project/radius/pull/8045 +* [UDT PR 4 of N] Add basic commands for UDT support by @rynowak in https://github.com/radius-project/radius/pull/8035 +* Bump bicep-types from `3449fe6` to `9c053a7` by @dependabot in https://github.com/radius-project/radius/pull/8046 +* Bump the all group with 20 updates by @dependabot in https://github.com/radius-project/radius/pull/8047 + +**Full Changelog**: https://github.com/radius-project/radius/compare/v0.39.0...v0.40.0 diff --git a/versions.yaml b/versions.yaml index 57eda4f0db..62eaf24164 100644 --- a/versions.yaml +++ b/versions.yaml @@ -1,9 +1,9 @@ supported: - channel: '0.40' - version: 'v0.40.0-rc1' + version: 'v0.40.0' +deprecated: - channel: '0.39' version: 'v0.39.0' -deprecated: - channel: '0.38' version: 'v0.38.0' - channel: '0.37'