v1.1.0 release
Features π
- support blobfuse v1.3.7
- increase driver memory limit to support 10K volumes
- add blobfuse proxy support(alpha)
Bug Fixes π
- fix: Bump K8s to v0.21.0 to address CVE-2021-3121
What's Changed
- doc: cut v1.0.0 GA release by @andyzhangx in #353
- chore: switch master branch to use v1.1.0 by @andyzhangx in #354
- fix: increate csi-resizer memory limit by @andyzhangx in #355
- feat: blobfuse proxy by @boddumanohar in #356
- test: fix go mod issue with go1.16 by @andyzhangx in #359
- use blobfuse-proxy agent that runs on nodes to maintain blobfuse mounts by @boddumanohar in #349
- chore: upgrade azure lib by @andyzhangx in #360
- feat: upgrade csi-provisioner to v2.1.0 by @andyzhangx in #363
- chore: increase csi-resizer memory limit by @andyzhangx in #364
- Replace labels to follow Helm Best Practices and prevent pod recreati⦠by @wasfree in #362
- feat: add kustomize in deployment by @guilhem in #365
- create a debian .deb package for blobfuse-proxy by @boddumanohar in #366
- add blobfuse-proxy v0.1 .deb package by @boddumanohar in #368
- correct version name blobfuse proxy to v0.1.0 by @boddumanohar in #369
- fix: disable invalid storage class parameters by @andyzhangx in #374
- fix: add more allowed storage class parameters by @andyzhangx in #375
- add a new node role for control plane by @boddumanohar in #376
- feat: Helm Chart pod labels/annotations; configurable limits per component by @Subreptivus in #372
- feat: upgrade node driver registrar to v2.1.0 by @andyzhangx in #377
- fix: wrong version by @andyzhangx in #383
- Update csi-debug.md by @satr in #384
- add tmp-path parameter in chart config by @boddumanohar in #386
- fix integration tests by manually un mounting the target path by @boddumanohar in #385
- install blobfuse proxy on the host using dameonset by @boddumanohar in #367
- chore: switch to use k8s.io/mount-utils by @andyzhangx in #389
- test: use mock mount to fix sanity test failures by @andyzhangx in #393
- fix issues with hack/install-protoc.sh by @boddumanohar in #394
- doc: update blobfuse-proxy and bring your own account doc by @andyzhangx in #390
- update docker image version by @boddumanohar in #396
- chore: refactor Makefile by @andyzhangx in #397
- fix: controller could run well without cloud provider by @andyzhangx in #399
- tail blobfuse-proxy logs at the start of blobfuse-proxy daemonset by @boddumanohar in #400
- Bump K8s to v0.21.0 to address CVE-2021-3121 by @boddumanohar in #402
- Add external k8s e2e tests by @boddumanohar in #395
- feat: support blobfuse v1.3.7 by @andyzhangx in #403
- cleanup un-used to make targets by @boddumanohar in #404
- fix: remove namespace in ClusterRole by @andyzhangx in #407
New Contributors
- @wasfree made their first contribution in #362
- @guilhem made their first contribution in #365
- @Subreptivus made their first contribution in #372
Full Changelog: v1.0.0...v1.1.0