Intility / templates

Templates for Intility developers.
https://create.intility.app
MIT License
39 stars 8 forks source link

fix(dotnet): bump Microsoft.Azure.AppConfiguration.AspNetCore from 6.0.0 to 6.1.0 in /dotnet/iworker/Company.Worker1 #306

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Azure.AppConfiguration.AspNetCore from 6.0.0 to 6.1.0.

Release notes

Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.

6.1.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 6.1.0 - August 17, 2023

  • Fixed a bug where TryRefreshAsync could throw an AggregateException after a network timeout while trying to get key-values from Azure App Configuration. #440
  • Designated a new environment variable AZURE_APP_CONFIGURATION_PROVIDER_DISABLED that when equal to "true" will disable Azure App Configuration in your application. #429
  • Added a new warning log that indicates when the provider fails over to a different endpoint. #431

Microsoft.Azure.AppConfiguration.AspNetCore 6.1.0 - August 17, 2023

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 6.1.0. See the release notes for more information on the changes.
  • Fixed an issue where accessing HttpContext could sometimes throw a NullReferenceException in middleware used alongside Azure App Configuration middleware. #432

Microsoft.Azure.AppConfiguration.Functions.Worker 6.1.0 - August 17, 2023

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 6.1.0. See the release notes for more information on the changes.
  • Fixed an issue where accessing HttpContext could sometimes throw a NullReferenceException in middleware used alongside Azure App Configuration middleware. #432

6.0.1

Microsoft.Extensions.Configuration.AzureAppConfiguration 6.0.1 - May 3, 2023

  • Fixed a bug where ASP.NET (.NET Framework) applications would fail to refresh the configuration. #410

Microsoft.Azure.AppConfiguration.AspNetCore 6.0.1 - May 3, 2023

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 6.0.1. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 6.0.1 - May 3, 2023

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 6.0.1. See the release notes for more information on the changes.
Commits
  • 41f71f3 Merge pull request #448 from Azure/main
  • c04277f upgrade package versions to 6.1.0 (#447)
  • b1cbbc9 Add warning level log for failover to new endpoint (#431)
  • c7ad26e Add environment variable for disabling provider (#429)
  • b398929 Update summary to explain comma separated values are not supported with wildc...
  • a584410 Change test store endpoint to fix connect test failures (#444)
  • 147906b Prevent access to HttpContext throught HttpContextAccessor in TryRefreshAsync...
  • 8ad2cd3 Catch OperationCanceledException in AggregateException when all refresh retri...
  • 9a76d2a Add pull request triggers to Azure pipeline yml and consolidate files (#415)
  • 4358ad7 renormalize line endings to LF (#417)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
h3rmanj commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like Microsoft.Azure.AppConfiguration.AspNetCore is up-to-date now, so this is no longer needed.