Another massive release from the Aspire Community Toolkit, with this release landing us support for Aspire 13.5.
There is a stack of new integrations too:
- Logto
- RustFs
- dbx
- SeaweedFS
- Bitwarden
- Squad
- K3s
- listmonk
- Kind
- Redpanda
- Posta
- stable-diffusion.cpp
- Mosquitto
I think that's all! 😅
Thanks to all the contributors, new and returning. Full change log below.
What's Changed
- Fixing the version of the CLI to be installed by @aaronpowell in #1395
- Bump Aspire to 13.4.3 and align AppHost SDK versions by @aaronpowell in #1397
- Skip Docker check steps on Windows CI runners by @aaronpowell in #1411
- Logto by @axies20 in #1241
- feat: add RustFs by @konnta0 in #1295
- Add dbx hosting integration by @Odonno in #1391
- feat: upgrade to support SurrealDB v3 by @Odonno in #1294
- feat: add SeaweedFS hosting and client integrations by @Stertz in #1349
- Harden affected test selection for example changes by @aaronpowell in #1415
- fix: handle multi-line XML comments in
PackageDiffAsyncby @aaronpowell in #1422 - Add Bitwarden Secrets Manager hosting and client integrations by @sliekens in #1329
- fix: suppress SQLitePCLRaw.lib.e_sqlite3 audit warning (GHSA-2m69-gcr7-jv3q) by @tamirdresher in #1424
- feat: add CommunityToolkit.Aspire.Hosting.Squad - first-class Aspire resource for Squad AI-agent teams by @tamirdresher in #1394
- Add hosting integration authoring skill by @davidfowl in #1433
- Fixing build of SqlDatabaseProjects due to missing hard-coded dependency" by @aaronpowell in #1438
- feat: CommunityToolkit.Aspire.Hosting.K3s — k3s Kubernetes cluster hosting integration by @edmondshtogu in #1322
- Adding more logging verbostity by @aaronpowell in #1440
- Add TypeScript AppHost examples and tests for hosting integrations by @aaronpowell in #1423
- Refine SurrealDB hosting test coverage by @aaronpowell in #1441
- Workflow indentation by @aaronpowell in #1445
- Use trusted publishing for dotnet-main NuGet publish by @aaronpowell in #1452
- Minor version bump by @aaronpowell in #1454
- Use trusted publishing for dotnet-release publish job by @aaronpowell in #1453
- Per-database "RavenDB Studio" links in the Aspire dashboard by @Scooletz in #1444
- Ensure all shipped NuGet packages have meaningful descriptions and tags by @IEvangelist with @Copilot in #1432
- Fix DbGate Redis connectivity by using TLS Redis URLs by @aaronpowell with @Copilot in #1425
- Bump actions/checkout from 6 to 7 by @dependabot[bot] in #1427
- Bump MeiliSearch from 0.18.0 to 0.20.0 by @dependabot[bot] in #1429
- Add Squad integration CODEOWNERS entries by @aaronpowell in #1455
- Fix cross-platform Copilot CLI launch in Squad hosting integration by @tamirdresher in #1456
- Add TypeScript AppHost example for Squad integration by @tamirdresher in #1434
- Perl ts integration by @Omnideth in #1362
- Add integration code owner workflow by @aaronpowell in #1460
- Bump AWSSDK.S3 from 4.0.23.3 to 4.0.100.2 by @dependabot[bot] in #1462
- Add listmonk hosting integration by @axies20 in #1457
- Add CommunityToolkit.Aspire.Hosting.Kind integration by @andrey-noskov in #1270
- fix(deps): bump System.Security.Cryptography.Xml 8.0.3 → 8.0.4 to clear NU1903 CVE advisories by @tamirdresher in #1482
- Fix integration codeowner workflow failing on github-script v9 by @afscrome in #1499
- Bump GitHub.Copilot.SDK from 1.0.3 to 1.0.8 by @dependabot[bot] in #1492
- Bump AWSSDK.S3 from 4.0.100.2 to 4.0.101.5 by @dependabot[bot] in #1489
- Bump actions/stale from 10 to 11 by @dependabot[bot] in #1487
- Bump actions/setup-node from 6.4.0 to 7.0.0 by @dependabot[bot] in #1469
- Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.10 to 5.5.11 by @dependabot[bot] in #1486
- Bump actions/setup-dotnet from 5 to 6 by @dependabot[bot] in #1475
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #1470
- Bump the npm_and_yarn group across 60 directories with 10 updates by @dependabot[bot] in #1474
- Bump Dapr.Client from 1.15.3 to 1.18.5 by @dependabot[bot] in #1491
- Bump the npm_and_yarn group across 8 directories with 11 updates by @dependabot[bot] in #1501
- Add health check to Java container example to fix flakey test by @afscrome in #1500
- Fix SurrealDB server readiness: add health check, remove provisioning retry loop by @afscrome in #1503
- Gate Aspire doctor and failure logs when tests are skipped by @afscrome in #1505
- Fix build warnings treated as errors across the solution by @DavidGarton8 in #1468
- Add Redpanda Kafka-compatible hosting integration by @slang25 in #1410
- Automate README integrations index generation and enforce drift checks on PRs by @aaronpowell with @Copilot in #1464
- chore: upgrade surrealdb package to v1.0.0 by @Odonno in #1507
- Bump the npm_and_yarn group across 2 directories with 4 updates by @dependabot[bot] in #1508
- Bump actions/checkout from 4 to 7 by @dependabot[bot] in #1510
- Bump AWSSDK.S3 from 4.0.101.5 to 4.0.101.7 by @dependabot[bot] in #1511
- Bump GitHubActionsTestLogger from 3.0.4 to 3.0.5 by @dependabot[bot] in #1513
- Bump Dapr.AspNetCore from 1.15.3 to 1.18.5 by @dependabot[bot] in #1490
- Bump DuckDB.NET.Data.Full from 1.5.3 to 1.5.5 by @dependabot[bot] in #1512
- Upgrade Squad sample Copilot/MAF dependency chain by @tamirdresher in #1485
- Add Posta hosting integration by @axies20 in #1461
- Bump JsonSchema.Net to 9.4.0 by @dependabot[bot] in #1493
- Add stable-diffusion.cpp hosting integration by @axies20 in #1494
- Update
sqlite-webimage tag to version 0.8.0 by @DavidGarton8 in #1521 - feat:
CommunityToolkit.Aspire.Hosting.Floci— Floci cloud emulator hosing integration by @edmondshtogu in #1479 - feat(Kind): add AddManifest resource for kubectl apply after cluster ready by @tamirdresher in #1481
- Bump js-yaml from 4.1.1 to 4.3.1 in /examples/javascript-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1516
- Updating dependencies that have CVEs on them by @aaronpowell in #1529
- Upgrading to the latest aspire pre-release version 13.5.0 by @aaronpowell with @Copilot in #1530
- Bump AWSSDK.S3 from 4.0.101.7 to 4.0.102.1 by @dependabot[bot] in #1522
- ci: migrate PR comment workflows by @aaronpowell in #1531
- Bump react-router from 7.0.0 to 7.18.2 in /examples/javascript-ext/nx-demo in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1528
- New Integration Component: CommunityToolkit.Aspire.Hosting.Mosquitto by @IgorShaposhnikov in #1520
- Bump AWSSDK.S3 from 4.0.102.1 to 4.0.102.2 by @dependabot[bot] in #1532
- Bump GitHub.Copilot.SDK from 1.0.8 to 1.0.11 by @dependabot[bot] in #1533
- [Automated] Update API Surface Area by @github-actions[bot] in #1421
- Ollama image update by @aaronpowell in #1534
- Mosquitto test fixes by @aaronpowell in #1535
- marking the Kind hosting as preview because of the Aspire.Hosting.Kubernets dependency by @aaronpowell in #1537
New Contributors
- @konnta0 made their first contribution in #1295
- @Stertz made their first contribution in #1349
- @tamirdresher made their first contribution in #1424
- @davidfowl made their first contribution in #1433
- @edmondshtogu made their first contribution in #1322
- @Scooletz made their first contribution in #1444
- @andrey-noskov made their first contribution in #1270
- @slang25 made their first contribution in #1410
- @IgorShaposhnikov made their first contribution in #1520
Full Changelog: v13.4.0...v13.5.0