Skip to content

Commit 76d60c4

Browse files
Merge pull request #268 from petabridge/dev
v1.6.2 Release
2 parents 81cb031 + 0d755e2 commit 76d60c4

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

RELEASE_NOTES.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#### 1.6.0 April 18 2022 ####
1+
#### 1.6.2 June 27 2022 ####
22

3-
* Dropped Topshelf support
4-
* Migrated to [Akka.Hosting](https://github.com/akkadotnet/Akka.Hosting) and `IHostedService`
5-
* Significantly reduced idle CPU consumption by migrating to [`channel-executor` for dispatching](https://getakka.net/articles/actors/dispatchers.html#channelexecutor).
3+
* [Bumped Akka.NET version to 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39)
4+
* [Bumped Akka.Hosting from 0.2.2 to 0.3.4](https://github.com/petabridge/lighthouse/pull/266).

build-system/windows-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- job: linuxImageDeploy
5555
pool:
56-
vmImage: ubuntu-16.04
56+
vmImage: ubuntu-latest
5757
dependsOn: publishNetCore
5858
steps:
5959
- task: DownloadBuildArtifacts@0
@@ -115,4 +115,4 @@ jobs:
115115
displayName: Logout of Docker Hub
116116
inputs:
117117
command: logout
118-
containerRegistry: $(dockerConnectionName)
118+
containerRegistry: $(dockerConnectionName)

src/Lighthouse/Lighthouse.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>$(NetCoreVersion)</TargetFrameworks>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Akka.Cluster.Hosting" Version="0.2.2" />
8+
<PackageReference Include="Akka.Cluster.Hosting" Version="0.3.4" />
99
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="6.0.0" />
1010
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
1111
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />

src/common.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</PropertyGroup>
1616
<PropertyGroup>
1717
<XunitVersion>2.4.1</XunitVersion>
18-
<MicrosoftSdkVersion>17.1.0</MicrosoftSdkVersion>
19-
<FluentAssertionsVersion>6.6.0</FluentAssertionsVersion>
18+
<MicrosoftSdkVersion>17.2.0</MicrosoftSdkVersion>
19+
<FluentAssertionsVersion>6.7.0</FluentAssertionsVersion>
2020
<NetCoreVersion>netcoreapp3.1</NetCoreVersion>
2121
<NetStandardVersion>netstandard1.6</NetStandardVersion>
2222
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion>
2323
<NetFrameworkTestVersion>netcoreapp3.1</NetFrameworkTestVersion>
24-
<AkkaVersion>1.4.37</AkkaVersion>
24+
<AkkaVersion>1.4.39</AkkaVersion>
2525
<PbmVersion>0.8.5</PbmVersion>
2626
</PropertyGroup>
2727
</Project>

0 commit comments

Comments
 (0)