Skip to content

Changelog for v1.1.0 #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2022
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
26 changes: 26 additions & 0 deletions CHANGELOG/CHANGELOG-1.1.0.md
Original file line number Diff line number Diff line change
@@ -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))