Skip to content

FabricObserver 3.3.1

Latest
Compare
Choose a tag to compare
@sidhant012 sidhant012 released this 12 Mar 19:54
decf033

FabricObserver 3.3.1, ClusterObserver 2.3.1 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

FabricObserver Changes

Deploy to Azure

  • This version of FabricObserver is built for NET8 and SF Runtime 10.0 and higher: It will not work on lower versions of Service Fabric.
  • Bug Fix: Extensibility library targets SF Services versions greater than or equal to 7.0.1816, which is SF 10.x. This is to ensure compatibility with the latest versions of Service Fabric and enable FO plugin authors to reference Microsoft SDK package that target 7.x versions.
  • Linux Bug Fix: AppObserver conditional logic bug (Linux-only) is now fixed. This bug causes AppObserver to fail in FO version 3.3.0 (not earlier versions) running in Linux SF clusters.
  • Several nuget package updates.
  • Github Version Check is now a configurable setting. Octokit/Github Version Check cannot be used in airgapped clusters.

ClusterObserver Changes

Deploy to Azure

  • This version is built for .NET 8 and SF Runtime >= 10.0 (Self-Contained FO builds only for 10.0 - 10.1 CU2). If you have deployed SF Runtime version >= 10.1 Cumulative Update 3.0 (CU3), then you can deploy the framework-dependent release build for the target platform (Windows or Linux). If you are not running SF Runtime version >= 10.1 CU3, then you must deploy the Self-Contained release build for the target platform (Windows or Linux). If you can't upgrade to .NET 8 yet, then do not upgrade to this version.
  • Removed Microsoft.ServiceFabric.Services package reference in ClusterObserver.csproj. This is not needed and cause compatibility issues for ClusterObserver plugins.