Skip to content

Commit ffb169f

Browse files
authored
Merge pull request #101 from ddebroy/beta2change
Changelog for Beta.2 release
2 parents dc98fe9 + 6150d88 commit ffb169f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG/CHANGELOG-0.2.2.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog since v0.2.1 (Beta.1)
2+
3+
## Urgent Upgrade Notes
4+
5+
### (No, really, you MUST read this before you upgrade)
6+
7+
- None. All clients using v1alpha and v1beta named pipes should continue to function as is.
8+
9+
## Changes by Kind
10+
11+
### Feature
12+
13+
- v1beta2 Volume API group with new API WriteVolumeCache ([#86](https://github.com/kubernetes-csi/csi-proxy/pull/86), [@jingxu97](https://github.com/jingxu97))
14+
- v1alpha1 System API group with new API GetBIOSSerialNumber ([#81](https://github.com/kubernetes-csi/csi-proxy/pull/81), [@ksubrmnn](https://github.com/ksubrmnn))
15+
- v1beta2 Disk API group with new APIs SetAttachState and GetAttachState ([#95](https://github.com/kubernetes-csi/csi-proxy/pull/95), [@jmpfar](https://github.com/jmpfar))
16+
- v1alpha1 System API group with new APIs StartService StopService and GetService ([#100](https://github.com/kubernetes-csi/csi-proxy/pull/100), [@jmpfar](https://github.com/jmpfar))
17+
- v1alpha1 iSCSI API group with new APIs AddTargetPortal DiscoverTargetPortal RemoveTargetPortal ListTargetPortals ConnectTarget DisconnectTarget and GetTargetDisks ([#99](https://github.com/kubernetes-csi/csi-proxy/pull/99), [@jmpfar](https://github.com/jmpfar))
18+
19+
### Bug or Regression
20+
- Simplify lookup of symlink targets ([#96](https://github.com/kubernetes-csi/csi-proxy/pull/96), [@jingxu97](https://github.com/jingxu97))
21+
- Add trailing backslash to remote path when linking to SMB shares ([#98](https://github.com/kubernetes-csi/csi-proxy/pull/98), [@marosset](https://github.com/marosset))
22+
- No-op when resize is called and size of partition is >= requested size ([#91](https://github.com/kubernetes-csi/csi-proxy/pull/91), [@manueltellez ](https://github.com/manueltellez))
23+
24+
### Other (Cleanup or Flake)
25+
- Add vendor directory ([#82](https://github.com/kubernetes-csi/csi-proxy/pull/82), [@jingxu97](https://github.com/jingxu97))
26+
- Updates to README covering installation of csi-proxy as a service ([#86](https://github.com/kubernetes-csi/csi-proxy/pull/86), [@jingxu97](https://github.com/jingxu97))
27+
- Bump go version to 1.13 in go.mod ([#89](https://github.com/kubernetes-csi/csi-proxy/pull/89), [@mayankshah1607](https://github.com/mayankshah1607))
28+
- Enable integration tests on Windows through Github Actions ([#90](https://github.com/kubernetes-csi/csi-proxy/pull/90), [@mayankshah1607](https://github.com/mayankshah1607))

0 commit comments

Comments
 (0)