From f6986893fc8ab8c215a38bf799076eb53940e886 Mon Sep 17 00:00:00 2001 From: Jesse Squire Date: Tue, 7 Mar 2023 14:02:04 -0500 Subject: [PATCH] [Extensions] March Release Prep (#34755) * [Extensions] March Release Prep The focus of these changes is to prepare the extensions pacakges for the March 2023 release. * Removing empty changelog section --- .../CHANGELOG.md | 10 +++------- ...ions.AspNetCore.DataProtection.Blobs.csproj | 2 +- .../CHANGELOG.md | 10 +++------- ...sions.AspNetCore.DataProtection.Keys.csproj | 2 +- .../Microsoft.Extensions.Azure/CHANGELOG.md | 18 ++++++------------ .../src/Microsoft.Extensions.Azure.csproj | 2 +- 6 files changed, 15 insertions(+), 29 deletions(-) diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md index 574294766e3f..dfaa4b17266d 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 1.4.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.3.1 (2023-03-07) ### Other Changes +- Updating additional dependencies to mitigate [CVE-2021-24112](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-24112). Note that the vulnerability only exists in a dependency referenced by the `netcoreapp3.0` target, which reach end-of-life in December, 2019. + ## 1.3.0 (2023-02-07) ### Acknowledgments diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/Azure.Extensions.AspNetCore.DataProtection.Blobs.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/Azure.Extensions.AspNetCore.DataProtection.Blobs.csproj index 596f71a9b7d6..bbe4625b66e8 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/Azure.Extensions.AspNetCore.DataProtection.Blobs.csproj +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/src/Azure.Extensions.AspNetCore.DataProtection.Blobs.csproj @@ -4,7 +4,7 @@ $(RequiredTargetFrameworks) Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers). aspnetcore;dataprotection;azure;blob;key store - 1.4.0-beta.1 + 1.3.1 1.3.0 true diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md index fddbb3036965..7544c5c6ff70 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md @@ -1,15 +1,11 @@ # Release History -## 1.3.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.2.1 (2023-03-07) ### Other Changes +- Updating additional dependencies to mitigate [CVE-2021-24112](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-24112). Note that the vulnerability only exists in a dependency referenced by the `netcoreapp3.0` target, which reach end-of-life in December, 2019. + ## 1.2.0 (2023-02-07) ### Acknowledgments diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj index 03533689b291..721c3a1a14a7 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/src/Azure.Extensions.AspNetCore.DataProtection.Keys.csproj @@ -3,7 +3,7 @@ Microsoft Azure Key Vault key encryption support. aspnetcore;dataprotection;azure;keyvault - 1.3.0-beta.1 + 1.2.1 1.2.0 true diff --git a/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md b/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md index 2b00c0b04c5c..ee56359f345f 100644 --- a/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md +++ b/sdk/extensions/Microsoft.Extensions.Azure/CHANGELOG.md @@ -1,18 +1,12 @@ # Release History -## 1.7.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.6.2 (2023-03-07) ### Bugs Fixed - Added support for clients to be disposed via `IDisposable` or `IAsyncDisposable` when the service factory is disposed. - Changed tracking for client initialization to ensure that behavior is correct for value types registered as clients. -### Other Changes - ## 1.6.0 (2022-10-12) ### Features Added @@ -33,7 +27,7 @@ ### Features Added -- Added the `AddAzureClientsCore` method overload that has a parameter to allow enabling log +- Added the `AddAzureClientsCore` method overload that has a parameter to allow enabling log forwarding to `ILogger`. ## 1.3.0 (2022-07-12) @@ -85,19 +79,19 @@ - The `AzureEventSourceLogForwarder` class that allows manual control over the log forwarding. - The `AddAzureClientsCore` extension method. -## 1.0.0 +## 1.0.0 - Updated Azure.Identity dependency version -## 1.0.0-preview.3 +## 1.0.0-preview.3 - Updated Azure.Identity dependency version -## 1.0.0-preview.2 +## 1.0.0-preview.2 - Minor bug fixes and code improvements. -## 1.0.0-preview.1 +## 1.0.0-preview.1 - Added TokenCredential support. - Added client version support. diff --git a/sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj b/sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj index 2d0ec8f5fa15..4f239061ab28 100644 --- a/sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj +++ b/sdk/extensions/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj @@ -4,7 +4,7 @@ $(RequiredTargetFrameworks) Azure Client SDK integration with Microsoft.Extensions libraries Azure Client SDK integration Microsoft.Extensions - 1.7.0-beta.1 + 1.6.2 1.6.0 Microsoft Azure Client Pipeline AspNetCore Extensions