Skip to content

Releases: microsoft/CollectServiceFabricData

CollectSFData

12 Aug 13:55
a7e559e
Compare
Choose a tag to compare
CollectSFData Pre-release
Pre-release

What's Changed

  • add LocalPath property for local kusto emulator ingest by @jagilber in #176

Full Changelog: v3.0.2407.12915...v3.0.2408.11213

CollectSFData

29 Jul 15:27
e2c33e4
Compare
Choose a tag to compare
CollectSFData Pre-release
Pre-release

What's Changed

  • Development feature build with localPath functionality by @jagilber in #175

Full Changelog: v3.0.2403.12419...v3.0.2407.12915

CollectSFData

24 Mar 19:30
0211f6e
Compare
Choose a tag to compare

What's Changed

  • sync with ADO build. modify ado pipeline yamls. by @jagilber in #174
  • remove stale links. formatting by @jagilber in #170
  • ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #169
  • Dev 30 sdl workflow and pipeline updates by @jagilber in #171
  • Dev 30 add net8.0 back as a target framework. remove net6.0 and net4.8 from nupkg tools/ (still in lib/) to reduce size by @jagilber in #172
  • modify git actions release workflow for updated github token permissions by @jagilber in #173

New Contributors

Full Changelog: v3.0.2312.13114...v3.0.2403.12419

CollectSFData

30 Oct 23:30
197eff5
Compare
Choose a tag to compare
CollectSFData Pre-release
Pre-release
  • migrate from deprecated modules for component governance
    • Microsoft.Azure.Storage -> Azure.Storage
    • Microsoft.Azure.Queues -> Azure.Storage.Queues
    • Microsoft.Azure.Table -> Azure.Data.Tables
  • update dependencies for component governance
    • Azure.Identity 1.10.1 -> 1.10.2
    • Microsoft.Azure.Kusto.Data
    • Update ConvertToUtcTime to use .net core 'zzz' format specifier changes
  • update service fabric modules / manifests to 10.0
  • remove .netcoreapp2.1 target framework
  • remove .netcoreapp3.1 target framework
  • add .net8.0 target framework in preparation for release

CollectSFData

11 Jun 16:08
ead998f
Compare
Choose a tag to compare
CollectSFData Pre-release
Pre-release
  • add internal ado pipeline yaml for central feed service compliance
  • add latest kusto functions
  • delete ado internal nuget.config for external build
  • fix for managedIdentity tcp timeout
  • add datetime format specifier token option to LogFile
    -log|--logFile [string] file name and path to save console output.
    can optionally specify .net datetime format specifier inside '<>'.
    example: collectsfdata-<yyyy-MM-dd-HH-mm-ss>.log
  • add check to remove readonly attributes on configured directories
  • migrate from default target framework .net472 to .net48
  • current .net target builds:
    • net462
    • net48

CollectSFData

05 Feb 17:25
c5122b7
Compare
Choose a tag to compare
Merge pull request #158 from jagilber/jagilber

fix configuration class inconsistencies in base classes

CollectSFData

14 Dec 14:32
9c82929
Compare
Choose a tag to compare
  • UploadCacheData() set file status from formatting to succeeded if not uploading to kusto or log analytics
  • set usememorystream to false if not uploading to kusto or log analytics
  • add check to not requeue processed files in predefined cache location if already in fileobjects object for UploadCacheData().
  • modify example / test sasuris falsely being flagged as secrets.
  • Add check to download file if file type is .etl
  • modify BlobManager for devskim checks
    • add comment to ignore use of UseV1MD5 required by jarvis
    • add additional entropy for token
  • modify Collector to clean up ServicePointManager configuration for devskim
  • fix issue where trace file was wrongly excluded. file was in specified time range by ticks in file name, but last modified date is outside of time range.
  • update all .net versions for newtonsoft.json from 11.0.2 -> 13.0.1 due to security vulnerability
  • fix /? not displaying by partial revert ead7b71
  • adding support for sfextlog type for managed cluster extension logs
  • update newtonsoft.json from 11.0.2 -> 13.0.1 due to security vulnerability
  • remove CollectSFDataGui references from project
  • potential fix GetManagedIdentity:exception:Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.'
  • modify log.open for file exception
  • add version to always be logged at completion
  • add support for tls 1.3

CollectSFData

10 Jun 13:51
Compare
Choose a tag to compare
CollectSFData Pre-release
Pre-release
Merge pull request #141 from jagilber/jagilber

add public ip address check/logging for storage authentication errors

CollectSFData

28 Mar 13:13
Compare
Choose a tag to compare
Merge pull request #139 from jagilber/jagilber

fix "AADSTS1002012: The provided value for scope https://.../user_impersonation is not valid. Client credential flows

CollectSFData

22 Mar 18:34
Compare
Choose a tag to compare

add explicit reference to microsoft.identity.client 4.42.0 for jarvis error