Releases: akkadotnet/Akka.Management
Akka.Management v1.5.31
1.5.31 November 11th 2024
- Update to Akka.NET v1.5.31
- Update to Akka.Hosting v1.5.31
- Coordination.Azure: Fix LeaseActor bugs
- Coordination.Azure: Fix AzureLease bugs
- Coordination.KubernetesApi: Modernize codes
1.5.30 October 3rd 2024
- Update to Akka.NET v1.5.30
- Update to Akka.Hosting v1.5.30
- Bump Grpc/Tools from 2.64.0 to 2.66.0
1.5.29 October 1st 2024
Note
Deprecated
Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
- Update to Akka.NET v1.5.29
- Update to Akka.Hosting v1.5.29
- Bump Grpc/Tools from 2.64.0 to 2.66.0
1.5.27.1-beta1 August 16th 2024
1.5.27 July 30 2024
- Update to Akka.NET v1.5.27.1
- Update to Akka.Hosting v1.5.27
- Discovery: Refactor IHoconOptions to IDiscoveryOptions
All discovery module option classes now implements IDiscoveryOptions
interface and can be used as an argument of the new Akka.Cluster.Hosting
WithClusterClientDiscovery()
method.
1.5.26.1 July 16 2024
1.5.26 July 15 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to [Akka.NET v1.5.17.1](https://github.com/akkadotnet/akka.ne...
Akka.Management v1.5.30
1.5.30 October 3rd 2024
- Update to Akka.NET v1.5.30
- Update to Akka.Hosting v1.5.30
- Bump Grpc/Tools from 2.64.0 to 2.66.0
1.5.29 October 1st 2024
Note
Deprecated
Deprecated due to Akka.NET 1.5.29 deprecation. Please use 1.5.30 instead.
- Update to Akka.NET v1.5.29
- Update to Akka.Hosting v1.5.29
- Bump Grpc/Tools from 2.64.0 to 2.66.0
1.5.27.1-beta1 August 16th 2024
1.5.27 July 30 2024
- Update to Akka.NET v1.5.27.1
- Update to Akka.Hosting v1.5.27
- Discovery: Refactor IHoconOptions to IDiscoveryOptions
All discovery module option classes now implements IDiscoveryOptions
interface and can be used as an argument of the new Akka.Cluster.Hosting
WithClusterClientDiscovery()
method.
1.5.26.1 July 16 2024
1.5.26 July 15 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
- Bump Akka.Hosting to 1.5.17.1
- Bump Petabridge.Cmd to 1.3.3
- Bump AWSSDK.CludFormation to 3.7.303.10
- [Bump AWSSDK.ECS to 3.7.305.16](https://github.com/akkadotnet/Akka.Mana...
Akka.Management v1.5.29
1.5.29 October 1st 2024
- Update to Akka.NET v1.5.29
- Update to Akka.Hosting v1.5.29
- Bump Grpc/Tools from 2.64.0 to 2.66.0
1.5.27.1-beta1 August 16th 2024
1.5.27 July 30 2024
- Update to Akka.NET v1.5.27.1
- Update to Akka.Hosting v1.5.27
- Discovery: Refactor IHoconOptions to IDiscoveryOptions
All discovery module option classes now implements IDiscoveryOptions
interface and can be used as an argument of the new Akka.Cluster.Hosting
WithClusterClientDiscovery()
method.
1.5.26.1 July 16 2024
1.5.26 July 15 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to [Ak...
Akka.Management v1.5.27
1.5.27 July 30 2024
- Update to Akka.NET v1.5.27.1
- Update to Akka.Hosting v1.5.27
- Discovery: Refactor IHoconOptions to IDiscoveryOptions
All discovery module option classes now implements IDiscoveryOptions
interface and can be used as an argument of the new Akka.Cluster.Hosting
WithClusterClientDiscovery()
method.
1.5.26.1 July 16 2024
1.5.26 July 15 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
Akka.Management v1.5.26.1
1.5.26.1 July 16 2024
1.5.26 July 15 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
1.5.7 May 23 2023
- Update to Akka.NET v1.5.7
- [Add Akka....
Akka.Management v1.5.26
1.5.26 July 16 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
- Discovery.Azure: Always apply TableClientOptions to TableClient
- Discovery.Azure: Implement missing IExtension implementation
- Discovery.Azure: Refactor
AkkaDiscoveryOptions
toAzureDiscoveryOptions
- Discovery.Config: Add multi-config support
- Discovery.AwsApi: Add multi-config support
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Cluster bootstrap endpoint returns empty seed if it is not part of a cluster
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
- Update dependency NuGet package versions to latest versions
Akka.Discovery.Azure AkkaDiscoveryOptions is not obsolete
AkkaDiscoveryOptions
class has been made obsolete because the name was a typo, the correct class to use from now on is AzureDiscoveryOptions
. The old AkkaDiscoveryOptions
class is marked with the Obsolete
attribute so users can migrate to the correct option class in the future.
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
1.5.7 May 23 2023
- Update to Akka.NET v1.5.7
- Add Akka.Discovery.Config support
- Update dependency NuGet package versions to latest versions
- [Bum...
Akka.Management v1.5.26-beta3
1.5.26-beta3 July 2 2024
- ClusterBootstrap: Update probe-interval and stale contact point timeout calculation
- Management: Add Remote address and ClusterClientReceptionist actor path endpoint
- Management: Harden ClusterClientReceptionist actor path endpoint
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
1.5.7 May 23 2023
- Update to Akka.NET v1.5.7
- Add Akka.Discovery.Config support
- Update dependency NuGet package versions to latest versions
1.5.5 May 4 2023
- Update to Akka.NET v1.5.5
- Update dependency NuGet package versions to latest versions
1.5.0 March 2 2023
Version 1.5.0 is the RTM release of Akka.Management and Akka.NET v1.5.0 RTM integration.
- Update to Akka.NET v1.5.0
- Update dependency NuGet package versions
- Bump AWSSDK.S3 from 3.7.103.1 to 3.7.103.9
- [Bump AWSSDK.CludFormation from 3.7.104.5 to 3.7.104...
Akka.Management v1.5.26-beta2
1.5.26-beta2 June 28 2024
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
1.5.7 May 23 2023
- Update to Akka.NET v1.5.7
- Add Akka.Discovery.Config support
- Update dependency NuGet package versions to latest versions
1.5.5 May 4 2023
- Update to Akka.NET v1.5.5
- Update dependency NuGet package versions to latest versions
1.5.0 March 2 2023
Version 1.5.0 is the RTM release of Akka.Management and Akka.NET v1.5.0 RTM integration.
- Update to Akka.NET v1.5.0
- Update dependency NuGet package versions
Akka.Management v1.5.26-beta1
1.5.26-beta1 June 27 2024
- Update to Akka.NET v1.5.26
- Discovery.KubernetesApi: Add multi-config support
- Discovery.Azure: Add multi-config support
Changes:
- 17de654 Update RELEASE_NOTES.md for 1.5.26-beta1 release (#2603)
- 3e1bccd Bump AkkaVersion to 1.5.26 (#2602)
- f9a0c95 Bump WireMockVersion from 1.5.58 to 1.5.59 (#2600)
- 1d3b408 Update Discovery.Azure to support multi-config (#2595)
- 6d5402d Update Discovery.KubernetesApi to support multi-config (#2596)
This list of changes was auto generated.
Akka.Management v1.5.25.1
1.5.25.1 June 25 2024
- Add stale-contact-point-timeout settings to ClusterBootstrap
- Bump Akka.Hosting to 1.5.25
- Update dependency NuGet package versions to latest versions
1.5.25 June 17 2024
- Update to Akka.NET v1.5.25
1.5.24 June 11 2024
- Update to Akka.NET v1.5.24
- Fix CVE-2024-21319 and CVE-2022-26907
- Fix CVE-2018-8292
- Update dependency NuGet package versions to latest versions
1.5.19 April 17 2024
- Update to Akka.NET v1.5.19
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Coordination.KubernetesApi: Change lease expiration calculation to be based on DateTime.Ticks instead of DateTime.TimeOfDay.TotalMilliseconds
- Coordination.KubernetesApi: Fix KubernetesSettings configuration bug
- Management: Fix host name IPV6 detection
- Update dependency NuGet package versions to latest versions
Breaking Change Warning
This release introduces a breaking change on how Akka.Coordination.KubernetesApi
calculates lease expiration.
If you're upgrading Akka.Coordination.KubernetesApi
from v1.5.18-beta2 or lower to 1.5.19, do not attempt to do a Kubernetes cluster rolling update. Instead, you will have to down the whole Akka.NET cluster (or scale everything to 0) first, then deploy the newly upgraded nodes.
1.5.18-beta2 March 20 2024
- Discovery.KubernetesApi: Add option to query pods in all namespaces
- Bump AWSSDK.CludFormation to 3.7.305.4
1.5.18-beta1 March 20 2024
- Update to Akka.NET v1.5.18
- Update dependency NuGet package versions to latest versions
1.5.17.1 March 4 2024
- Update to Akka.NET v1.5.17.1
- Modernize sample projects
- Update dependency NuGet package versions to latest versions
1.5.15 January 11 2024
- Update to Akka.NET v1.5.15
- Update dependency NuGet package versions to latest versions
1.5.7 May 23 2023
- Update to Akka.NET v1.5.7
- Add Akka.Discovery.Config support
- Update dependency NuGet package versions to latest versions
1.5.5 May 4 2023
- Update to Akka.NET v1.5.5
- Update dependency NuGet package versions to latest versions
1.5.0 March 2 2023
Version 1.5.0 is the RTM release of Akka.Management and Akka.NET v1.5.0 RTM integration.
- Update to Akka.NET v1.5.0
- Update dependency NuGet package versions
- Bump AWSSDK.S3 from 3.7.103.1 to 3.7.103.9
- Bump AWSSDK.CludFormation from 3.7.104.5 to 3.7.104.11
- Bump Google.Protobuf from 3.21.12 to 3.22.0
- Bump AWSSDK.ECS from 3.7.104.38 to 3.7.105
- Bump AWSSDK.EC2 from 3.7.120 to 3.7.123.5
- Bump AWSSDK.S3 from 3.7.103.9 to 3.7.103.14
- Bump Akka.Hosting from 1.5.0-alpha4 to 1.5.0-beta6