Skip to content

Commit

Permalink
Merge pull request #205 from petabridge/dev
Browse files Browse the repository at this point in the history
Lighthouse v1.5.3 Release
  • Loading branch information
Aaronontheweb authored May 10, 2021
2 parents bdc06ab + 8121dde commit 2a7c15a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#### 1.5.2 April 03 2021 ####
* Upgraded to [Akka.Bootstrap.Docker v0.5.1](https://github.com/petabridge/akkadotnet-bootstrap/releases/tag/0.5.1), which resolves issues with Akka.Cluster seed node bootstrapping for Lighthouse.
#### 1.5.3 May 10 2021 ####
* Upgraded to [Akka.NET v1.4.19](https://github.com/akkadotnet/akka.net/releases/tag/1.4.19)
* Upgraded to [Petabridge.Cmd v0.8.5](https://cmd.petabridge.com/articles/RELEASE_NOTES.html#085-may-03-2021)
6 changes: 3 additions & 3 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ open Fake.DotNetCli
open Fake.DocFxHelper

// Information about the project for Nuget and Assembly info files
let product = "Akka.CQRS"
let product = "Lighthouse"
let configuration = "Release"

// Metadata used when signing packages and DLLs
let signingName = "My Library"
let signingName = "Lighthouse"
let signingDescription = "My REALLY COOL Library"
let signingUrl = "https://signing.is.cool/"

Expand Down Expand Up @@ -470,7 +470,7 @@ Target "Nuget" DoNothing
"Clean" ==> "BuildRelease" ==> "Docfx"

// Docker
"PublishCode" ==> "BuildDockerImages" ==> "Docker"
"BuildRelease" ==> "PublishCode" ==> "BuildDockerImages" ==> "Docker"

// all
"BuildRelease" ==> "All"
Expand Down
2 changes: 1 addition & 1 deletion src/Lighthouse/Lighthouse.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Petabridge.Cmd.Cluster" Version="$(PbmVersion)" />
<PackageReference Include="Petabridge.Cmd.Remote" Version="$(PbmVersion)" />
<PackageReference Include="Akka.Bootstrap.Docker">
<Version>0.5.1</Version>
<Version>0.5.2</Version>
</PackageReference>
</ItemGroup>

Expand Down
10 changes: 5 additions & 5 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge, LLC</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>1.4.0</VersionPrefix>
<PackageReleaseNotes>Updated to use Akka.NET v1.4.8.
Should resolve high idle CPU utilization issues detected in earlier versions of Lighthouse.</PackageReleaseNotes>
<VersionPrefix>1.5.3</VersionPrefix>
<PackageReleaseNotes>Upgraded to [Akka.NET v1.4.19](https://github.com/akkadotnet/akka.net/releases/tag/1.4.19)
Upgraded to [Petabridge.Cmd v0.8.5](https://cmd.petabridge.com/articles/RELEASE_NOTES.html#085-may-03-2021)</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://github.com/petabridge/lighthouse
Expand All @@ -22,7 +22,7 @@ Should resolve high idle CPU utilization issues detected in earlier versions of
<NetStandardVersion>netstandard1.6</NetStandardVersion>
<NetFrameworkLibVersion>net461</NetFrameworkLibVersion>
<NetFrameworkTestVersion>net461</NetFrameworkTestVersion>
<AkkaVersion>1.4.18</AkkaVersion>
<PbmVersion>0.8.3</PbmVersion>
<AkkaVersion>1.4.19</AkkaVersion>
<PbmVersion>0.8.5</PbmVersion>
</PropertyGroup>
</Project>

0 comments on commit 2a7c15a

Please sign in to comment.