From f5cc6cfa16449eaaef9339f2c5f5b8ef17480080 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Apr 2021 15:42:18 +0000 Subject: [PATCH 01/14] Bump AkkaVersion from 1.4.17 to 1.4.18 (#132) --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index 181d105..9d42ede 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.9.1 2.0.1 - 1.4.17 + 1.4.18 netcoreapp3.1 net461 netstandard2.0 From d2d252fd3d741eddce9d6252c3bd1a3134cd15ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 16:16:55 -0500 Subject: [PATCH 02/14] Bump AkkaVersion from 1.4.18 to 1.4.19 (#134) Bumps `AkkaVersion` from 1.4.18 to 1.4.19. Updates `Akka` from 1.4.18 to 1.4.19 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.18...1.4.19) Updates `Akka.TestKit.Xunit2` from 1.4.18 to 1.4.19 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.18...1.4.19) Updates `Akka.Cluster` from 1.4.18 to 1.4.19 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.18...1.4.19) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index 9d42ede..e608326 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.9.1 2.0.1 - 1.4.18 + 1.4.19 netcoreapp3.1 net461 netstandard2.0 From 59c36ccf180ff2d408939633f0ef88b8aa001bf1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 16:17:10 -0500 Subject: [PATCH 03/14] Upgrade to GitHub-native Dependabot (#135) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d7426a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: nuget + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: Microsoft.NET.Test.Sdk + versions: + - 16.8.3 From 11cf2a8c9f036f1743c5096f5bd62310eb1adf46 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Mon, 3 May 2021 16:17:40 -0500 Subject: [PATCH 04/14] Update dependabot.yml --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7426a1..aec207e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,3 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 - ignore: - - dependency-name: Microsoft.NET.Test.Sdk - versions: - - 16.8.3 From 4a350ace374a0478e3ca5c3eed5fb8b4d55aa7e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 23:55:55 +0000 Subject: [PATCH 05/14] Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4 (#136) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Stannard --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index e608326..c68e68c 100644 --- a/src/common.props +++ b/src/common.props @@ -12,7 +12,7 @@ 2.4.1 - 16.9.1 + 16.9.4 2.0.1 1.4.19 netcoreapp3.1 From 17046b14e7cb863eb5d779c4124f331ef018be9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 12:45:48 -0500 Subject: [PATCH 06/14] Bump AkkaVersion from 1.4.19 to 1.4.20 (#137) Bumps `AkkaVersion` from 1.4.19 to 1.4.20. Updates `Akka` from 1.4.19 to 1.4.20 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.19...1.4.20) Updates `Akka.TestKit.Xunit2` from 1.4.19 to 1.4.20 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.19...1.4.20) Updates `Akka.Cluster` from 1.4.19 to 1.4.20 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.19...1.4.20) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index c68e68c..ea60419 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.9.4 2.0.1 - 1.4.19 + 1.4.20 netcoreapp3.1 net461 netstandard2.0 From 4a9bf27e96b3418a423690cd8ce508a34b76a244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 15:47:00 +0000 Subject: [PATCH 07/14] Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 (#138) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index ea60419..d11e934 100644 --- a/src/common.props +++ b/src/common.props @@ -12,7 +12,7 @@ 2.4.1 - 16.9.4 + 16.10.0 2.0.1 1.4.20 netcoreapp3.1 From e271cb4d4463d9450d42a9c82512d9af0bbb7e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 07:26:41 -0500 Subject: [PATCH 08/14] Bump AkkaVersion from 1.4.20 to 1.4.21 (#139) Bumps `AkkaVersion` from 1.4.20 to 1.4.21. Updates `Akka` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.20...1.4.21) Updates `Akka.TestKit.Xunit2` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.20...1.4.21) Updates `Akka.Cluster` from 1.4.20 to 1.4.21 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.20...1.4.21) --- updated-dependencies: - dependency-name: Akka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.Cluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index d11e934..65348bf 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.10.0 2.0.1 - 1.4.20 + 1.4.21 netcoreapp3.1 net461 netstandard2.0 From 2320f1bc64bc41b64faa383de1c0877b70203ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:23:00 -0500 Subject: [PATCH 09/14] Bump AkkaVersion from 1.4.21 to 1.4.23 (#141) Bumps `AkkaVersion` from 1.4.21 to 1.4.23. Updates `Akka` from 1.4.21 to 1.4.23 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.21...1.4.23) Updates `Akka.TestKit.Xunit2` from 1.4.21 to 1.4.23 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.21...1.4.23) Updates `Akka.Cluster` from 1.4.21 to 1.4.23 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.21...1.4.23) --- updated-dependencies: - dependency-name: Akka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.Cluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index 65348bf..aed0568 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.10.0 2.0.1 - 1.4.21 + 1.4.23 netcoreapp3.1 net461 netstandard2.0 From eb2702ca07291eb8b42b962e49399d368d39ef88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Aug 2021 09:28:10 -0500 Subject: [PATCH 10/14] Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#142) Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index aed0568..6db1fc1 100644 --- a/src/common.props +++ b/src/common.props @@ -12,7 +12,7 @@ 2.4.1 - 16.10.0 + 16.11.0 2.0.1 1.4.23 netcoreapp3.1 From 28490adc0e8ad20e8db0e168072340e0a6bedc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:06:57 +0000 Subject: [PATCH 11/14] Bump FluentAssertions from 5.10.3 to 6.1.0 Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.1.0. - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/5.10.3...6.1.0) --- updated-dependencies: - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj b/src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj index 5f3c1c8..a225a86 100644 --- a/src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj +++ b/src/Akka.Logger.Serilog.Tests/Akka.Logger.Serilog.Tests.csproj @@ -11,7 +11,7 @@ - + From aed564b4260e636e2342e8412fc36f0f94668b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 22:42:19 -0500 Subject: [PATCH 12/14] Bump AkkaVersion from 1.4.23 to 1.4.24 (#144) Bumps `AkkaVersion` from 1.4.23 to 1.4.24. Updates `Akka` from 1.4.23 to 1.4.24 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.23...1.4.24) Updates `Akka.TestKit.Xunit2` from 1.4.23 to 1.4.24 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.23...1.4.24) Updates `Akka.Cluster` from 1.4.23 to 1.4.24 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.23...1.4.24) --- updated-dependencies: - dependency-name: Akka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.Cluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index 6db1fc1..fe14180 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.11.0 2.0.1 - 1.4.23 + 1.4.24 netcoreapp3.1 net461 netstandard2.0 From fb07ad3f97a21c161bce6d0d5ebd26e3183dd0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 23:11:01 +0000 Subject: [PATCH 13/14] Bump AkkaVersion from 1.4.24 to 1.4.25 Bumps `AkkaVersion` from 1.4.24 to 1.4.25. Updates `Akka` from 1.4.24 to 1.4.25 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.24...1.4.25) Updates `Akka.TestKit.Xunit2` from 1.4.24 to 1.4.25 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.24...1.4.25) Updates `Akka.Cluster` from 1.4.24 to 1.4.25 - [Release notes](https://github.com/akkadotnet/akka.net/releases) - [Changelog](https://github.com/akkadotnet/akka.net/blob/dev/RELEASE_NOTES.md) - [Commits](https://github.com/akkadotnet/akka.net/compare/1.4.24...1.4.25) --- updated-dependencies: - dependency-name: Akka dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.TestKit.Xunit2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Akka.Cluster dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/common.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.props b/src/common.props index fe14180..cd43456 100644 --- a/src/common.props +++ b/src/common.props @@ -14,7 +14,7 @@ 2.4.1 16.11.0 2.0.1 - 1.4.24 + 1.4.25 netcoreapp3.1 net461 netstandard2.0 From 61e6cdb248b36799ae056dec576e4fad60f75664 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Fri, 10 Sep 2021 00:14:44 +0700 Subject: [PATCH 14/14] Update RELEASE_NOTES.md for 1.4.25 release --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f6f1e8c..ba8bc2d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 1.4.25 September 9 2021 #### +* Updated to [Akka.NET v1.4.25](https://github.com/akkadotnet/akka.net/releases/tag/1.4.25) + #### 1.4.17 March 17 2021 #### * Updated to [Akka.NET v1.4.17](https://github.com/akkadotnet/akka.net/releases/tag/1.4.17)