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 v0.39.0 #7987

Merged
merged 7 commits into from
Oct 11, 2024
Merged

Release v0.39.0 #7987

merged 7 commits into from
Oct 11, 2024

Conversation

kachawla
Copy link
Contributor

Description

  • Adding 0.39.0 to the supported versions
  • Deprecating v0.38.0

Type of change

  • 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).

Fixes: #issue_number

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue. -- N/A
  • A design document PR is created in the design-notes repository, if new APIs are being introduced. -- N/A
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers. -- N/A
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR. -- N/A
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made. -- N/A
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR. -- N/A

Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Copy link

github-actions bot commented Oct 10, 2024

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

⚠️ Missing release note ⚠️

This is the official Radius release. Create the release note by following instruction:

  1. Create ./docs/release-notes/v0.39.0.md from release note template
  2. Update the each section and add the above Change logs to the end of release note.
  3. Push release note changes to the PR branch.

Copy link

github-actions bot commented Oct 10, 2024

Unit Tests

3 478 tests  ±0   3 470 ✅ ±0   5m 20s ⏱️ -6s
  270 suites ±0       8 💤 ±0 
    1 files   ±0       0 ❌ ±0 

Results for commit c913ade. ± Comparison against base commit b1daef5.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Oct 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.36%. Comparing base (b1daef5) to head (c913ade).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7987      +/-   ##
==========================================
- Coverage   60.37%   60.36%   -0.02%     
==========================================
  Files         560      560              
  Lines       29417    29417              
==========================================
- Hits        17761    17757       -4     
- Misses      10111    10113       +2     
- Partials     1545     1547       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ytimocin
ytimocin previously approved these changes Oct 10, 2024
Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

Comment on lines 11 to 23
## 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
Copy link
Contributor Author

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.

@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 10, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref b406619
Unique ID func4b925cef09
Image tag pr-func4b925cef09
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func4b925cef09
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func4b925cef09
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func4b925cef09
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func4b925cef09
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Comment on lines 11 to 23
## 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
Copy link
Contributor

@willtsai willtsai Oct 10, 2024

Choose a reason for hiding this comment

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

I think Implement PostgreSQL datastore is too early of an addition to call out in highlights, we should call it out when it's available for users to switch to a postgres datastore.

I don't think this is a breaking change, so I removed it: #7906

Suggested change
## 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
## Highlights
### Support for Dapr Configuration Building Block
A new `Applications.Dapr/configurationStores` resource type is now available, which adds built-in support in Radius for the [Dapr Configuration](https://docs.dapr.io/getting-started/quickstarts/configuration-quickstart/) building block. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the set of supported Dapr features in Radius. To learn more, go to the [Dapr Configuration Store resource schema](https://docs.radapp.io/reference/resource-schema/dapr-schema/configurationstore/) in the Radius documentation.
### In-memory data store for testing and development
Radius has added an implementation for an in-memory version of the data store interface, which may be used for testing and development purposes. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests.
## Breaking changes
None.

Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

willtsai
willtsai previously approved these changes Oct 10, 2024
@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 10, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 4f86e6c
Unique ID func05b60387a1
Image tag pr-func05b60387a1
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func05b60387a1
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func05b60387a1
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func05b60387a1
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func05b60387a1
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
⌛ Starting datastoresrp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded

ytimocin
ytimocin previously approved these changes Oct 10, 2024
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref 8b40c58
Unique ID func9ac3946b09
Image tag pr-func9ac3946b09
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func9ac3946b09
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func9ac3946b09
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func9ac3946b09
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func9ac3946b09
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ datastoresrp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded

ytimocin
ytimocin previously approved these changes Oct 11, 2024
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

ytimocin
ytimocin previously approved these changes Oct 11, 2024
@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref f6254e3
Unique ID func3694386b09
Image tag pr-func3694386b09
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func3694386b09
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func3694386b09
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func3694386b09
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func3694386b09
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Copy link

Release Information

  • Previous version: v0.38.0
  • New version: v0.39.0

Change logs

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed
### ## 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


**Full Changelog**: https://github.com/radius-project/radius/compare/v0.38.0...v0.39.0

@radius-functional-tests
Copy link

radius-functional-tests bot commented Oct 11, 2024

Radius functional test overview

🔍 Go to test action run

Name Value
Repository radius-project/radius
Commit ref c913ade
Unique ID func915fbd20aa
Image tag pr-func915fbd20aa
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr: 1.12.0
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func915fbd20aa
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func915fbd20aa
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func915fbd20aa
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func915fbd20aa
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting datastoresrp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ datastoresrp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@kachawla kachawla merged commit 12d6bce into main Oct 11, 2024
33 checks passed
@kachawla kachawla deleted the kachawla/0.39-final branch October 11, 2024 16:24
kachawla added a commit that referenced this pull request Oct 11, 2024
# Description

* Adding 0.39.0 to the supported versions
* Deprecating v0.38.0

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

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- [ ] An overview of proposed schema changes is included in a linked
GitHub issue. -- N/A
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced. -- N/A
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers. -- N/A
- [ ] 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. -- N/A
- [ ] 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. -- N/A
- [ ] 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. -- N/A

---------

Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
(cherry picked from commit 12d6bce)
kachawla added a commit that referenced this pull request Oct 11, 2024
# Description

* Adding 0.39.0 to the supported versions
* Deprecating v0.38.0

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

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #issue_number

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- [ ] An overview of proposed schema changes is included in a linked
GitHub issue. -- N/A
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced. -- N/A
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers. -- N/A
- [ ] 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. -- N/A
- [ ] 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. -- N/A
- [ ] 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. -- N/A

---------

Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Signed-off-by: Karishma Chawla <kachawla@microsoft.com>
Signed-off-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com>
Co-authored-by: Will <28876888+willtsai@users.noreply.github.com>
Co-authored-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
(cherry picked from commit 12d6bce)
kachawla added a commit that referenced this pull request Oct 11, 2024
# Description

* Adding 0.39.0 to the supported versions
* Deprecating v0.38.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants