Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG/CHANGELOG-2.0.0-alpha.2.md
Original file line number Diff line number Diff line change
@@ -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

Loading