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 +