generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #164 from ddebroy/changelog10
Changelog for v1 release
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog since v1.0.0-rc1 (v1 RC1) | ||
|
||
## Urgent Upgrade Notes | ||
|
||
### (No, really, you MUST read this before you upgrade) | ||
|
||
- None | ||
|
||
## Changes by Kind | ||
|
||
### Feature | ||
|
||
- None | ||
|
||
### API | ||
- No changes since v1 RC1 | ||
- Latest versions supported: | ||
- [Disk v1](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/disk/v1/api.proto) | ||
- [Volume v1](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/volume/v1/api.proto) | ||
- [FileSystem v1](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/filesystem/v1/api.proto) | ||
- [SMB v1](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/smb/v1/api.proto) | ||
- [iSCSI v1Alpha2](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/iscsi/v1alpha2/api.proto) | ||
- [system v1Alpha1](https://github.com/kubernetes-csi/csi-proxy/blob/master/client/api/system/v1alpha1/api.proto) | ||
|
||
### Bug or Regression | ||
- None | ||
|
||
### Other (Cleanup or Flake) | ||
- Add logic to upload binary to gcs with version information ([#148](https://github.com/kubernetes-csi/csi-proxy/pull/148), [@jingxu97](https://github.com/jingxu97)) | ||
- Update node-driver-registrar image tag (for Windows) in README.md ([#162](https://github.com/kubernetes-csi/csi-proxy/pull/162), [@mauriciopoppe](https://github.com/mauriciopoppe)) |