Releases: microsoft/CollectServiceFabricData
Releases · microsoft/CollectServiceFabricData
CollectSFData
What's Changed
Full Changelog: v3.0.2407.12915...v3.0.2408.11213
CollectSFData
What's Changed
Full Changelog: v3.0.2403.12419...v3.0.2407.12915
CollectSFData
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
- @arunsathiya made their first contribution in #169
Full Changelog: v3.0.2312.13114...v3.0.2403.12419
CollectSFData
- 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
- 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
Merge pull request #158 from jagilber/jagilber fix configuration class inconsistencies in base classes
CollectSFData
- 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
Merge pull request #141 from jagilber/jagilber add public ip address check/logging for storage authentication errors
CollectSFData
Merge pull request #139 from jagilber/jagilber fix "AADSTS1002012: The provided value for scope https://.../user_impersonation is not valid. Client credential flows
CollectSFData
add explicit reference to microsoft.identity.client 4.42.0 for jarvis error