Merge pull request #1759 from tgstation/610Release [TGSDeploy]

v6.1.0
This commit is contained in:
Jordan Dominion
2023-12-27 17:05:32 -05:00
committed by GitHub
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<!-- Integration tests will ensure they match across the board -->
<Import Project="WebpanelVersion.props" />
<PropertyGroup>
<TgsCoreVersion>6.0.1</TgsCoreVersion>
<TgsCoreVersion>6.1.0</TgsCoreVersion>
<TgsConfigVersion>5.0.0</TgsConfigVersion>
<TgsApiVersion>10.0.0</TgsApiVersion>
<TgsCommonLibraryVersion>7.0.0</TgsCommonLibraryVersion>
+1 -1
View File
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- This is in it's own file to help incremental building, changing it causes a complete rebuild of the web panel -->
<TgsWebpanelVersion>5.3.0</TgsWebpanelVersion>
<TgsWebpanelVersion>5.4.2</TgsWebpanelVersion>
</PropertyGroup>
</Project>
@@ -476,6 +476,8 @@ namespace Tgstation.Server.Host.Components.Engine
await InstallVersionFiles(progressReporter, version, customVersionStream, cancellationToken);
ourTcs.SetResult();
await eventConsumer.HandleEvent(EventType.EngineInstallComplete, new List<string> { versionString }, false, cancellationToken);
}
catch (Exception ex)
{
@@ -167,5 +167,11 @@
/// </summary>
[EventScript("DeploymentActivation")]
DeploymentActivation,
/// <summary>
/// Parameters: Version being installed.
/// </summary>
[EventScript("EngineInstallComplete")]
EngineInstallComplete,
}
}
@@ -13,7 +13,6 @@
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development",
"ASPNETCORE_ENVIRONMENT": "Development",
"Database__ConnectionString": "Data Source=192.168.2.16,1433;Initial Catalog=TGS_Linux;User Id=tgs_debug;Password=asdf;Encrypt=False;Application Name=tgstation-server",
"General__ValidInstancePaths__0": "/home/dominion/tgs_debug_pen"
}
}