From 716eba8a746e80edf394267ee3f9a2443090f2c4 Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Tue, 12 Nov 2024 15:43:12 -0800 Subject: [PATCH] Release Notes Template Signed-off-by: willdavsmith --- docs/release-notes/v0.40.0.md | 88 +++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) 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..dfd7da8543 --- /dev/null +++ b/docs/release-notes/v0.40.0.md @@ -0,0 +1,88 @@ +## 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 + + + +TODO: PMs + +## Breaking changes + + + +TODO: PMs + +## 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