From 403930a8a4cd55d5b3893595527fbee163803c01 Mon Sep 17 00:00:00 2001 From: Mauricio Poppe Date: Mon, 15 Sep 2025 21:09:50 -0400 Subject: [PATCH] CHANGELOG v2.0.0-alpha.2 --- CHANGELOG/CHANGELOG-2.0.0-alpha.2.md | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-2.0.0-alpha.2.md diff --git a/CHANGELOG/CHANGELOG-2.0.0-alpha.2.md b/CHANGELOG/CHANGELOG-2.0.0-alpha.2.md new file mode 100644 index 00000000..3b8e099b --- /dev/null +++ b/CHANGELOG/CHANGELOG-2.0.0-alpha.2.md @@ -0,0 +1,32 @@ +# Changelog since v2.0.0-alpha.1 + +## Urgent Upgrade Notes + +### (No, really, you MUST read this before you upgrade) + +- None + +## Changes by Kind + +### Feature + +* feat: Use WMI to implement Volume API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/372 +* feat: Use WMI to implement Disk API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/385 +* feat: Use WMI to implement System API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/386 +* feat: Use WMI to implement iSCSI API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/397 +* feat: Use WMI to implement SMB API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/398 +* feat: Use Win32 API to implement Filesystem API to reduce PowerShell overhead (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/399 + +### API + +- None + +### Bug or Regression + +- None + +### Other (Cleanup or Flake) + +* cleanup: Bump microsoft/wmi to 0.34.0 containing WMI method call fix (library version) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/400 +* chore: Bump release tools (library development branch) by @laozc in https://github.com/kubernetes-csi/csi-proxy/pull/396 +