Bump the all-actions group with 3 updates#276
Conversation
Bumps Aspire.Hosting.Redis from 13.2.1 to 13.2.4 Bumps Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0 Bumps Azure.Storage.Blobs from 12.20.0 to 12.27.0 --- updated-dependencies: - dependency-name: Aspire.Hosting.Redis dependency-version: 13.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: Azure.Storage.Blobs dependency-version: 12.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
🤖 Dependency Update PRThis PR was opened by dependabot[bot] and has been automatically labeled for Boromir (DevOps) to review. Labels applied:
|
Test Results Summary2 365 tests 2 341 ✅ 11m 46s ⏱️ For more details on these failures, see this check. Results for commit 0e551ec. ♻️ This comment has been updated with latest results. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #276 +/- ##
==========================================
- Coverage 78.10% 77.77% -0.34%
==========================================
Files 228 228
Lines 8469 8469
Branches 1172 1172
==========================================
- Hits 6615 6587 -28
- Misses 1310 1337 +27
- Partials 544 545 +1 🚀 New features to boost your workflow:
|
- Orchestration logs: Boromir (PR review #275, #276), Aragorn (PR triage #274) - Session log: Ralph Go Round One summary - Decision inbox merged: 7 decision files consolidated into decisions.md - Agent history updated: Boromir and Aragorn session outcomes recorded All .squad/ changes committed per Scribe charter. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…s 12.27.0 compatibility Azure.Storage.Blobs 12.27.0 uses Azure Storage API version 2026-02-06, which is not yet supported by Azurite 3.35.0 (bundled in Testcontainers.Azurite 4.11.0). The fix adds the --skipApiVersionCheck command-line flag to bypass the API version verification, allowing tests to run with the newer SDK version until Azurite adds native support for API version 2026-02-06. References: - Azure/Azurite#2623 - Azure/Azurite#2627 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…on skip The previous fix used azurite-blob with a single string argument, which: - Only started the Blob service (missing Queue and Table services) - Didn't properly parse command arguments as separate parameters This commit: - Uses 'azurite' (starts all services) instead of 'azurite-blob' - Passes each argument as a separate string parameter to .WithCommand() - Adds --queueHost and --tableHost flags for complete service coverage - Maintains --skipApiVersionCheck for Azure.Storage.Blobs 12.27.0 compatibility The fix follows Testcontainers.Azurite 4.11.0 API conventions where .WithCommand() requires separate string arguments, not a single concatenated string. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Boromir fixed the Persistence.AzureStorage.Tests.Integration failure caused by Azure.Storage.Blobs 12.27.0 requiring API version 2026-02-06, which Azurite 3.35.0 doesn't yet support. Added --skipApiVersionCheck flag to bypass validation until Azurite adds native support. Updated: - .squad/agents/boromir/history.md - .squad/decisions/boromir-fix-pr-276-azurite-api-version.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Updated Aspire.Hosting.Redis from 13.2.1 to 13.2.4.
Release notes
Sourced from Aspire.Hosting.Redis's releases.
13.2.4
Aspire 13.2.4
What's New in Aspire 13.2.4
Patch release addressing a security advisory in OpenTelemetry dependencies.
🐛 Fixes
🏷️ Housekeeping
13.2.4 (#16436)
13.2.3
What's New in Aspire 13.2.3
Patch release focused on CLI packaging, signing, and reliability fixes.
🐛 Fixes
🔧 Improvements
🏷️ Housekeeping
13.2.2
This is a servicing release focused on bug fixes and platform improvements.
🐛 Bug Fixes
13.2 regressions impacting IDE-based execution (#15714)
🔒 Security & Certificates
🏗️ Infrastructure & Platform
0.22.11 (#15713)
💻 CLI Improvements
Commits viewable in compare view.
Updated Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0.
Release notes
Sourced from Azure.Monitor.OpenTelemetry.AspNetCore's releases.
1.5.0
1.5.0 (2026-04-30)
Features Added
(#56438)
Breaking Changes
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) toRateLimitedSamplerwith 5.0 traces per second. This change significantlyreduces telemetry volume for high-traffic applications and provides better
cost optimization out of the box.
Impact: Applications with more than 5 requests per second will see fewer
traces exported by default.
Migration: To maintain the previous behavior (100% sampling), explicitly
configure the sampler:
Bugs Fixed
instead of replica names in the Role Instance field.
(#54586)
1.5.0-beta.1
1.5.0-beta.1 (2026-04-28)
Features Added
package-2024-05-01topackage-preview-2025-06. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appconfiguration/resource-manager/readme.md.AzureFrontDoorproperty toAppConfigurationStoreDataandAppConfigurationStorePatchto support Azure Front Door configuration for a configuration store.AppConfigurationAzureFrontDoorPropertieswith aResourceIdproperty representing an Azure Front Door profile resource ID.1.4.2
1.4.2 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.4.1
1.4.1 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.Commits viewable in compare view.
Updated Azure.Storage.Blobs from 12.20.0 to 12.27.0.
Release notes
Sourced from Azure.Storage.Blobs's releases.
12.25.0
12.25.0 (2026-04-24)
Features Added
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions