microsoft / windows-container-tools

Collection of tools to improve the Windows Containers experience
MIT License
236 stars 66 forks source link

feat: for v2.2.0 release #141

Closed CharityKathure closed 1 year ago

CharityKathure commented 1 year ago

Changes to be introduced to v2/main by this PR:

  1. JSON output as default for the 4 log sources: https://github.com/microsoft/windows-container-tools/pull/110
  2. ETW Monitor code refactor: https://github.com/microsoft/windows-container-tools/pull/110
  3. New log format (Custom Log format): https://github.com/microsoft/windows-container-tools/pull/124
  4. Configurable log format (Capability to switch between JSON, XML and Custom log formats): https://github.com/microsoft/windows-container-tools/pull/119
  5. Formatting for scalar integer property values using TdhFormatProperty: https://github.com/microsoft/windows-container-tools/pull/129
  6. Build pipeline update to ensure registry of OSS vulnerabilities for alerting and work items creation purposes: https://github.com/microsoft/windows-container-tools/pull/133
  7. Descriptive build scripts: https://github.com/microsoft/windows-container-tools/pull/139
  8. Documentation updates: https://github.com/microsoft/windows-container-tools/pull/131, https://github.com/microsoft/windows-container-tools/pull/136

Test cases:

image

profnandaa commented 1 year ago

@CharityKathure -- we've conflicts after I merged the v2/main branch. Perhaps because I did a rebase, could you rebase your branch, against main now. I think they will be fewer conflicts that shown above.