Akka.Coordination.KubernetesApi
0.3.0-beta4
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Coordination.KubernetesApi --version 0.3.0-beta4
NuGet\Install-Package Akka.Coordination.KubernetesApi -Version 0.3.0-beta4
<PackageReference Include="Akka.Coordination.KubernetesApi" Version="0.3.0-beta4" />
paket add Akka.Coordination.KubernetesApi --version 0.3.0-beta4
#r "nuget: Akka.Coordination.KubernetesApi, 0.3.0-beta4"
// Install Akka.Coordination.KubernetesApi as a Cake Addin #addin nuget:?package=Akka.Coordination.KubernetesApi&version=0.3.0-beta4&prerelease // Install Akka.Coordination.KubernetesApi as a Cake Tool #tool nuget:?package=Akka.Coordination.KubernetesApi&version=0.3.0-beta4&prerelease
Akka.NET coordination module for Kubernetes
Product | Versions 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. |
-
.NETStandard 2.0
- Akka.Cluster.Hosting (>= 0.5.2-beta1)
- Akka.Coordination (>= 1.4.46)
- Akka.Hosting (>= 0.5.2-beta1)
- KubernetesClient (>= 4.0.26)
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 | 155 | 11/11/2024 |
1.5.30 | 756 | 10/3/2024 |
1.5.29 | 136 | 10/1/2024 |
1.5.27 | 512 | 7/30/2024 |
1.5.26.1 | 712 | 7/16/2024 |
1.5.26 | 74 | 7/15/2024 |
1.5.26-beta3 | 97 | 7/2/2024 |
1.5.26-beta2 | 98 | 6/28/2024 |
1.5.26-beta1 | 83 | 6/27/2024 |
1.5.25.1 | 113 | 6/25/2024 |
1.5.25 | 131 | 6/17/2024 |
1.5.24 | 97 | 6/11/2024 |
1.5.19 | 696 | 4/17/2024 |
1.5.18-beta2 | 95 | 3/27/2024 |
1.5.18-beta1 | 142 | 3/20/2024 |
1.5.17.1 | 1,758 | 3/4/2024 |
1.5.15 | 517 | 1/12/2024 |
1.5.7 | 3,569 | 5/23/2023 |
1.5.5 | 152 | 5/8/2023 |
1.5.0 | 371 | 3/2/2023 |
1.5.0-beta6 | 133 | 3/1/2023 |
1.5.0-alpha4 | 127 | 2/17/2023 |
1.0.3 | 400 | 2/13/2023 |
1.0.2 | 250 | 2/8/2023 |
1.0.1 | 306 | 1/31/2023 |
1.0.0 | 319 | 1/18/2023 |
1.0.0-beta2 | 156 | 1/7/2023 |
1.0.0-beta1 | 130 | 1/6/2023 |
0.3.0-beta4 | 153 | 12/2/2022 |
0.3.0-beta3 | 181 | 11/7/2022 |
0.3.0-beta2 | 252 | 10/20/2022 |
0.3.0-beta1 | 142 | 10/6/2022 |
0.2.5-beta4 | 146 | 8/31/2022 |
0.2.5-beta3 | 187 | 8/16/2022 |
0.2.5-beta2 | 145 | 8/8/2022 |
0.2.5-beta1 | 153 | 8/1/2022 |
0.2.4-beta3 | 213 | 5/5/2022 |
0.2.4-beta2 | 209 | 4/14/2022 |
0.2.4-beta1 | 180 | 12/2/2021 |
Version 0.3.0-beta4 is a minor release that contains some minor bug fixes and NuGet package updates.
Update to [Akka.NET v1.4.46](https://github.com/akkadotnet/akka.net/releases/tag/1.4.46)
[[Coordination.Azure] Fix missing container from REST API URI when using `AzureCredential`](https://github.com/akkadotnet/Akka.Management/pull/1063)
Update dependency NuGet package versions
[Bump Akka.Hosting from 0.5.1 to 0.5.2-beta1](https://github.com/akkadotnet/Akka.Management/pull/1054)
[Bump Azure.Identity from 1.7.0 to 1.8.0](https://github.com/akkadotnet/Akka.Management/pull/1046)
[Bump Azure.Data.Tables from 12.6.1 to 12.7.1](https://github.com/akkadotnet/Akka.Management/pull/957)
[Bump AWSSDK.EC2 from 3.7.102.1 to 3.7.111.1](https://github.com/akkadotnet/Akka.Management/pull/1067)
[Bump AWSSDK.S3 from 3.7.9.101.8 to 3.7.101.26](https://github.com/akkadotnet/Akka.Management/pull/1065)
[Bump AWSSDK.ECS from 3.7.100.8 to 3.7.102.3](https://github.com/akkadotnet/Akka.Management/pull/1064)
[Bump AWSSDK.CloudFormation from 3.7.101.4 to 3.7.102.7](https://github.com/akkadotnet/Akka.Management/pull/997)