Skip to content

Commit eb0c304

Browse files
committed
add CHANGELOG-v0.1.0-alpha.md
1 parent 404c543 commit eb0c304

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG-v0.1.0-alpha.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# v0.1.0-alpha
2+
3+
## [v0.1.0-alpha](https://github.com/csi-driver/blobfuse-csi-driver/tree/v0.1.0-alpha) (2019-04-24)
4+
5+
[Documentation](https://github.com/csi-driver/blobfuse-csi-driver/blob/v0.1.0-alpha/README.md)
6+
7+
**Downloads for v0.1.0**
8+
9+
filename | sha512 hash
10+
--------- | ------------
11+
[v0.1.0-alpha.zip](https://github.com/csi-driver/blobfuse-csi-driver/archive/v0.1.0-alpha.zip) | `b477cf49137c6826d523622ea9d9aad3866b885418379f72ccc7dd9e6182476efe5f38ffabfbe3f149a3c1af0bb8b136a10a6d644fdbd3ceb61a0a0486db701b`
12+
[v0.1.0-alpha.tar.gz](https://github.com/csi-driver/blobfuse-csi-driver/archive/v0.1.0-alpha.tar.gz) | `d6648f09e6e7f0634757bd7533ba6c9ebbbe90cded13db4a1d6225e3e5783bf8a6390e4d3570bc029ef106f900b3c0cf94e030efa296dd7c3f2ed09302f602ac`
13+
14+
**Closed issues:**
15+
- Add version flag in blobfuse driver [\#26](https://github.com/csi-driver/blobfuse-csi-driver/issues/26)
16+
- enable readOnly flag [\#30](https://github.com/csi-driver/blobfuse-csi-driver/issues/30)
17+
- add mountOptions support [\#25](https://github.com/csi-driver/blobfuse-csi-driver/issues/25)
18+
- check whether static provisioning works [\#22](https://github.com/csi-driver/blobfuse-csi-driver/issues/22)
19+
- switch azure cloud provider to 1.14 [\#11](https://github.com/csi-driver/blobfuse-csi-driver/issues/11)
20+
- \[test\] set up sanity test [\#10](https://github.com/csi-driver/blobfuse-csi-driver/issues/10)
21+
- Add boilerplate checking [\#8](https://github.com/csi-driver/blobfuse-csi-driver/issues/8)
22+
- add "dep ensure" check in CI test [\#7](https://github.com/csi-driver/blobfuse-csi-driver/issues/7)
23+
- reduce vendor size [\#6](https://github.com/csi-driver/blobfuse-csi-driver/issues/6)
24+
- switch azure cloud provider to 1.14 [\#5](https://github.com/csi-driver/blobfuse-csi-driver/issues/5)
25+
- install blobfuse binary in Docker container [\#2](https://github.com/csi-driver/blobfuse-csi-driver/issues/2)
26+
27+
**Merged pull requests:**
28+
29+
- enhance\(version\): adds version flag in blobfuse csi file driver [\#35](https://github.com/csi-driver/blobfuse-csi-driver/pull/35) ([ashishranjan738](https://github.com/ashishranjan738))
30+
- refactor of integration test [\#33](https://github.com/csi-driver/blobfuse-csi-driver/pull/33) ([andyzhangx](https://github.com/andyzhangx))
31+
- add mountOptions and readOnly support [\#32](https://github.com/csi-driver/blobfuse-csi-driver/pull/32) ([andyzhangx](https://github.com/andyzhangx))
32+
- use cloud.GetStorageAccesskey instead [\#29](https://github.com/csi-driver/blobfuse-csi-driver/pull/29) ([andyzhangx](https://github.com/andyzhangx))
33+
- fix sanity test failures, DeleteVolume and ValidateVolumeCapabilities [\#27](https://github.com/csi-driver/blobfuse-csi-driver/pull/27) ([lizebang](https://github.com/lizebang))
34+
- use different tmp-path value for different blobfuse mounts [\#21](https://github.com/csi-driver/blobfuse-csi-driver/pull/21) ([andyzhangx](https://github.com/andyzhangx))
35+
- add boilerplate check [\#19](https://github.com/csi-driver/blobfuse-csi-driver/pull/19) ([tall49er](https://github.com/tall49er))
36+
- Ensure storage account when privisioning a volume [\#18](https://github.com/csi-driver/blobfuse-csi-driver/pull/18) ([andyzhangx](https://github.com/andyzhangx))
37+
- switch to use k8s v1.14.0 lib [\#17](https://github.com/csi-driver/blobfuse-csi-driver/pull/17) ([andyzhangx](https://github.com/andyzhangx))
38+
- Reduce check [\#16](https://github.com/csi-driver/blobfuse-csi-driver/pull/16) ([tall49er](https://github.com/tall49er))
39+
- enable CI [\#3](https://github.com/csi-driver/blobfuse-csi-driver/pull/3) ([andyzhangx](https://github.com/andyzhangx))

0 commit comments

Comments
 (0)