-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Release Radius v0.40 ## 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 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 <[email protected]> Signed-off-by: Will Smith <[email protected]> Co-authored-by: Reshma Abdul Rahim <[email protected]>
- Loading branch information
1 parent
dcd669a
commit 57a17e5
Showing
2 changed files
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <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 | ||
|
||
* 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters