Skip to content

Bump Akka.Management from 1.5.50 to 1.5.70 - #8494

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Management-1.5.70
Open

Bump Akka.Management from 1.5.50 to 1.5.70#8494
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Management-1.5.70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Updated Akka.Management from 1.5.50 to 1.5.70.

Release notes

Sourced from Akka.Management's releases.

1.5.70

1.5.70 August 18th 2026

  • Update to Akka.NET v1.5.70
  • Update to Akka.Hosting v1.5.70
  • New package: Akka.Discovery.Redis — Redis-based service discovery for Akka.Cluster.Bootstrap. Each node registers under a TTL key and refreshes it on a heartbeat; dead nodes expire automatically (no separate pruning process) and stale entries are filtered out of lookups. A lightweight alternative to Akka.Discovery.Azure, well suited to Redis-backed environments and .NET Aspire local development. (#​3444)
  • New: .NET Aspire integrationAkka.Aspire.Hosting (AppHost side) and Akka.Aspire (service side) bring automated Akka.NET cluster formation to .NET Aspire. Declare the discovery backend and replica count in your AppHost, and each service replica auto-discovers its peers, forms a cluster, and reports readiness through a health check — no manual HOCON. (#​3445)

Changes:

  • 611bdb58f9d41f156c5227d87936839f9205da5f Update RELEASE_NOTES.md and bump version for 1.5.70 release (#​3453)
  • 5ae5c91013f65e4e7b1a2a18e0e9a816743e21b3 Add READMEs for the Akka.Aspire packages; root-README fallback for the rest (#​3452)
  • 39790e52caff82a3c9abc51ffc18495b44be6598 Fix flaky LeaseActor Windows test by decoupling probe wait from the operation budget (#​3451)
  • 7f733076827541441328a53dd73e83e919adc532 Migrate Management + DNS tests to xUnit Assert and remove FluentAssertions (#​3450)
  • 4ef7b8c7f4417c0272bfc9e1bc1b7bd7bc7e2f09 Migrate Discovery + Coordination tests from FluentAssertions to xUnit Assert (2/3) (#​3449)
  • f93fea2c887a9ad2c9b01be5726cbb431fbd8479 Migrate Aspire + Redis tests from FluentAssertions to xUnit Assert (#​3448)
  • 85c701b66ed13db433ee608c5fb45c12b9286d53 Move InternalsVisibleTo to csproj metadata (#​3446)
  • 3a8de5adc7551da59ef26a051f35b60344dbd1a4 Fix flaky RedisDiscoveryActorSpec with per-test key isolation (#​3447)
  • e311a6ebbb209ca0f2837b0e187e85979dad12a7 Bump Akka from 1.5.68 to 1.5.70 (#​3440)
  • c50a35bc675b13fd11772d30fa2637c24b4406dd Add .NET Aspire integration (Akka.Aspire, Akka.Aspire.Hosting) + samples (#​3445)
See More
  • cfc58f0490415f74bac119c2167bba36e940f264 Add Akka.Discovery.Redis service discovery plugin (#​3444)
  • cb7017771b14d7679b6b802bf008963b594d4194 Bump coverlet.collector from 8.0.1 to 10.0.1 (#​3439)

This list of changes was auto generated.

1.5.68

1.5.68 May 31st 2026

Changes:

  • d9d10723abf00b89c73605ded6c2b14ebb85f15a Update RELEASE_NOTES.md for 1.5.68 release (#​3435)
  • 14b52b1481c6395647922aeaf834eb194d06e0ab Bump AkkaVersion and AkkaHostingVersion from 1.5.67 to 1.5.68 (#​3434)

This list of changes was auto generated.

1.5.67

1.5.67 April 28th 2026

Changes:

  • 7e462dc97ade493be03d5091050eb4a8f6aa6c7d Update RELEASE_NOTES.md for 1.5.67 release (#​3431)
  • 4c5273b3f25c6f781db231ad8cd384afe70faee4 Bump AkkaVersion and AkkaHostingVersion from 1.5.65 to 1.5.67 (#​3430)

This list of changes was auto generated.

1.5.65

1.5.65 April 10th 2026

Changes:

  • 31570158da5c8c5c7543a65891c0bd973747f77f Update RELEASE_NOTES.md for 1.5.65 release (#​3426)
  • 5ee498e66b25a082ac9ccf12333c59a26488a285 Bump AkkaVersion and AkkaHostingVersion to 1.5.65 (#​3425)
  • a3260740593353a0b7e0aca6d89b3b37b6b911b7 Bump AkkaVersion and AkkaHostingVersion to 1.5.64 (#​3424)

This list of changes was auto generated.

1.5.63

1.5.63 March 31st 2026

Changes:

  • 8915eb12bc17b469b64a88a17db7765577072d2c Update RELEASE_NOTES.md for 1.5.63 release (#​3423)
  • 1ad5a927a46220edf9aa9cfb085a02a83149abca Bump coverlet.collector from 6.0.4 to 8.0.1 (#​3416)
  • 158c514392875ae9f3e06fc94f48dc05f674eeb7 Fix heartbeat self-conflict causes unnecessary lease release after transient timeout (#​3418)
  • 825ea776d6ae96b4b05d4286221bb611fe9f6616 Fix intermittent NRE in ServerSettings.Create due to InjectTopLevelFallback race (#​3419)
  • c152aff759142903d18172ce45ce21998fac1cb6 Extract only latest release block for GitHub release body (#​3410)

This list of changes was auto generated.

1.5.62

1.5.62 March 9th 2026

1.5.61 February 27th 2026

1.5.60 February 10th 2026

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

... (truncated)

1.5.61

1.5.61 February 27th 2026

1.5.60 February 10th 2026

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • 2524059a994e5e805dd0a269261873af81d0b2a4 Update RELEASE_NOTES.md for 1.5.61 release (#​3401)
  • 27d8a1022c9c4c3760fa573d89476fa11a3a932f Bump AkkaVersion and AkkaHostingVersion from 1.5.60 to 1.5.61 (#​3400)
  • 0cd56f195d145ebe90a87140d6a06a54ed45e8fc Update health check reference in reference.conf (#​3395)
  • b0d6a92dc658c1435fdeef4ad2006e2d2ed65cd7 Fix CreateInNotExistAsync bug (#​3398)

This list of changes was auto generated.

1.5.60

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • bf3c0cec60e86ad3447d58b0cac37ec0487afb8a Bump Akka.NET to 1.5.60 (#​3396)

This list of changes was auto generated.

1.5.59

1.5.59 January 26th 2026

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • 53a1eb0abf8b38ae03773ffe18416875a7578400 Fix: Use windows-2022 explicitly instead of windows-latest (#​3394)
  • 73440e0259aaba05e1bbb343bb29459c3dbec386 Bump Akka.NET to 1.5.59 (#​3393)

This list of changes was auto generated.

1.5.57

1.5.57 December 16th 2025

1.5.55 October 26th 2025

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • eee37e76846e306cdf2048694ab5a771dc497b70 Update to Akka.NET and Akka.Hosting v1.5.57 (#​3392)
  • d92e315f1e746eee7f21b93e921748ffad68c0d8 Migrate to Central Package Management (CPM) (#​3391)

This list of changes was auto generated.

1.5.55

1.5.55 October 26th 2025

Changes:

  • dc551b15701bf4fdfcb0769855cb6c368b1d3893 Release 1.5.55 (#​3390)
  • df53fc8a6f97c960b9edbffa225a6a6033b91307 Update Akka.Hosting and Pbm versions (#​3389)
  • d42bae6523c1ddbaf08835760a233dd9913c8511 Improve logging for Cluster.Bootstrap hostname matching diagnostics (#​3388) [ #​3387 ]

This list of changes was auto generated.

1.5.52

1.5.52 October 9th 2025

1.5.50 September 23rd 2025

[!NOTE]
We're dropping .NET Standard 2.0 and .NET 6.0 support for all Kubernetes based projects due to CVE-2025-9708.
KubernetesClient has been bumped to 17.0.14, which requires all Kubernetes project to only support .NET 8.0

Changes:

  • 2b9a1d6450c032737043e9d04b81f54bed6bb296 Update RELEASE_NOTES.md for 1.5.52 release (#​3386)
  • 75fbc7613feb1e7660b1c828db1c4e21c8be9774 upgrade to Akka.NET and Akka.Hosting v1.5.52 (#​3385)
  • 7ff159477e4b643490818fefaac21b1e56840de2 Update incrementalist.cmd version to 1.1.0 (#​3384)

This list of changes was auto generated.

Commits viewable in compare view.

@dependabot dependabot Bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 27, 2026
@dependabot
dependabot Bot force-pushed the dependabot/nuget/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Management-1.5.70 branch from 1157e28 to 1c70337 Compare August 27, 2026 13:53
@Aaronontheweb
Aaronontheweb enabled auto-merge (squash) August 27, 2026 21:12
@Aaronontheweb

Copy link
Copy Markdown
Member

@dependabot rebase

---
updated-dependencies:
- dependency-name: Akka.Management
  dependency-version: 1.5.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/nuget/src/contrib/cluster/Akka.Cluster.Tools.Tests.MultiNode/Akka.Management-1.5.70 branch from 1c70337 to 3639b57 Compare August 27, 2026 21:51
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.

Improve Akka.Management logging for debugging Cluster.Bootstrap hostname matching issues

1 participant