Skip to content

Bump the all-nuget-dependencies group with 4 updates#136

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/OperatorTemplate.AppHost/all-nuget-dependencies-7038aae54a
Closed

Bump the all-nuget-dependencies group with 4 updates#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/OperatorTemplate.AppHost/all-nuget-dependencies-7038aae54a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Updated Aspire.Hosting.AppHost from 13.3.2 to 13.3.4.

Release notes

Sourced from Aspire.Hosting.AppHost's releases.

13.3.4

What's New in Aspire 13.3.4

Patch release for Aspire 13.3 with a fix for the Aspire skill description exceeding agent host limits.

🐛 Fixes

  • 📝 Aspire skill description too long for agent hosts — The SKILL.md generated by aspire agent init included a frontmatter description that exceeded the 1024-character limit enforced by agent hosts such as Codex and Copilot CLI, causing the Aspire skill to fail to load. The bundled skill description has been shortened to stay within the limit. (#​17183, backported via #​17188)

🏷️ Housekeeping

  • 🚀 Bumped branding to 13.3.4 (#​17215)

Full commit: 75080796af797483231a9da2d1642b5130617565

Generated by Generate release notes for a new stable Aspire release · ● 3.6M

13.3.3

What's New in Aspire 13.3.3

Patch release for Aspire 13.3 with fixes for debug log level leaking into user resources, Keycloak HTTPS endpoint token invalidation, and endpoint materialization in HostResourceWithEndpoints.

🐛 Fixes

  • 🔇 Debug log level leaking into user resourcesLogging__LogLevel__Default=Debug set by the app host was being inherited by all user resources, silently changing their logging verbosity. The app host now uses ASPIRE_APPHOST_LOGLEVEL instead, which is scoped to Aspire processes only. (#​17071, backported via #​17078)
  • 🔑 Keycloak HTTPS primary endpoint — Fixed a regression where Keycloak tokens became invalid after an app host restart because the HTTPS endpoint port was dynamic. When developer certificates are enabled, Keycloak's primary endpoint is now upgraded to HTTPS directly, and the endpoint name is set to http to enable standard http+https:// service discovery URLs. (#​17058, backported via #​17063)
  • 🔌 Endpoint materialization in HostResourceWithEndpoints — Endpoints configured via HostResourceWithEndpoints are now correctly materialized, ensuring endpoint resolution and service discovery work as expected. (#​17091, backported via #​17092)

🏷️ Housekeeping

  • ⬆️ Bumped DCP (Microsoft.DeveloperControlPlane) from 0.23.5 → 0.23.6 — includes fixes for Kubernetes OpenAPI generator types that caused [SHOULD NOT HAPPEN] failed to update managedFields errors. (#​17070)
  • 🚀 Bumped branding to 13.3.3 (#​17088)

Full commit: a4615e7c6def6cba4703cdbd84009cd3da9a261b

Commits viewable in compare view.

Updated coverlet.collector from 10.0.0 to 10.0.1.

Release notes

Sourced from coverlet.collector's releases.

10.0.1

Improvements

Fixed

  • Fix inconsistent paths in cobertura reports #​1723
  • Fix when using "is" with "and" in pattern matching, branch coverage is lower than normal #​1313
  • Fix Coverlet flagging a branch for an async functions finally block where none exists #​1337
  • Fix Coverlet Tracker Missing CompilerGeneratedAttribute #​1828

Maintenance

  • Add architecture docs and diagrams for all integrations #​1927
  • Update NuGet packages and .NET SDK versions #​1933

Diff between 10.0.0 and 10.0.1

Commits viewable in compare view.

Updated KubeOps.Generator from 10.5.0 to 11.0.0.

Release notes

Sourced from KubeOps.Generator's releases.

11.0.0

11.0.0 (2026-05-19)

⚠ BREAKING CHANGES

  • kubernetes-client: The LabelSelectors namespace is renamed to Selectors.
    To migrate, rename the namespaces.
  • kubernetes-client: The DefaultEntityLabelSelector class is now sealed instead
    of public. To mitigate, use the implementation with the interface
    (intended way) instead of subclassing the default selector.

Features

Dependencies

11.0.0-prerelease.1

11.0.0-prerelease.1 (2026-05-15)

⚠ BREAKING CHANGES

  • kubernetes-client: The LabelSelectors namespace is renamed to Selectors.
    To migrate, rename the namespaces.
  • kubernetes-client: The DefaultEntityLabelSelector class is now sealed instead
    of public. To mitigate, use the implementation with the interface
    (intended way) instead of subclassing the default selector.

Features

10.6.0-prerelease.1

10.6.0-prerelease.1 (2026-05-14)

Features

Dependencies

Commits viewable in compare view.

Updated KubeOps.Operator from 10.5.0 to 11.0.0.

Release notes

Sourced from KubeOps.Operator's releases.

11.0.0

11.0.0 (2026-05-19)

⚠ BREAKING CHANGES

  • kubernetes-client: The LabelSelectors namespace is renamed to Selectors.
    To migrate, rename the namespaces.
  • kubernetes-client: The DefaultEntityLabelSelector class is now sealed instead
    of public. To mitigate, use the implementation with the interface
    (intended way) instead of subclassing the default selector.

Features

Dependencies

11.0.0-prerelease.1

11.0.0-prerelease.1 (2026-05-15)

⚠ BREAKING CHANGES

  • kubernetes-client: The LabelSelectors namespace is renamed to Selectors.
    To migrate, rename the namespaces.
  • kubernetes-client: The DefaultEntityLabelSelector class is now sealed instead
    of public. To mitigate, use the implementation with the interface
    (intended way) instead of subclassing the default selector.

Features

10.6.0-prerelease.1

10.6.0-prerelease.1 (2026-05-14)

Features

Dependencies

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps Aspire.Hosting.AppHost from 13.3.2 to 13.3.4
Bumps coverlet.collector from 10.0.0 to 10.0.1
Bumps KubeOps.Generator from 10.5.0 to 11.0.0
Bumps KubeOps.Operator from 10.5.0 to 11.0.0

---
updated-dependencies:
- dependency-name: Aspire.Hosting.AppHost
  dependency-version: 13.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget-dependencies
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-nuget-dependencies
- dependency-name: KubeOps.Generator
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-dependencies
- dependency-name: KubeOps.Operator
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 21, 2026

Superseded by #137.

@dependabot dependabot Bot closed this May 21, 2026
@dependabot dependabot Bot deleted the dependabot/nuget/src/OperatorTemplate.AppHost/all-nuget-dependencies-7038aae54a branch May 21, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants