-
Notifications
You must be signed in to change notification settings - Fork 100
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 0.43.0 #8416
Merged
Merged
release 0.43.0 #8416
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
58b6da9
release 0.43.0
nithyatsu 739f1d3
add release notes
nithyatsu 2a18c6e
correct v number
nithyatsu 7f5fa44
Update docs/release-notes/v0.43.0.md
willtsai b22ebf2
Update docs/release-notes/v0.43.0.md
nithyatsu e47cfd7
Update docs/release-notes/v0.43.0.md
nithyatsu 8b19bc0
Update docs/release-notes/v0.43.0.md
nithyatsu 0f1bfa0
Update docs/release-notes/v0.43.0.md
nithyatsu 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,92 @@ | ||
## Announcing Radius v0.43.0 | ||
|
||
Today we're happy to announce the release of Radius v0.43.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 | ||
willtsai marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
nithyatsu marked this conversation as resolved.
Show resolved
Hide resolved
nithyatsu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
## Breaking changes | ||
|
||
None | ||
|
||
## New contributors | ||
|
||
@justinmaks | ||
nithyatsu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
## Upgrading to Radius v0.43.0 | ||
|
||
During our preview stage, an upgrade to Radius v0.43.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 | ||
|
||
* 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 | ||
* add: Fuzz test for resource id parser by @justinmaks in https://github.com/radius-project/radius/pull/8214 | ||
* Update release version v0.42.0 by @vishwahiremat in https://github.com/radius-project/radius/pull/8216 | ||
* Revert "Adding Postgres Helm chart to rad init (#8072)" by @kachawla in https://github.com/radius-project/radius/pull/8241 | ||
* Disabling cache in the setup-go steps of CI/CD by @ytimocin in https://github.com/radius-project/radius/pull/8147 | ||
* Resource type create - fixes by @nithyatsu in https://github.com/radius-project/radius/pull/8248 | ||
* [Snyk] Security upgrade alpine from 3.20 to 3.21.0 by @sylvainsf in https://github.com/radius-project/radius/pull/8125 | ||
* Update Terraform Azure Test Resource Type by @kachawla in https://github.com/radius-project/radius/pull/8254 | ||
* UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8205 | ||
* Revert "UDT - Remove Legacy Routing (#8205)" by @lakshmimsft in https://github.com/radius-project/radius/pull/8270 | ||
* fixing issue with deployment to AKS by @superbeeny in https://github.com/radius-project/radius/pull/8249 | ||
* Fix failing non-cloud functional tests by using built-in caching on the setup-go action by @brooke-hamilton in https://github.com/radius-project/radius/pull/8276 | ||
* Bump the all group with 2 updates by @dependabot in https://github.com/radius-project/radius/pull/8259 | ||
* Reapply UDT - Remove Legacy Routing by @lakshmimsft in https://github.com/radius-project/radius/pull/8275 | ||
* Update PR Contributor Checklist by @kachawla in https://github.com/radius-project/radius/pull/8255 | ||
* Bump the all group across 1 directory with 35 updates by @dependabot in https://github.com/radius-project/radius/pull/8260 | ||
* Update long running test workflow to verify manifests are registered by @lakshmimsft in https://github.com/radius-project/radius/pull/8298 | ||
* Bump bicep-types from `3676a8b` to `0143e0b` by @dependabot in https://github.com/radius-project/radius/pull/8261 | ||
* Adding credential generation and secret for postgres db by @superbeeny in https://github.com/radius-project/radius/pull/8284 | ||
* Update devcontainers dependabot by @sk593 in https://github.com/radius-project/radius/pull/8239 | ||
* Restore bicep artifacts before starting tests by @sk593 in https://github.com/radius-project/radius/pull/8283 | ||
* Add purge job for bicep artifacts by @sk593 in https://github.com/radius-project/radius/pull/8281 | ||
* Unskipping tea tests and adding protection around possible nil models by @ytimocin in https://github.com/radius-project/radius/pull/8053 | ||
* Add retry logic to UCP `GetAWSResourceWithPost` handler by @willdavsmith in https://github.com/radius-project/radius/pull/8170 | ||
* Update to skip cleanup of built-in resources in Long Running Tests by @lakshmimsft in https://github.com/radius-project/radius/pull/8317 | ||
* Add DeploymentTemplate controller for GitOps support by @willdavsmith in https://github.com/radius-project/radius/pull/8001 | ||
* Add check for cleanup process - Long Running Test by @lakshmimsft in https://github.com/radius-project/radius/pull/8358 | ||
* Make ErrorDetails into a pointer by @superbeeny in https://github.com/radius-project/radius/pull/8367 | ||
* Updating VALID_RADIUS_BUILD_WINDOW to 30 mins by @vishwahiremat in https://github.com/radius-project/radius/pull/8387 | ||
* Reverting VALID_RADIUS_BUILD_WINDOW changes by @vishwahiremat in https://github.com/radius-project/radius/pull/8389 | ||
* Release: 0.43.0-rc1 by @nithyatsu in https://github.com/radius-project/radius/pull/8397 | ||
|
||
## New Contributors | ||
* @justinmaks made their first contribution in https://github.com/radius-project/radius/pull/8214 | ||
nithyatsu marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
**Full Changelog**: https://github.com/radius-project/radius/compare/v0.42.0...v0.43.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
Oops, something went wrong.
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.
@Reshrahim do we want to include the addition of
rad resource-type create
command the highlights? Just to at least give users some context on what this new thing is?#8104
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.
Same question for postgres helm chart addition, given that we are now installing postgres by default even though it is not used yet. #8072
@Reshrahim @willtsai @zachcasper
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.
I have added a highlight on the
rad resource-type create
. Please take a lookThere 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.
Looks good, thank you