Skip to content

Commit 355b26c

Browse files
author
Charles Torre
committed
FO 3.1.10, CO 2.1.8, FOW 2.0.2
1 parent 6d59fb6 commit 355b26c

File tree

78 files changed

+1450
-1501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1450
-1501
lines changed

Build-COSFPkgs.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function Build-SFPkg {
2323
try {
2424
Push-Location $scriptPath
2525

26-
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained.2.1.7" "$scriptPath\bin\release\ClusterObserver\linux-x64\self-contained\ClusterObserverType"
27-
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Linux.FrameworkDependent.2.1.7" "$scriptPath\bin\release\ClusterObserver\linux-x64\framework-dependent\ClusterObserverType"
26+
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Linux.SelfContained.2.1.8" "$scriptPath\bin\release\ClusterObserver\linux-x64\self-contained\ClusterObserverType"
27+
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Linux.FrameworkDependent.2.1.8" "$scriptPath\bin\release\ClusterObserver\linux-x64\framework-dependent\ClusterObserverType"
2828

29-
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained.2.1.7" "$scriptPath\bin\release\ClusterObserver\win-x64\self-contained\ClusterObserverType"
30-
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Windows.FrameworkDependent.2.1.7" "$scriptPath\bin\release\ClusterObserver\win-x64\framework-dependent\ClusterObserverType"
29+
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Windows.SelfContained.2.1.8" "$scriptPath\bin\release\ClusterObserver\win-x64\self-contained\ClusterObserverType"
30+
Build-SFPkg "Microsoft.ServiceFabricApps.ClusterObserver.Windows.FrameworkDependent.2.1.8" "$scriptPath\bin\release\ClusterObserver\win-x64\framework-dependent\ClusterObserverType"
3131
}
3232
finally {
3333
Pop-Location

Build-FOWSFPkgs.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function Build-SFPkg {
2323
try {
2424
Push-Location $scriptPath
2525

26-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Linux.SelfContained.2.0.1" "$scriptPath\bin\release\FabricObserverWeb\linux-x64\self-contained\FabricObserverWebApiType"
27-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Linux.FrameworkDependent.2.0.1" "$scriptPath\bin\release\FabricObserverWeb\linux-x64\framework-dependent\FabricObserverWebApiType"
26+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Linux.SelfContained.2.0.2" "$scriptPath\bin\release\FabricObserverWeb\linux-x64\self-contained\FabricObserverWebApiType"
27+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Linux.FrameworkDependent.2.0.2" "$scriptPath\bin\release\FabricObserverWeb\linux-x64\framework-dependent\FabricObserverWebApiType"
2828

29-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Windows.SelfContained.2.0.1" "$scriptPath\bin\release\FabricObserverWeb\win-x64\self-contained\FabricObserverWebApiType"
30-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Windows.FrameworkDependent.2.0.1" "$scriptPath\bin\release\FabricObserverWeb\win-x64\framework-dependent\FabricObserverWebApiType"
29+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Windows.SelfContained.2.0.2" "$scriptPath\bin\release\FabricObserverWeb\win-x64\self-contained\FabricObserverWebApiType"
30+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserverWeb.Windows.FrameworkDependent.2.0.2" "$scriptPath\bin\release\FabricObserverWeb\win-x64\framework-dependent\FabricObserverWebApiType"
3131
}
3232
finally {
3333
Pop-Location

Build-SFPkgs.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function Build-SFPkg {
2323
try {
2424
Push-Location $scriptPath
2525

26-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Linux.SelfContained.3.1.9" "$scriptPath\bin\release\FabricObserver\linux-x64\self-contained\FabricObserverType"
27-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Linux.FrameworkDependent.3.1.9" "$scriptPath\bin\release\FabricObserver\linux-x64\framework-dependent\FabricObserverType"
26+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Linux.SelfContained.3.1.10" "$scriptPath\bin\release\FabricObserver\linux-x64\self-contained\FabricObserverType"
27+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Linux.FrameworkDependent.3.1.10" "$scriptPath\bin\release\FabricObserver\linux-x64\framework-dependent\FabricObserverType"
2828

29-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Windows.SelfContained.3.1.9" "$scriptPath\bin\release\FabricObserver\win-x64\self-contained\FabricObserverType"
30-
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent.3.1.9" "$scriptPath\bin\release\FabricObserver\win-x64\framework-dependent\FabricObserverType"
29+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Windows.SelfContained.3.1.10" "$scriptPath\bin\release\FabricObserver\win-x64\self-contained\FabricObserverType"
30+
Build-SFPkg "Microsoft.ServiceFabricApps.FabricObserver.Windows.FrameworkDependent.3.1.10" "$scriptPath\bin\release\FabricObserver\win-x64\framework-dependent\FabricObserverType"
3131
}
3232
finally {
3333
Pop-Location

ClusterObserver.nuspec.template

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<id>%PACKAGE_ID%</id>
55
<version>2.1.7</version>
66
<releaseNotes>
7-
- Fixed important bug in Application health query processor.
8-
- ApplicationInsights TelemetryProvider impl update.
9-
- Improvements in service close cleanup code.
7+
Added new configurable feature: Repair Job monitoring.
8+
Code improvements.
109
</releaseNotes>
1110
<authors>Microsoft</authors>
1211
<license type="expression">MIT</license>

0 commit comments

Comments
 (0)