Bump the communitytoolkit group with 1 update#408
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps CommunityToolkit.Aspire.Hosting.Ollama from 9.3.1-beta.259 to 13.4.0 --- updated-dependencies: - dependency-name: CommunityToolkit.Aspire.Hosting.Ollama dependency-version: 13.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: communitytoolkit ... Signed-off-by: dependabot[bot] <support@github.com>
Up to standards ✅🟢 Issues
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated CommunityToolkit.Aspire.Hosting.Ollama from 9.3.1-beta.259 to 13.4.0.
Release notes
Sourced from CommunityToolkit.Aspire.Hosting.Ollama's releases.
13.4.0
This release aligns CommunityToolkit/Aspire with Aspire 13.4.0 and delivers new integrations, TypeScript AppHost improvements, CI reliability work, and broad package updates.
We’re especially excited to ship this alongside Aspire 13.4, where TypeScript AppHost is now GA, resource commands gained typed arguments/process commands, and Kubernetes/AKS support continued to expand:
https://devblogs.microsoft.com/aspire/whats-new-aspire-13-4/
🔥 Highlights in this release
New integrations and capabilities
Reliability, fixes, and developer experience
flagdpackage (#1272)DatabaseNamefor Keycloak Postgres JDBC URL (#1328)Versioning and dependency updates
actions/setup-dotnetv5 andactions/github-scriptv9 (#1363, #1279)coverlet.collector,Microsoft.EntityFrameworkCore.Design,Microsoft.Extensions.AI, DuckDB, and npm/yarn grouped updates (#1306, #1331, #1368, #1369, #1365, #1373)Deprecations and obsoletions
Aspire.Hosting.JavaScript(#1376)🙌 New contributors
Full Changelog: CommunityToolkit/Aspire@v13.3.0...v13.4.0 (or see below)
What's Changed
... (truncated)
13.3.0
What's Changed
WithHttpsCertificateConfigurationto configure tls cert for Otel Collector by @afscrome in UseWithHttpsCertificateConfigurationto configure tls cert for Otel Collector CommunityToolkit/Aspire#1115WithOtlpExportermethod for SurrealDB hosting by @Odonno in OverrideWithOtlpExportermethod for SurrealDB hosting CommunityToolkit/Aspire#1117... (truncated)
13.1.1
Small fix release that includes a missing API surface area file.
What's Changed
Full Changelog: CommunityToolkit/Aspire@v13.1.0...v13.1.1
13.1.0
Happy 2026 everyone, and welcome to the first release for 2026!
Big ticket items this release are:
There is one potentially breaking change in this release with Dapr - we've found some of the tests are failing in CI for reasons we can't figure out, so as a result we're marking the Dapr integrations as preview. Nothing has actually changed in them, but there may be something underlying that has changed, so be aware and if you do find problems - report them!
What's Changed
New Contributors
... (truncated)
13.0.0
It's here, we now support Aspire 13! 🎉🎉🎉
There's a pretty huge amount of changes, some of which are breaking, so here's the highlights:
Hosting.NodeJS.ExtensionstoHosting.JavaScript.Extensionsto align with Aspire 13What's Changed
New Contributors
... (truncated)
9.9.0
Pretty big set of changes for the 9.9.0 release of the Community Toolkit with new integrations for flagd and Keycloak with PostgreSQL.
We've also deprecated the EventStore integration and replaced it with a new KurrentDB one, to reflect the new naming on the project.
Full changelog below.
What's Changed
New Contributors
Full Changelog: CommunityToolkit/Aspire@v9.8.0...v9.9.0
9.8.0
Time for another big release of the Aspire Community Toolkit with the main features being:
We also have a change to the package versioning for the SQLite EF Core integration, it's now marked as a pre-release package as it brings support for OTEL via their NuGet package, but their package is in beta, so we have to publish a pre-release version of our package too.
What's Changed
Developmentenvironments check from otel collector by @afscrome in RemoveDevelopmentenvironments check from otel collector CommunityToolkit/Aspire#869New Contributors
... (truncated)
9.7.2
To primary features - we now support Nx and Turborepo as monorepo tools for working with JavaScript/Node.js apps, and the MCP Inspector integration automatically wires up the server you provide it
What's Changed
Full Changelog: CommunityToolkit/Aspire@v9.7.1...v9.7.2
9.7.1
Minor release for the Aspire Community Toolkit - we've bumped to Aspire 9.4.1, which is the currently supported release.
Added some new APIs to the SurrealDB hosting integration for init files and creation scripts. Please note - these are considered experimental as they are inconsistent in having tests pass, so we're not ready to call them production stable.
What's Changed
WithInitFilesmethod by @Odonno in feat(surrealdb): addWithInitFilesmethod CommunityToolkit/Aspire#778Full Changelog: CommunityToolkit/Aspire@v9.7.0...v9.7.1
9.7.0
Two main features of this release are support for Aspire 9.4 and SurrealDB integrations (hosting and client).
What's Changed
configureInstallerafterWaitForCompletioninWithXYZPackageInstallationmethods by @afscrome in RunconfigureInstallerafterWaitForCompletioninWithXYZPackageInstallationmethods CommunityToolkit/Aspire#761New Contributors
configureInstallerafterWaitForCompletioninWithXYZPackageInstallationmethods CommunityToolkit/Aspire#761Full Changelog: CommunityToolkit/Aspire@v9.6.0...v9.7.0
9.6.0
Some big changes in this release:
There's two new hosting integrations:
What's Changed
New Contributors
Full Changelog: CommunityToolkit/Aspire@v9.5.0...v9.6.0
9.5.0
Highlights
What's Changed
Generate API Diffsworkflow on forks by @Alirexaa in Do not runGenerate API Diffsworkflow on forks CommunityToolkit/Aspire#654WithContainerFilesin adminer integeration by @Alirexaa in UseWithContainerFilesin adminer integeration CommunityToolkit/Aspire#673Microsoft.Extensions.AIto 9.4.4-preview.1.25259.16 by @MackinnonBuck in UpdateMicrosoft.Extensions.AIto 9.4.4-preview.1.25259.16 CommunityToolkit/Aspire#684New Contributors
Full Changelog: CommunityToolkit/Aspire@v9.4.0...v9.5.0
9.4.0
.NET Aspire 9.2 support is here!
Otherwise, this release contains a few small bug fixes and mostly dependency updates.
What's Changed
NO-MERGElabel to auto created api-diff PR by @Alirexaa in AddNO-MERGElabel to auto created api-diff PR CommunityToolkit/Aspire#617WaitForinWithDbGateby @Alirexaa in Remove implicitWaitForinWithDbGateCommunityToolkit/Aspire#630New Contributors
Full Changelog: CommunityToolkit/Aspire@v9.3.0...v9.4.0
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