Andrewshin-7th-technology-student / build-CI

Building a CI web config. for the XXC file GO TO THE LINK TO SEE REPO RULES, ETC.
https://github.com/Andrewshin-7th-technology-student/build-CI/blob/main/.repo%20files/README.md
GNU Affero General Public License v3.0
3 stars 1 forks source link

chore(deps): update dependency microsoft.azure.webjobs.extensions.storage to v5 #77

Closed renovate[bot] closed 17 hours ago

renovate[bot] commented 18 hours ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Azure.WebJobs.Extensions.Storage (source) 4.0.5 -> 5.3.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Azure/azure-sdk-for-net (Microsoft.Azure.WebJobs.Extensions.Storage) ### [`v5.3.3`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.3) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.2...Microsoft.Azure.WebJobs.Extensions.Storage_5.3.3) #### 5.3.3 (2024-10-10) ##### Other Changes - Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix. ### [`v5.3.2`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.2) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.1...Microsoft.Azure.WebJobs.Extensions.Storage_5.3.2) #### 5.3.2 (2024-09-19) ##### Other Changes Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes. ### [`v5.3.1`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.3.0...Microsoft.Azure.WebJobs.Extensions.Storage_5.3.1) #### 5.3.1 (2024-07-17) ##### Other Changes Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes. ### [`v5.3.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.EventHubs_5.3.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.2.2...Microsoft.Azure.WebJobs.Extensions.Storage_5.3.0) #### 5.3.0 (2023-04-11) ##### Features Added - It is now possible to configure a desired minimum for the number of events included in each batch that the trigger build and how long the trigger should wait while trying to a batch of that size. This is intended to help control costs by having the trigger invoke the Function fewer times, but with more events in each batch. It is important to note that neither the minimum batch size or maximum wait time are guarantees; the trigger will make its best effort to honor them but you may see partial batches or inaccurate timing. This scenario is common when a Function is scaling. ##### Bugs Fixed - Changed the approach that the trigger uses to validate permissions on startup to ensure that it does not interrupt other triggers already running by temporarily asserting ownership of a partition. ### [`v5.2.2`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.2.2) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.2.1...Microsoft.Azure.WebJobs.Extensions.Storage_5.2.2) ##### 5.2.2 (2023-12-12) ##### Other Changes - This release contains bug fixes to improve quality. ### [`v5.2.1`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.2.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.2.0...Microsoft.Azure.WebJobs.Extensions.Storage_5.2.1) ##### 5.2.1 (2023-09-25) ##### Other Changes - This release contains bug fixes to improve quality. ### [`v5.2.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.2.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.3...Microsoft.Azure.WebJobs.Extensions.Storage_5.2.0) ##### 5.2.0 (2023-08-29) ##### Bugs Fixed - Updating ParameterBindingData "Connection" value to the full connection name instead of the connection section key ##### Features Added - Added support for `BlobsOptions.PoisonBlobThreshold` ### [`v5.1.3`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.1.3) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.2...Microsoft.Azure.WebJobs.Extensions.Storage_5.1.3) ##### 5.1.3 (2023-06-26) - Loosen parameter binding data parsing and validation to allow binding BlobContainerClient without blob name. ([#​37124](https://redirect.github.com/Azure/azure-sdk-for-net/issues/37124)) ### [`v5.1.2`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.1.2) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.1...Microsoft.Azure.WebJobs.Extensions.Storage_5.1.2) ##### 5.1.2 (2023-04-27) - Fixed bug where the blob container would scan from the beginning due not correctly updating the latest scan time. ([#​35145](https://redirect.github.com/Azure/azure-sdk-for-net/issues/35145)) ### [`v5.1.1`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.0...Microsoft.Azure.WebJobs.Extensions.Storage_5.1.1) #### 5.1.1 (2023-03-24) Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes. ### [`v5.1.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.1.0) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.0.1...Microsoft.Azure.WebJobs.Extensions.Storage_5.1.0) #### 5.1.0 (2023-02-21) Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes. ### [`v5.0.1`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.0.1) [Compare Source](https://redirect.github.com/Azure/azure-sdk-for-net/compare/Microsoft.Azure.WebJobs.Extensions.Storage_5.0.0...Microsoft.Azure.WebJobs.Extensions.Storage_5.0.1) #### 5.0.1 (2022-05-02) - Implemented caching blobs in shared memory for faster I/O. - Fixed queue message is not removed from the queue after stopping QueueListener. ([#​28156](https://redirect.github.com/Azure/azure-sdk-for-net/issues/28156)) ### [`v5.0.0`](https://redirect.github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage_5.0.0) #### 5.0.0 (2021-10-26) - General availability of Microsoft.Azure.WebJobs.Extensions.Storage 5.0.0. Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://redirect.github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

keploynavigator[bot] commented 18 hours ago

Thanks for opening this pull request!

cr-gpt[bot] commented 18 hours ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

semanticdiff-com[bot] commented 18 hours ago

Review changes with SemanticDiff.

deepsource-io[bot] commented 18 hours ago

Here's the code health analysis summary for commits 8a9041f..133b5db. View details on DeepSource β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPythonβœ… SuccessView Check β†—
DeepSource Java LogoJavaβœ… SuccessView Check β†—
DeepSource C# LogoC#βœ… SuccessView Check β†—
DeepSource JavaScript LogoJavaScriptβœ… SuccessView Check β†—
DeepSource Shell LogoShellβœ… SuccessView Check β†—
DeepSource Kotlin LogoKotlinβœ… SuccessView Check β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.
what-the-diff[bot] commented 18 hours ago

PR Summary

sourcery-ai[bot] commented 18 hours ago

πŸ§™ Sourcery has finished reviewing your pull request!


Tips and commands #### Interacting with Sourcery - **Trigger a new review:** Comment `@sourcery-ai review` on the pull request. - **Continue discussions:** Reply directly to Sourcery's review comments. - **Generate a GitHub issue from a review comment:** Ask Sourcery to create an issue from a review comment by replying to it. - **Generate a pull request title:** Write `@sourcery-ai` anywhere in the pull request title to generate a title at any time. - **Generate a pull request summary:** Write `@sourcery-ai summary` anywhere in the pull request body to generate a PR summary at any time. You can also use this command to specify where the summary should be inserted. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) to: - Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others. - Change the review language. - Add, remove or edit custom review instructions. - Adjust other review settings. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).
cr-gpt[bot] commented 17 hours ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

sonarcloud[bot] commented 17 hours ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud