From aee7fee09ca38a54d8d179a3380bb7082f83a1cb Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 14 May 2021 09:12:49 -0700 Subject: [PATCH 1/2] Prepare extensions release --- .../CHANGELOG.md | 8 ++++---- ...ure.Extensions.AspNetCore.Configuration.Secrets.csproj | 2 +- .../CHANGELOG.md | 8 ++++---- ...zure.Extensions.AspNetCore.DataProtection.Blobs.csproj | 2 +- .../CHANGELOG.md | 8 ++++---- ...Azure.Extensions.AspNetCore.DataProtection.Keys.csproj | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md index afd9c989fd25c..2d60910338c3e 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md @@ -1,12 +1,15 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.0.3 (2021-05-14) ### Added - The `AzureKeyVaultConfigurationProvider` was made public. - The `KeyVaultSecretManager.GetData` method was added to allow customizing the way secrets are turned into configuration values. +## 1.0.0-preview.1 (2020) + +- Initial preview of the Azure.Extensions.Configuration.Secrets library ## 1.0.2 (2020-11-10) ### Added @@ -25,6 +28,3 @@ An overload of `AddAzureKeyVault` that takes an `AzureKeyVaultConfigurationOptio - Package renamed to Azure.Extensions.AspNetCore.Configuration.Secrets -## 1.0.0-preview.1 (2020) - -- Initial preview of the Azure.Extensions.Configuration.Secrets library diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj index 5ef46c92b3891..2f2d9b3ab24c8 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj @@ -4,7 +4,7 @@ Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration. $(RequiredTargetFrameworks) $(PackageTags);azure;keyvault - 1.1.0-beta.1 + 1.0.3 1.0.2 $(NoWarn);AZC0001;AZC0102 true diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md index 1be808dcf7959..bcd0a132b0141 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.2.1 (2021-05-14) ### Changes @@ -8,6 +8,9 @@ - Fixed a bug where referencing an existing empty blob resulted in a failure. +## 1.0.0-preview.1 (2020) + +- Initial preview of the Azure.AspNetCore.DataProtection.Blobs library ## 1.2.0 (2020-12-16) ### Changes @@ -34,6 +37,3 @@ - Package renamed to Azure.Extensions.AspNetCore.DataProtection.Blobs -## 1.0.0-preview.1 (2020) - -- Initial preview of the Azure.AspNetCore.DataProtection.Blobs library 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 da2d59b3b0e90..88ff915c7ac06 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/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers). aspnetcore;dataprotection;azure;blob;key store - 1.3.0-beta.1 + 1.2.1 1.2.0 true $(NoWarn);AZC0102 diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md index 92cad583d6770..fadfe69cbf04a 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md @@ -1,8 +1,11 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.0.3 (2021-05-14) +## 1.0.0-preview.1 (2020) + +- Initial preview of the Azure.AspNetCore.DataProtection.Keys library ## 1.0.2 (2020-09-01) ### Fixed @@ -24,6 +27,3 @@ - Package renamed to Azure.Extensions.AspNetCore.DataProtection.Keys - Default overload of ProtectKeysWithAzureKeyVault now takes a Uri to be consistent with other extension methods and KeyVault clients. -## 1.0.0-preview.1 (2020) - -- Initial preview of the Azure.AspNetCore.DataProtection.Keys library 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 baa648f2ff296..3724118eb18f3 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.1.0-beta.1 + 1.0.3 1.0.2 true $(NoWarn);AZC0102 From de9ac431ea352621af90a536df25f65468af1932 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 14 May 2021 10:09:57 -0700 Subject: [PATCH 2/2] more --- .../CHANGELOG.md | 12 ++++++++---- ...xtensions.AspNetCore.Configuration.Secrets.csproj | 3 ++- .../CHANGELOG.md | 8 +++++--- ...Extensions.AspNetCore.DataProtection.Blobs.csproj | 1 + .../CHANGELOG.md | 7 +++++-- ....Extensions.AspNetCore.DataProtection.Keys.csproj | 1 + 6 files changed, 22 insertions(+), 10 deletions(-) diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md index 2d60910338c3e..1c6ed196d4b00 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/CHANGELOG.md @@ -1,15 +1,16 @@ # Release History -## 1.0.3 (2021-05-14) +## 1.1.0 (2021-05-14) + +### Changes + +- Dependency versions updated. ### Added - The `AzureKeyVaultConfigurationProvider` was made public. - The `KeyVaultSecretManager.GetData` method was added to allow customizing the way secrets are turned into configuration values. -## 1.0.0-preview.1 (2020) - -- Initial preview of the Azure.Extensions.Configuration.Secrets library ## 1.0.2 (2020-11-10) ### Added @@ -28,3 +29,6 @@ An overload of `AddAzureKeyVault` that takes an `AzureKeyVaultConfigurationOptio - Package renamed to Azure.Extensions.AspNetCore.Configuration.Secrets +## 1.0.0-preview.1 (2020-03-02) + +- Initial preview of the Azure.Extensions.Configuration.Secrets library \ No newline at end of file diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj index 2f2d9b3ab24c8..aac7f22033097 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj +++ b/sdk/extensions/Azure.Extensions.AspNetCore.Configuration.Secrets/src/Azure.Extensions.AspNetCore.Configuration.Secrets.csproj @@ -4,13 +4,14 @@ Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration. $(RequiredTargetFrameworks) $(PackageTags);azure;keyvault - 1.0.3 + 1.1.0 1.0.2 $(NoWarn);AZC0001;AZC0102 true + diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md index bcd0a132b0141..923798382e825 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/CHANGELOG.md @@ -4,13 +4,12 @@ ### Changes +- Dependency versions updated. + #### Key Bug Fixes - Fixed a bug where referencing an existing empty blob resulted in a failure. -## 1.0.0-preview.1 (2020) - -- Initial preview of the Azure.AspNetCore.DataProtection.Blobs library ## 1.2.0 (2020-12-16) ### Changes @@ -37,3 +36,6 @@ - Package renamed to Azure.Extensions.AspNetCore.DataProtection.Blobs +## 1.0.0-preview.1 (2020-03-02) + +- Initial preview of the Azure.AspNetCore.DataProtection.Blobs library 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 88ff915c7ac06..92c70e951b6d6 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 @@ -11,6 +11,7 @@ + diff --git a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md index fadfe69cbf04a..40e267fb477c8 100644 --- a/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md +++ b/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Keys/CHANGELOG.md @@ -2,10 +2,10 @@ ## 1.0.3 (2021-05-14) +### Changes -## 1.0.0-preview.1 (2020) +- Dependency versions updated. -- Initial preview of the Azure.AspNetCore.DataProtection.Keys library ## 1.0.2 (2020-09-01) ### Fixed @@ -27,3 +27,6 @@ - Package renamed to Azure.Extensions.AspNetCore.DataProtection.Keys - Default overload of ProtectKeysWithAzureKeyVault now takes a Uri to be consistent with other extension methods and KeyVault clients. +## 1.0.0-preview.1 (2020-03-02) + +- Initial preview of the Azure.AspNetCore.DataProtection.Keys library \ No newline at end of file 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 3724118eb18f3..75bfe2ba82620 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 @@ -10,6 +10,7 @@ +