Skip to content

Commit e033805

Browse files
deps(core): update aspire monorepo (#1153)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Aspire.Hosting](https://redirect.github.com/microsoft/aspire) | `13.4.3` → `13.4.4` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting/13.4.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting/13.4.3/13.4.4?slim=true) | | [Aspire.Hosting.Kubernetes](https://redirect.github.com/microsoft/aspire) | `13.4.3-preview.1.26305.13` → `13.4.4-preview.1.26314.3` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Kubernetes/13.4.4-preview.1.26314.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Kubernetes/13.4.3-preview.1.26305.13/13.4.4-preview.1.26314.3?slim=true) | | [Aspire.Hosting.Testing](https://redirect.github.com/microsoft/aspire) | `13.4.3` → `13.4.4` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Aspire.Hosting.Testing/13.4.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Aspire.Hosting.Testing/13.4.3/13.4.4?slim=true) | --- ### Release Notes <details> <summary>microsoft/aspire (Aspire.Hosting)</summary> ### [`v13.4.4`](https://redirect.github.com/microsoft/aspire/compare/v13.4.3...v13.4.4) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Zurich) - Branch creation - "after 9pm,before 6am" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cadb22f commit e033805

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/KubeOps.Aspire.Hosting/KubeOps.Aspire.Hosting.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Aspire.Hosting" Version="13.4.3" />
23-
<PackageReference Include="Aspire.Hosting.Kubernetes" Version="13.4.3-preview.1.26305.13" />
22+
<PackageReference Include="Aspire.Hosting" Version="13.4.4" />
23+
<PackageReference Include="Aspire.Hosting.Kubernetes" Version="13.4.4-preview.1.26314.3" />
2424
<PackageReference Include="YamlDotNet" Version="18.0.0" />
2525
<!-- Pin transitive MessagePack (via Aspire.Hosting -> StreamJsonRpc) to a version
2626
without GHSA-hv8m-jj95-wg3x. Remove once Aspire ships a fixed StreamJsonRpc. -->

test/KubeOps.Aspire.Hosting.Test/KubeOps.Aspire.Hosting.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</ItemGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspire.Hosting.Testing" Version="13.4.3" />
9+
<PackageReference Include="Aspire.Hosting.Testing" Version="13.4.4" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)