Akka.Coordination.KubernetesApi 0.2.5-beta4

Prefix Reserved
This is a prerelease version of Akka.Coordination.KubernetesApi.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.Coordination.KubernetesApi --version 0.2.5-beta4                
NuGet\Install-Package Akka.Coordination.KubernetesApi -Version 0.2.5-beta4                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.Coordination.KubernetesApi" Version="0.2.5-beta4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Coordination.KubernetesApi --version 0.2.5-beta4                
#r "nuget: Akka.Coordination.KubernetesApi, 0.2.5-beta4"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Akka.Coordination.KubernetesApi as a Cake Addin
#addin nuget:?package=Akka.Coordination.KubernetesApi&version=0.2.5-beta4&prerelease

// Install Akka.Coordination.KubernetesApi as a Cake Tool
#tool nuget:?package=Akka.Coordination.KubernetesApi&version=0.2.5-beta4&prerelease                

Akka.NET coordination module for Kubernetes

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.31 90 11/11/2024
1.5.30 558 10/3/2024
1.5.29 132 10/1/2024
1.5.27 510 7/30/2024
1.5.26.1 661 7/16/2024
1.5.26 72 7/15/2024
1.5.26-beta3 95 7/2/2024
1.5.26-beta2 96 6/28/2024
1.5.26-beta1 81 6/27/2024
1.5.25.1 111 6/25/2024
1.5.25 129 6/17/2024
1.5.24 91 6/11/2024
1.5.19 685 4/17/2024
1.5.18-beta2 93 3/27/2024
1.5.18-beta1 140 3/20/2024
1.5.17.1 1,744 3/4/2024
1.5.15 515 1/12/2024
1.5.7 3,565 5/23/2023
1.5.5 150 5/8/2023
1.5.0 369 3/2/2023
1.5.0-beta6 131 3/1/2023
1.5.0-alpha4 125 2/17/2023
1.0.3 398 2/13/2023
1.0.2 248 2/8/2023
1.0.1 304 1/31/2023
1.0.0 317 1/18/2023
1.0.0-beta2 154 1/7/2023
1.0.0-beta1 128 1/6/2023
0.3.0-beta4 151 12/2/2022
0.3.0-beta3 179 11/7/2022
0.3.0-beta2 250 10/20/2022
0.3.0-beta1 140 10/6/2022
0.2.5-beta4 144 8/31/2022
0.2.5-beta3 185 8/16/2022
0.2.5-beta2 143 8/8/2022
0.2.5-beta1 151 8/1/2022
0.2.4-beta3 211 5/5/2022
0.2.4-beta2 207 4/14/2022
0.2.4-beta1 178 12/2/2021

Version 0.2.5-beta4 adds `Akka.Hosting` support to `Akka.Coordination.KubernetesApi`, allowing you to set a Kubernetes based lease lock through `Akka.Hosting`.
[[Management] Include `Exception` cause inside start-up failure warning](https://github.com/akkadotnet/Akka.Management/pull/779)
[[Discovery.Azure] Clean-up discovery entry during shutdown](https://github.com/akkadotnet/Akka.Management/pull/780)
[[Discovery.Azure] Add `DefaultAzureCredential` support](https://github.com/akkadotnet/Akka.Management/pull/778)
[[Discovery.Azure] Add `TableClientOption` support](https://github.com/akkadotnet/Akka.Management/pull/783)
[[Coordination.KubernetesApi] Add `ActorSystemSetup` support](https://github.com/akkadotnet/Akka.Management/pull/781)
[[Coordination.KubernetesApi] Add `Akka.Hosting` support](https://github.com/akkadotnet/Akka.Management/pull/784)
[[Management] Harden `Akka.Management` and `Cluster.Bootstrap` startup interaction](https://github.com/akkadotnet/Akka.Management/pull/789)
Update dependency NuGet package versions
[Bump Grpc.Tools from 2.47.0 to 2.48.0 (#762)](https://github.com/akkadotnet/Akka.Management/pull/762)
[Bump AWSSDK.CloudFormation from 3.7.11.15 to 3.7.11.20](https://github.com/akkadotnet/Akka.Management/pull/793)
[Bump AWSSDK.EC2 from 3.7.81.2 to 3.7.83.3](https://github.com/akkadotnet/Akka.Management/pull/799)
[Bump AWSSDK.ECS from 3.7.5.63 to 3.7.5.69](https://github.com/akkadotnet/Akka.Management/pull/798)
[Bump AWSSDK.S3 from 3.7.9.39 to 3.7.9.45](https://github.com/akkadotnet/Akka.Management/pull/797)