From 59846f76b29fef1674b7de5f9bb3c9d8e1529d71 Mon Sep 17 00:00:00 2001 From: Deep Debroy Date: Thu, 24 Mar 2022 13:50:56 -0700 Subject: [PATCH] Changelog for v1.1.0 Signed-off-by: Deep Debroy --- CHANGELOG/CHANGELOG-1.1.0.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-1.1.0.md diff --git a/CHANGELOG/CHANGELOG-1.1.0.md b/CHANGELOG/CHANGELOG-1.1.0.md new file mode 100644 index 00000000..b5e359c0 --- /dev/null +++ b/CHANGELOG/CHANGELOG-1.1.0.md @@ -0,0 +1,26 @@ +# Changelog since v1.0.2 + +## Urgent Upgrade Notes + +### (No, really, you MUST read this before you upgrade) + +- None + +## Changes by Kind + +### Feature + +- Support multiple working-dir parameters ([#184](https://github.com/kubernetes-csi/csi-proxy/pull/184), [@mauriciopoppe](https://github.com/mauriciopoppe)) +- Auto-start csi-proxy service on boot ([#194](https://github.com/kubernetes-csi/csi-proxy/pull/194), [@pradeep-hegde](https://github.com/pradeep-hegde)) + +### API +- v2alpha1 FileSystem API group with new API RmdirContents ([#186](https://github.com/kubernetes-csi/csi-proxy/pull/186), [@mauriciopoppe](https://github.com/mauriciopoppe)) +- v2alpha1 Volume API group with new API GetClosestVolumeIDFromTargetPath ([#189](https://github.com/kubernetes-csi/csi-proxy/pull/189), [@mauriciopoppe](https://github.com/mauriciopoppe)) + +### Bug or Regression +- Reduce CSI proxy CPU usage ([#197](https://github.com/kubernetes-csi/csi-proxy/pull/197), [@pradeep-hegde](https://github.com/pradeep-hegde)) + +### Other (Cleanup or Flake) +- Update CSI Proxy dev scripts ([#182](https://github.com/kubernetes-csi/csi-proxy/pull/182), [@mauriciopoppe](https://github.com/mauriciopoppe)) +- Log working-dir parameters on startup ([#191](https://github.com/kubernetes-csi/csi-proxy/pull/191), [@mauriciopoppe](https://github.com/mauriciopoppe)) +- Add codespell github action ([#198](https://github.com/kubernetes-csi/csi-proxy/pull/198), [@andyzhangx](https://github.com/andyzhangx))