Releases: akkadotnet/Akka.Management
Akka.Management v0.3.0-beta2
0.3.0-beta2 October 20 2022
Version 0.3.0-beta2 is a minor release that contains some minor bug fixes.
- Update to Akka.NET v1.4.45
- [Cluster.Bootstrap] Fix wrong fallback port value
- Bump Azure.Storage.Blobs from 12.13.1 to 12.14.0
0.3.0-beta1 October 5 2022
Version 0.3.0-beta1 adds Akka.Coordination.Azure
support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi
Akka.Hosting
support and Akka.Discovery.Azure
Akka.Hosting
support.
- Update to Akka.NET v1.4.43
- [Coordination.Azure] Add Akka.Coordination.Azure Akka Lease support
- [Discovery.Aws] Add programmatic Setup class
- [Discovery.Aws] Add Akka.Hosting support
- [Discovery.Aws.Ec2] Add validator to Ec2ServiceDiscoverySetup
- [Discovery.Azure] Refactor
DefaultAzureCredential
toTokenCredential
- [Discovery.Kubernetes] Add programmatic Setup class
- [Discovery.Kubernetes] Add Akka.Hosting support
- Update dependency NuGet package versions
To use Akka.Coordination.KubernetesApi
or Akka.Coordination.Azure
lease with Akka split-brain resolver, instead of passing in a HOCON path into LeaseImplementation
property inside the LeaseMajorityOption
class, you will need to pass in KubernetesLeaseOption
or AzureLeaseOption
instance instead.
All DefaultAzureCredential
parameters and properties has been refactored to its base class TokenCredential
for better flexibility.
0.2.5-beta4 August 16 2022
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 - [Discovery.Azure] Clean-up discovery entry during shutdown
- [Discovery.Azure] Add
DefaultAzureCredential
support - [Discovery.Azure] Add
TableClientOption
support - [Coordination.KubernetesApi] Add
ActorSystemSetup
support - [Coordination.KubernetesApi] Add
Akka.Hosting
support - [Management] Harden
Akka.Management
andCluster.Bootstrap
startup interaction - Update dependency NuGet package versions
0.2.5-beta3 August 16 2022
Version 0.2.5-beta3 adds Akka.Hosting
support to Akka.Management
, Akka.Management.Cluster.Bootstrap
, and Akka.Discovery.Azure
, allowing users to configure these modules through Akka.Hosting
.
- [Discovery.Azure] Add shutdown cleanup implementation
- [Management] Add Akka.Hosting support
- [ClusterBootstrap] Add Akka.Hosting support
- [Discovery.Azure] Add Akka.Hosting support
- Update dependency NuGet package versions
0.2.5-beta2 August 9 2022
- [ClusterBootstrap] Add programmatic setup to ClusterBootstrap
- [Discovery.Azure] Fix OData query bug and AskTimeoutException bug
- [Discovery.Azure] Fix inconsistent IP address resolution in guardian actor
- [Http.Shim] Replace internal HTTP server from Kestrel to Ceen.Httpd
- [Management] Add programmatic setup to Akka.Management
- NuGet package version updates:
0.2.5-beta1 August 1 2022
- Update to Akka.NET v1.4.40
- Update AWS SDK versions to latest:
- Update PBM version to 1.1.0
- Add Akka.Discovery.Azure discovery feature
Akka.Discovery.Azure
This new discovery module leverages Azure Table Storage as a source for Akka.NET cluster discovery and bootstraping. A more complete documentation can be read here
0.2.4-beta3 May 5 2022
0.2.4-beta2 April 14 2022
- Update to Akka.NET v1.4.37
- Make Kubernetes discovery error message more verbose
- Add working Kubernetes lease stress test project
- Update all AWSSDK versions
0.2.4-beta1 December 3 2021
- Fix Kubernetes discovery label selector and add documentation
- Add Kubernetes lease feature
- Fix Kubernetes discovery throws NRE on containers with portless IP address
- Fix Cluster.Bootstrap default configuration not injected properly on startup
- Update to Akka.NET v1.4.28
- Update all AWSSDK versions
0.2.3-beta2 October 5 2021
0.2.3-beta1 October 4 2021
- Fix Akka.Management default host name bug
0.2.2-beta1 September 29 2021
- Update to Akka.NET v1.4.26
- Added Akka.Discovery.KubernetesApi package - as the name implies, it uses the Kubernetes API to query for available pods to act as seed nodes.
- Update all AWSSDK versions
0.2.1-beta4 September 4 2021
- Fix erroneous failing probe messages after cluster formed
- Update all AWSSDK versions
0.2.1-beta3 August 16 2021
- Add .NET 5.0 support to Akka.Http.Shim
- Bump AWSSDK.ECS from 3.7.2.13 to 3.7.2.27
- Bump [A...
Akka.Management v0.3.0-beta1
0.3.0-beta1 October 5 2022
Version 0.3.0-beta1 adds Akka.Coordination.Azure
support, allowing you to use Azure Blob Storage as an Akka Lease backend. It also has a few breaking change to the Akka.Coordination.KubernetesApi
Akka.Hosting
support and Akka.Discovery.Azure
Akka.Hosting
support.
- Update to Akka.NET v1.4.43
- [Coordination.Azure] Add Akka.Coordination.Azure Akka Lease support
- [Discovery.Aws] Add programmatic Setup class
- [Discovery.Aws] Add Akka.Hosting support
- [Discovery.Aws.Ec2] Add validator to Ec2ServiceDiscoverySetup
- [Discovery.Azure] Refactor
DefaultAzureCredential
toTokenCredential
- [Discovery.Kubernetes] Add programmatic Setup class
- [Discovery.Kubernetes] Add Akka.Hosting support
- Update dependency NuGet package versions
To use Akka.Coordination.KubernetesApi
or Akka.Coordination.Azure
lease with Akka split-brain resolver, instead of passing in a HOCON path into LeaseImplementation
property inside the LeaseMajorityOption
class, you will need to pass in KubernetesLeaseOption
or AzureLeaseOption
instance instead.
All DefaultAzureCredential
parameters and properties has been refactored to its base class TokenCredential
for better flexibility.
0.2.5-beta4 August 16 2022
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 - [Discovery.Azure] Clean-up discovery entry during shutdown
- [Discovery.Azure] Add
DefaultAzureCredential
support - [Discovery.Azure] Add
TableClientOption
support - [Coordination.KubernetesApi] Add
ActorSystemSetup
support - [Coordination.KubernetesApi] Add
Akka.Hosting
support - [Management] Harden
Akka.Management
andCluster.Bootstrap
startup interaction - Update dependency NuGet package versions
0.2.5-beta3 August 16 2022
Version 0.2.5-beta3 adds Akka.Hosting
support to Akka.Management
, Akka.Management.Cluster.Bootstrap
, and Akka.Discovery.Azure
, allowing users to configure these modules through Akka.Hosting
.
- [Discovery.Azure] Add shutdown cleanup implementation
- [Management] Add Akka.Hosting support
- [ClusterBootstrap] Add Akka.Hosting support
- [Discovery.Azure] Add Akka.Hosting support
- Update dependency NuGet package versions
0.2.5-beta2 August 9 2022
- [ClusterBootstrap] Add programmatic setup to ClusterBootstrap
- [Discovery.Azure] Fix OData query bug and AskTimeoutException bug
- [Discovery.Azure] Fix inconsistent IP address resolution in guardian actor
- [Http.Shim] Replace internal HTTP server from Kestrel to Ceen.Httpd
- [Management] Add programmatic setup to Akka.Management
- NuGet package version updates:
0.2.5-beta1 August 1 2022
- Update to Akka.NET v1.4.40
- Update AWS SDK versions to latest:
- Update PBM version to 1.1.0
- Add Akka.Discovery.Azure discovery feature
Akka.Discovery.Azure
This new discovery module leverages Azure Table Storage as a source for Akka.NET cluster discovery and bootstraping. A more complete documentation can be read here
0.2.4-beta3 May 5 2022
0.2.4-beta2 April 14 2022
- Update to Akka.NET v1.4.37
- Make Kubernetes discovery error message more verbose
- Add working Kubernetes lease stress test project
- Update all AWSSDK versions
0.2.4-beta1 December 3 2021
- Fix Kubernetes discovery label selector and add documentation
- Add Kubernetes lease feature
- Fix Kubernetes discovery throws NRE on containers with portless IP address
- Fix Cluster.Bootstrap default configuration not injected properly on startup
- Update to Akka.NET v1.4.28
- Update all AWSSDK versions
0.2.3-beta2 October 5 2021
0.2.3-beta1 October 4 2021
- Fix Akka.Management default host name bug
0.2.2-beta1 September 29 2021
- Update to Akka.NET v1.4.26
- Added Akka.Discovery.KubernetesApi package - as the name implies, it uses the Kubernetes API to query for available pods to act as seed nodes.
- Update all AWSSDK versions
0.2.1-beta4 September 4 2021
- Fix erroneous failing probe messages after cluster formed
- Update all AWSSDK versions
0.2.1-beta3 August 16 2021
- Add .NET 5.0 support to Akka.Http.Shim
- Bump AWSSDK.ECS from 3.7.2.13 to 3.7.2.27
- Bump AWSSDK.S3 from 3.7.1.13 to 3.7.1.23
- Bump AWSSDK.EC2 from 3.7.16.2 to 3.7.20.5
0.2.1-beta2 August 12 2021
- Add documentation
0.2.1-beta1 August 5 2021
- Fix [compatibility for Akka.Discovery.Config](https://github.com/akkadotnet/Akka.M...
Akka.Management v0.2.5-beta4
0.2.5-beta4 August 16 2022
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 - [Discovery.Azure] Clean-up discovery entry during shutdown
- [Discovery.Azure] Add
DefaultAzureCredential
support - [Discovery.Azure] Add
TableClientOption
support - [Coordination.KubernetesApi] Add
ActorSystemSetup
support - [Coordination.KubernetesApi] Add
Akka.Hosting
support - [Management] Harden
Akka.Management
andCluster.Bootstrap
startup interaction - Update dependency NuGet package versions
Changes:
- 741c4ce Update RELEASE_NOTES.md for 0.2.5-beta4 release (#800)
- 5fd61d7 Merge pull request #792 from akkadotnet/dependabot/nuget/Microsoft.NET.Test.Sdk-17.3.1
- 4e83462 Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1
- 4f7fb9b Merge pull request #797 from akkadotnet/dependabot/nuget/AWSSDK.S3-3.7.9.45
- 7ecde23 Bump AWSSDK.S3 from 3.7.9.39 to 3.7.9.45
- 5825775 Merge pull request #798 from akkadotnet/dependabot/nuget/AWSSDK.ECS-3.7.5.69
- f8d12bd Bump AWSSDK.ECS from 3.7.5.63 to 3.7.5.69
- 2057e52 Merge pull request #799 from akkadotnet/dependabot/nuget/AWSSDK.EC2-3.7.83.3
- 80c3a8b Bump AWSSDK.EC2 from 3.7.81.2 to 3.7.83.3
- be12bda Merge pull request #793 from akkadotnet/dependabot/nuget/AWSSDK.CloudFormation-3.7.11.20
See More
- 216a5d1 Bump AWSSDK.CloudFormation from 3.7.11.15 to 3.7.11.20
- a904f25 Fix racy timeout tests (#791)
- 3c4842c Improve XML-DOC for Akka.Management and Akka.Discovery.Azure (#790)
- 94fef98 Harden Management and ClusterBootstrap interaction (#789)
- cd0e6f8 Bump WireMock.Net from 1.5.3 to 1.5.4 (#782)
- a4b2256 [Kubernetes Lease] Add Akka.Hosting support (#784)
- 8a252f1 Fix settings and settings spec, add Setup support (#781)
- 4cb27e0 Add optional TableClientOption parameter support for Discovery.Azure DefaultAzureCredential setup (#783)
- e0957ee Add DefaultAzureCredential support to Akka.Discovery.Azure (#778)
- fabb5f1 Cleaner discovery service shutdown (#780)
- 3ef9cc7 Make sure that exception is included in the log (#779)
- 806e288 Bump Grpc.Tools from 2.47.0 to 2.48.0 (#762)
This list of changes was auto generated.
Akka.Management v0.2.5-beta3
0.2.5-beta3 August 16 2022
- [Discovery.Azure] Add shutdown cleanup implementation
- [Management] Add Akka.Hosting support
- [ClusterBootstrap] Add Akka.Hosting support
- [Discovery.Azure] Add Akka.Hosting support
- Update dependency NuGet package versions
0.2.5-beta2 August 9 2022
- [ClusterBootstrap] Add programmatic setup to ClusterBootstrap
- [Discovery.Azure] Fix OData query bug and AskTimeoutException bug
- [Discovery.Azure] Fix inconsistent IP address resolution in guardian actor
- [Http.Shim] Replace internal HTTP server from Kestrel to Ceen.Httpd
- [Management] Add programmatic setup to Akka.Management
- NuGet package version updates:
0.2.5-beta1 August 1 2022
- Update to Akka.NET v1.4.40
- Update AWS SDK versions to latest:
- Update PBM version to 1.1.0
- Add Akka.Discovery.Azure discovery feature
Akka.Discovery.Azure
This new discovery module leverages Azure Table Storage as a source for Akka.NET cluster discovery and bootstraping. A more complete documentation can be read here
0.2.4-beta3 May 5 2022
0.2.4-beta2 April 14 2022
- Update to Akka.NET v1.4.37
- Make Kubernetes discovery error message more verbose
- Add working Kubernetes lease stress test project
- Update all AWSSDK versions
0.2.4-beta1 December 3 2021
- Fix Kubernetes discovery label selector and add documentation
- Add Kubernetes lease feature
- Fix Kubernetes discovery throws NRE on containers with portless IP address
- Fix Cluster.Bootstrap default configuration not injected properly on startup
- Update to Akka.NET v1.4.28
- Update all AWSSDK versions
0.2.3-beta2 October 5 2021
0.2.3-beta1 October 4 2021
- Fix Akka.Management default host name bug
0.2.2-beta1 September 29 2021
- Update to Akka.NET v1.4.26
- Added Akka.Discovery.KubernetesApi package - as the name implies, it uses the Kubernetes API to query for available pods to act as seed nodes.
- Update all AWSSDK versions
0.2.1-beta4 September 4 2021
- Fix erroneous failing probe messages after cluster formed
- Update all AWSSDK versions
0.2.1-beta3 August 16 2021
- Add .NET 5.0 support to Akka.Http.Shim
- Bump AWSSDK.ECS from 3.7.2.13 to 3.7.2.27
- Bump AWSSDK.S3 from 3.7.1.13 to 3.7.1.23
- Bump AWSSDK.EC2 from 3.7.16.2 to 3.7.20.5
0.2.1-beta2 August 12 2021
- Add documentation
0.2.1-beta1 August 5 2021
0.2.0-beta1 August 5 2021
- Added support for Akka.Management and Akka.Management.Cluster.Bootstrap
0.1.0-beta2 August 3 2021
- Added support for EC2 Instance Metadata Service based credential
0.1.0-beta1 July 16 2021
- First beta release
- Added support for
Akka.Discovery.AwsApi
Changes:
- 7ba95d7 Update RELEASE_NOTES.md for 0.2.5-beta3 release (#761)
- 0aea8ce Merge pull request #757 from akkadotnet/dependabot/nuget/AWSSDK.ECS-3.7.5.63
- c78a548 Bump AWSSDK.ECS from 3.7.5.60 to 3.7.5.63
- 7496013 Merge pull request #760 from akkadotnet/dependabot/nuget/AWSSDK.CloudFormation-3.7.11.15
- adde44b Bump AWSSDK.CloudFormation from 3.7.11.12 to 3.7.11.15
- 148a759 Merge pull request #759 from akkadotnet/dependabot/nuget/AWSSDK.EC2-3.7.81.2
- b78f875 Bump AWSSDK.EC2 from 3.7.80.2 to 3.7.81.2
- 5e403b4 Merge pull request #758 from akkadotnet/dependabot/nuget/AWSSDK.S3-3.7.9.39
- edf240a Bump AWSSDK.S3 from 3.7.9.36 to 3.7.9.39
- 00028f6 Merge pull request #748 from akkadotnet/dependabot/nuget/Google.Protobuf-3.21.5
See More
- 9ccc39a Bump Google.Protobuf from 3.21.4 to 3.21.5
- 0b87d40 Add Hosting unit tests for Management, ClusterBootstrap, and Discovery.Azure (#756)
- f276fda Bump Akka.Hosting from 0.4.1 to 0.4.2 (#755)
- e7f0761 Add Akka.Hosting support (#747)
- 06d4bdd Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#749)
- 2034de1 Cleanup self member entry during ActorSystem shutdown (#742)
This list of changes was auto generated.
Akka.Management v0.2.5-beta2
0.2.5-beta2 August 9 2022
- [ClusterBootstrap] Add programmatic setup to ClusterBootstrap
- [Discovery.Azure] Fix OData query bug and AskTimeoutException bug
- [Discovery.Azure] Fix inconsistent IP address resolution in guardian actor
- [Http.Shim] Replace internal HTTP server from Kestrel to Ceen.Httpd
- [Management] Add programmatic setup to Akka.Management
- NuGet package version updates:
0.2.5-beta1 August 1 2022
- Update to Akka.NET v1.4.40
- Update AWS SDK versions to latest:
- Update PBM version to 1.1.0
- Add Akka.Discovery.Azure discovery feature
Akka.Discovery.Azure
This new discovery module leverages Azure Table Storage as a source for Akka.NET cluster discovery and bootstraping. A more complete documentation can be read here
0.2.4-beta3 May 5 2022
0.2.4-beta2 April 14 2022
- Update to Akka.NET v1.4.37
- Make Kubernetes discovery error message more verbose
- Add working Kubernetes lease stress test project
- Update all AWSSDK versions
0.2.4-beta1 December 3 2021
- Fix Kubernetes discovery label selector and add documentation
- Add Kubernetes lease feature
- Fix Kubernetes discovery throws NRE on containers with portless IP address
- Fix Cluster.Bootstrap default configuration not injected properly on startup
- Update to Akka.NET v1.4.28
- Update all AWSSDK versions
0.2.3-beta2 October 5 2021
0.2.3-beta1 October 4 2021
- Fix Akka.Management default host name bug
0.2.2-beta1 September 29 2021
- Update to Akka.NET v1.4.26
- Added Akka.Discovery.KubernetesApi package - as the name implies, it uses the Kubernetes API to query for available pods to act as seed nodes.
- Update all AWSSDK versions
0.2.1-beta4 September 4 2021
- Fix erroneous failing probe messages after cluster formed
- Update all AWSSDK versions
0.2.1-beta3 August 16 2021
- Add .NET 5.0 support to Akka.Http.Shim
- Bump AWSSDK.ECS from 3.7.2.13 to 3.7.2.27
- Bump AWSSDK.S3 from 3.7.1.13 to 3.7.1.23
- Bump AWSSDK.EC2 from 3.7.16.2 to 3.7.20.5
0.2.1-beta2 August 12 2021
- Add documentation
0.2.1-beta1 August 5 2021
0.2.0-beta1 August 5 2021
- Added support for Akka.Management and Akka.Management.Cluster.Bootstrap
0.1.0-beta2 August 3 2021
- Added support for EC2 Instance Metadata Service based credential
0.1.0-beta1 July 16 2021
- First beta release
- Added support for
Akka.Discovery.AwsApi
Changes:
- a34f207 Update RELEASE_NOTES.md for 0.2.5-beta2 release (#741)
- eb7abd1 Merge pull request #739 from akkadotnet/dependabot/nuget/AWSSDK.CloudFormation-3.7.11.12
- 9736523 Bump AWSSDK.CloudFormation from 3.7.11.9 to 3.7.11.12
- d75c904 Merge pull request #733 from akkadotnet/dependabot/nuget/AWSSDK.EC2-3.7.80.2
- 4f2c6b6 Bump AWSSDK.EC2 from 3.7.79.2 to 3.7.80.2
- 934e4e4 Merge pull request #734 from akkadotnet/dependabot/nuget/AWSSDK.S3-3.7.9.36
- a5bb943 Bump AWSSDK.S3 from 3.7.9.33 to 3.7.9.36
- bef6452 Merge pull request #424 from akkadotnet/dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1
- a64656d Merge branch 'dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1' of github.com:akkadotnet/Akka.Management into dependabot/nuget/Microsoft.Extensions.Hosting-6.0.1
- 258219a All Microsoft.Extensions NuGet package version has to be bumped in-step
See More
- 1603283 Bump Microsoft.Extensions.Hosting from 3.1.17 to 6.0.1
- 8f06413 Merge pull request #732 from akkadotnet/dependabot/nuget/AWSSDK.ECS-3.7.5.60
- d731e4f Bump AWSSDK.ECS from 3.7.5.57 to 3.7.5.60
- 6551c1e Merge pull request #724 from akkadotnet/dependabot/nuget/Google.Protobuf-3.21.4
- 039f088 Bump Google.Protobuf from 3.21.2 to 3.21.4
- 3ff642f Add AkkaManagement Setup class (#731)
- a093762 Bump Microsoft.Extensions.Hosting from 3.1.17 to 6.0.1
- 7fb464c Replace Kestrel with Ceen (#729)
- 0686b57 Add Setup classes to ClusterBootstrap (#730)
- 0836f2b Remove Dns.GetHostentry, it might not return the original IP address (#728)
- d044865 Bump xunit from 2.4.1 to 2.4.2 (#735)
- bcc4b1c Bump Grpc.Tools from 2.40.0 to 2.47.0 (#720)
- 9018a25 Bump Azure.Data.Tables from 12.6.0 to 12.6.1 (#718)
- 5948fba Fixes for Discovery.Azure (#723)
This list of changes was auto generated.
Akka.Management v0.2.5-beta1
0.2.5-beta1 August 1 2022
- Update to Akka.NET v1.4.40
- Update AWS SDK versions to latest:
- Update PBM version to 1.1.0
- Add Akka.Discovery.Azure discovery feature
Akka.Discovery.Azure
This new discovery module leverages Azure Table Storage as a source for Akka.NET cluster discovery and bootstraping. A more complete documentation can be read here
Changes:
- 9592d4e Update windows-release.yaml
- 88c67f6 Update RELEASE_NOTES.md for v0.2.5-beta1 release (#717)
- e000488 Merge pull request #716 from akkadotnet/feature/akka.discovery.azure
- 590d7ad Merge branch 'dev' into feature/akka.discovery.azure
- 4495192 Bump WireMock.Net from 1.5.2 to 1.5.3 (#715)
- 91901d3 Add documentation (#714)
- b0ce322 Bump AWSSDK.S3 from 3.7.9.20 to 3.7.9.33 (#709)
- f86357d Bump AWSSDK.EC2 from 3.7.76.1 to 3.7.79.2 (#708)
- e848607 Bump AWSSDK.CloudFormation from 3.7.10.13 to 3.7.11.9 (#710)
- 67f8401 Bump AWSSDK.ECS from 3.7.5.47 to 3.7.5.57 (#711)
See More
- 8632880 Add Azurite and Kubernetes based sample project (#713)
- 2e87d7e Add XML-DOC to classes (#712)
- 4ed6953 Bump WireMock.Net from 1.5.1 to 1.5.2 (#707)
- 6d662bd Add guardian actor restart with backoff retry for failing DNS resolution and failing Az table client (#706)
- aea8d30 Bump AkkaVersion from 1.4.39 to 1.4.40 (#700)
- 9c6b897 Add AzureDiscoverySetup Setup class (#701)
- 12ae5ca [Discovery.Azure] Add discovery actors and unit tests (#677)
- a11efbe Bump Docker.DotNet from 3.125.5 to 3.125.10 (#688)
- d9ae47b Bump WireMock.Net from 1.5.0 to 1.5.1 (#668)
- 0128bca Add backing Azure Table data model and client (#666) [ #667 ]
- 84d9b47 Added
feature/*
branch support to AzDo (#667) - 231d862 Bump AWSSDK.ECS from 3.7.5.37 to 3.7.5.47 (#658)
- 08fe7d8 Bump AWSSDK.CloudFormation from 3.7.10.4 to 3.7.10.13 (#656)
- 74daa7e Bump AWSSDK.S3 from 3.7.7.17 to 3.7.9.20 (#657)
- bce9013 Bump AWSSDK.EC2 from 3.7.74.2 to 3.7.76.1 (#659)
- 912b64c Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#584)
- a0c3b6b Bump PbmVersion from 1.0.2 to 1.1.0 (#631)
- 1a22661 Bump WireMock.Net from 1.4.41 to 1.5.0 (#630)
- 2f99a9f Bump AkkaVersion from 1.4.38 to 1.4.39 (#621)
- f22c60e Bump FluentAssertions from 6.6.0 to 6.7.0 (#622)
- 5b77827 Bump AWSSDK.ECS from 3.7.5.12 to 3.7.5.37 (#617)
- 353816a Bump AWSSDK.EC2 from 3.7.62.1 to 3.7.74.2 (#620)
- 27d638b Bump AWSSDK.CloudFormation from 3.7.7.16 to 3.7.10.4 (#619)
- 5433dc6 Bump AkkaVersion from 1.4.37 to 1.4.38 (#570)
This list of changes was auto generated.
Akka.Management v0.2.4-beta3
0.2.4-beta3 May 5 2022
Changes:
- 5092dff Version 0.2.4-beta3 Release
- 49142c7 Merge branch 'dev'
- ef66794 Merge pull request #564 from Arkatufus/Update_RELEASE_NOTES_for_0.2.4-beta3
- 2297777 Update RELEASE_NOTES.md for 0.2.4-beta3 release
- 9722d67 Merge pull request #563 from Aaronontheweb/fix/562-HTTP-async-error
- 2b12225 fix NET Core App 3.1 HTTP error [ #562 ]
- 17857af Bump WireMock.Net from 1.4.40 to 1.4.41 (#550)
- c209c1f Add Kubernetes discovery and lease RBAC documentation (#534)
This list of changes was auto generated.
Akka.Management v0.2.4-beta2
0.2.4-beta2 April 14 2022
- Update to Akka.NET v1.4.37
- Make Kubernetes discovery error message more verbose
- Add working Kubernetes lease stress test project
- Update all AWSSDK versions
Changes:
- 802545f Merge pull request #533 from Arkatufus/master
- fc883db Merge branch 'dev'
- 499c32d Update RELEASE_NOTES.md for 0.2.4-beta2 release (#532)
- 9840543 Bump Akka.NET to 1.4.37 (#531)
- 2820733 Add k8s lease stress test project (#530)
- 36973a5 Bump AWSSDK.EC2 from 3.7.62.1 to 3.7.64 (#528)
- c846b92 Add DocFX documentation (#520)
- a04f5da Add working k8s lease implementation to cluster bootstrap sample project (#521)
- 1c62cb8 Bump AkkaVersion from 1.4.35 to 1.4.36 (#516)
- cfd7834 Make error messages more verbose (#518)
See More
- 1ad7376 Added comments around port names for Akka.Discovery.KubernetesApi
- a1ccaca Bump FluentAssertions from 6.5.1 to 6.6.0 (#506)
- 1ac0070 Bump AWSSDK.ECS from 3.7.5.8 to 3.7.5.12 (#498)
- b41d5f6 Bump WireMock.Net from 1.4.35 to 1.4.40 (#495)
- 658790f Bump Akka.Discovery from 1.4.33 to 1.4.35 (#494)
- 1a30d01 Bump AWSSDK.EC2 from 3.7.58.1 to 3.7.62.1 (#493)
- 9f25b84 Bump AkkaVersion from 1.4.33 to 1.4.35 (#492)
- 821aa50 Bump coverlet.collector from 3.1.0 to 3.1.2 (#421)
- 8d1cd40 Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 (#433)
- 091c0f7 Bump AWSSDK.ECS from 3.7.4.26 to 3.7.5.8 (#481)
- a4971e8 Bump AkkaVersion from 1.4.32 to 1.4.33 (#431)
- 2383a04 Bump FluentAssertions from 6.4.0 to 6.5.1 (#429)
- da38443 Bump Akka.Discovery from 1.4.31 to 1.4.33 (#430)
- bdcd5e5 Bump WireMock.Net from 1.4.30 to 1.4.35 (#425)
- ec4bbae Bump FluentAssertions from 6.3.0 to 6.4.0 (#413)
- 32732cb Bump AkkaVersion from 1.4.31 to 1.4.32 (#412)
- 01e2da0 Bump AWSSDK.CloudFormation from 3.7.7.10 to 3.7.7.16 (#408)
- 0686976 Bump AWSSDK.ECS from 3.7.4.16 to 3.7.4.26 (#406)
- f2a000a Bump AWSSDK.S3 from 3.7.7.10 to 3.7.7.17 (#407)
- f8e4d5d Bump AWSSDK.EC2 from 3.7.52.1 to 3.7.58.1 (#409)
- 838cd25 Fix broken AWS discovery integration test (#411)
- 34e91dc Bump FluentAssertions from 6.2.0 to 6.3.0 (#358)
- 425caa7 Bump AWSSDK.S3 from 3.7.7.5 to 3.7.7.10 (#375)
- 49f8657 Bump AWSSDK.CloudFormation from 3.7.7.6 to 3.7.7.10 (#374)
- 4cbf287 Bump AWSSDK.EC2 from 3.7.50.3 to 3.7.52.1 (#372)
- 0f7df56 Bump WireMock.Net from 1.4.29 to 1.4.30 (#357)
- 1f4c3b6 Bump Akka.Discovery from 1.4.29 to 1.4.31 (#355)
- c699d84 Bump AWSSDK.S3 from 3.7.7.2 to 3.7.7.5 (#352)
- c7b93e7 Bump AWSSDK.EC2 from 3.7.50 to 3.7.50.3 (#351)
- dd06d6b Bump AWSSDK.ECS from 3.7.4.13 to 3.7.4.16 (#353)
- 12455ca Bump AWSSDK.CloudFormation from 3.7.7.3 to 3.7.7.6 (#354)
- f4f2923 Bump AkkaVersion from 1.4.29 to 1.4.31 (#347)
- 7678ae3 Bump Akka.Discovery from 1.4.28-beta to 1.4.29 (#343)
- 20cec95 Bump AkkaVersion from 1.4.28 to 1.4.29 (#338)
- b8afbd8 Bump WireMock.Net from 1.4.28 to 1.4.29 (#336)
- 53e624f Bump AWSSDK.ECS from 3.7.4.12 to 3.7.4.13 (#334)
- b958a9e Bump AWSSDK.CloudFormation from 3.7.7.2 to 3.7.7.3 (#331)
- 8fadbcd Bump AWSSDK.S3 from 3.7.7.1 to 3.7.7.2 (#332)
- 3b20b83 Bump AWSSDK.EC2 from 3.7.49 to 3.7.50 (#335)
- dd0c58f Bump Akka.Discovery from 1.4.25-beta to 1.4.28-beta (#329)
This list of changes was auto generated.
Akka.Management v0.2.4-beta1
0.2.4-beta1 December 3 2021
- Fix Kubernetes discovery label selector and add documentation
- Add Kubernetes lease feature
- Fix Kubernetes discovery throws NRE on containers with portless IP address
- Fix Cluster.Bootstrap default configuration not injected properly on startup
- Update to Akka.NET v1.4.28
- Update all AWSSDK versions
Changes:
- dd71adc 0.2.4-beta1 Release
- 688f4ba Merge branch 'dev'
- bf52780 Update RELEASE_NOTES.md for 0.2.4-beta1 release (#327)
- bd950ef Bump AWSSDK.CloudFormation from 3.7.7 to 3.7.7.2 (#322)
- 3a47ced Bump Akka.Discovery to 1.4.28-beta (#326)
- 65e52ed Bump AWSSDK.S3 from 3.7.5 to 3.7.7.1 (#323)
- ea0e33a Bump AWSSDK.ECS from 3.7.4.10 to 3.7.4.12 (#324)
- 172f046 Merge pull request #325 from akkadotnet/dependabot/nuget/AWSSDK.EC2-3.7.49
- e494458 Bump AWSSDK.EC2 from 3.7.45 to 3.7.49
- 3cfc660 Bump WireMock.Net from 1.4.27 to 1.4.28 (#318)
See More
- 3ff8718 Bump AWSSDK.ECS from 3.7.4.6 to 3.7.4.10 (#312)
- 5a8a7dc Bump AWSSDK.CloudFormation from 3.7.5.44 to 3.7.7 (#308)
- 0a775ae Bump AWSSDK.EC2 from 3.7.44.2 to 3.7.45 (#311)
- 42d0180 Bump AWSSDK.S3 from 3.7.4.7 to 3.7.5 (#310)
- bcdc5db Bump PbmVersion from 1.0.1 to 1.0.2 (#300)
- 08f347b Bump AWSSDK.ECS from 3.7.4.3 to 3.7.4.6 (#298)
- 8f361cb Bump AWSSDK.EC2 from 3.7.43 to 3.7.44.2 (#297)
- 543292c Bump WireMock.Net from 1.4.26 to 1.4.27 (#295)
- ec50ca1 Bump AWSSDK.S3 from 3.7.4.5 to 3.7.4.7 (#296)
- c0a0fc2 Bump AWSSDK.CloudFormation from 3.7.5.38 to 3.7.5.44 (#299)
- 22c5169 Bump AWSSDK.S3 from 3.7.4.4 to 3.7.4.5 (#290)
- 555f480 Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 (#285)
- 7a656ec Bump AWSSDK.EC2 from 3.7.41.1 to 3.7.43 (#281)
- ef47995 Bump AkkaVersion from 1.4.27 to 1.4.28 (#271)
- 48695f8 Bump AWSSDK.ECS from 3.7.3.7 to 3.7.4.3 (#282)
- c2b47e5 Bump AWSSDK.S3 from 3.7.4.1 to 3.7.4.4 (#283)
- 1911d71 Bump AWSSDK.EC2 from 3.7.41 to 3.7.41.1 (#270)
- ca1f9da Bump AWSSDK.ECS from 3.7.2.58 to 3.7.3.7 (#269)
- 6499c87 Bump WireMock.Net from 1.4.25 to 1.4.26 (#256)
- b3f74c2 Bump AWSSDK.CloudFormation from 3.7.5.26 to 3.7.5.38 (#267)
- 3355c2f Bump AWSSDK.S3 from 3.7.3.15 to 3.7.4.1 (#268)
- 8b180de Bump AWSSDK.EC2 from 3.7.40 to 3.7.41 (#266)
- 514bf98 Bump AWSSDK.EC2 from 3.7.34.1 to 3.7.40 (#264)
- 883e4ca Fix possible bug sources, log a warning if deserialization failed. (#233)
- d986574 Make Akka.Discovery.KubernetesApi Lookup method more robust (#231)
- 5dcf149 Add REST API endpoint documentation (#234)
- 4445e59 Fix Target throws an NRE when querying port name on container with IP and no ports (#230)
- e3cb964 Fix settings need to be injected during Start (#221)
- 196688c Bump WireMock.Net from 1.4.23 to 1.4.25 (#227)
- 189ec8b fixed some minor typos in
reference.conf
(#226) - f30cc7f Add Kubernetes lease feature (Akka.Coordination.KubernetesApi) (#213)
- b9fb1b3 Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#214)
- a62fc9f Bump FluentAssertions from 6.1.0 to 6.2.0 (#208)
- 8885438 made Akka.Management.Cluster.Bootstrap code copy-and-pasteable
- 0e1a815 Fixed image reference in `BOOSTRAP
- f189ca7 Bump AWSSDK.S3 from 3.7.3.5 to 3.7.3.15 (#200)
- be0b187 Bump AWSSDK.CloudFormation from 3.7.5.16 to 3.7.5.26 (#197)
- e10464e Bump AWSSDK.EC2 from 3.7.30.1 to 3.7.34.1 (#198)
- 6cc0d5f Bump AWSSDK.ECS from 3.7.2.48 to 3.7.2.58 (#199)
- 61ef4bc Bump AkkaVersion from 1.4.26 to 1.4.27 (#181)
- 970487a Add KubernetesApi documentation (#171)
This list of changes was auto generated.
Akka.Management v0.2.3-beta2
0.2.3-beta2 October 5 2021
Changes:
- 7a6b624 0.2.3-beta2
- 2a54592 Merge pull request #169 from Arkatufus/Update_RELEASE_NOTES_for_0.2.3-beta2
- ef5b87c Update RELEASE_NOTES.md for 0.2.3-beta2 release
- 2aa90fd Merge pull request #168 from Arkatufus/fix_kubernetes_discovery
- 50c1695 Fix Kubernetes discovery, rollback debug codes, fix BootstrapCoordinator not receiving Failure message
This list of changes was auto generated.