Skip to content
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 8 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions docs/release-notes/v0.43.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
## 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
Copy link
Contributor

@kachawla kachawla Feb 6, 2025

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

Copy link
Contributor

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

Copy link
Contributor

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 look

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you


### DeploymentTemplate Controller
A new Kubernetes controller in Radius called the DeploymentTemplate Controller is now available that will allow users to deploy resources defined in Bicep manifests using Kubernetes tooling using Radius. This controller was added to enable integrations with GitOps platforms like Flux, which will be available in a future release. Please see the [DeploymentTemplate Controller design document](https://github.com/radius-project/design-notes/blob/main/architecture/2024-10-deploymenttemplate-controller.md) for more details.

## Breaking changes

None

## New contributors

@justinmaks

## 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

**Full Changelog**: https://github.com/radius-project/radius/compare/v0.42.0...v0.43.0


4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
supported:
- channel: '0.43'
version: 'v0.43.0-rc1'
version: 'v0.43.0'
deprecated:
- channel: '0.42'
version: 'v0.42.0'
deprecated:
- channel: '0.41'
version: 'v0.41.0'
- channel: '0.40'
Expand Down
Loading