-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.39.0 #7987
Merged
Merged
Release v0.39.0 #7987
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
bee181e
Release 0.39
kachawla b406619
Adding release notes
kachawla 1341087
Update highlights
kachawla 4f86e6c
Update docs/release-notes/v0.39.0.md
willtsai 8b40c58
Minor update
kachawla f6254e3
Update docs/release-notes/v0.39.0.md
kachawla c913ade
Update docs/release-notes/v0.39.0.md
willtsai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,72 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||
# Announcing Radius v0.39.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
Today we're happy to announce the release of Radius v0.39.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 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
### Dapr Building Block: Configuration Store | ||||||||||||||||||||||||||||||||||||||||||||||||
https://github.com/radius-project/radius/pull/7906 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
### Add an in-memory data store | ||||||||||||||||||||||||||||||||||||||||||||||||
https://github.com/radius-project/radius/pull/7950 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
### Implement PostgreSQL datastore | ||||||||||||||||||||||||||||||||||||||||||||||||
https://github.com/radius-project/radius/pull/7961 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
## Breaking changes | ||||||||||||||||||||||||||||||||||||||||||||||||
https://github.com/radius-project/radius/pull/7906 | ||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think I don't think this is a breaking change, so I removed it: #7906
Suggested change
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
## Upgrading to Radius v0.39.0 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
During our preview stage, an upgrade to Radius v0.39.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 | ||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||
* Update version to 0.38 in versions.yaml by @ytimocin in https://github.com/radius-project/radius/pull/7924 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Bump bicep-types from `99cdcee` to `d936309` by @dependabot in https://github.com/radius-project/radius/pull/7929 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Implementation of Dapr Building Block: Configuration Store by @SoTrx in https://github.com/radius-project/radius/pull/7906 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Updating and reformatting the release doc by @ytimocin in https://github.com/radius-project/radius/pull/7933 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Update the timeout of the clean-up cluster step to 1h by @ytimocin in https://github.com/radius-project/radius/pull/7938 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Add dapr-sts* namespaces to be deleted to the clean-up workflow by @ytimocin in https://github.com/radius-project/radius/pull/7942 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Update golangci-lint version and fix new warnings by @ytimocin in https://github.com/radius-project/radius/pull/7951 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Improve validation and simplify database tests by @rynowak in https://github.com/radius-project/radius/pull/7949 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Separating purge old images and purge Azure test resources workflows by @ytimocin in https://github.com/radius-project/radius/pull/7937 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Bump peter-evans/create-pull-request from 6 to 7 in the all group by @dependabot in https://github.com/radius-project/radius/pull/7904 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Bump bicep-types from `d936309` to `ebba845` by @dependabot in https://github.com/radius-project/radius/pull/7957 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Add an in-memory data store by @rynowak in https://github.com/radius-project/radius/pull/7950 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Removing bicep workaround + minor cleanup by @sk593 in https://github.com/radius-project/radius/pull/7965 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Update the bicep extension used in the dev container by @brooke-hamilton in https://github.com/radius-project/radius/pull/7969 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Implement PostgreSQL datastore by @rynowak in https://github.com/radius-project/radius/pull/7961 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Add a PR Checklist for Contributions by @kachawla in https://github.com/radius-project/radius/pull/7921 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Bump bicep-types from `ebba845` to `96b34cb` by @dependabot in https://github.com/radius-project/radius/pull/7971 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Fix compiler and test failures with latest version of sigs.k8s.io/controller-runtime by @brooke-hamilton in https://github.com/radius-project/radius/pull/7979 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Bump the all group across 1 directory with 38 updates by @kachawla in https://github.com/radius-project/radius/pull/7981 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Implementation of resource providers and resource types registration by @rynowak in https://github.com/radius-project/radius/pull/7967 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Release 0.39: Create RC release by @kachawla in https://github.com/radius-project/radius/pull/7983 | ||||||||||||||||||||||||||||||||||||||||||||||||
* Skipping one of the text prompt tests by @ytimocin in https://github.com/radius-project/radius/pull/7985 |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@willtsai could you please help updating these. I have copied over PRs of a few items from changelog that might be good candidates for highlights.