v1.2.0 release
Features 🌈
- NFSv3 dynamic account creation support(#426)
- support inline volume (#434)
- store secret in pod.Namespace if not specified (#435)
- add blobfuseCachePath in chart installation(#415)
Bug Fixes 🐞
- fix: second pod mount error for static provisioning(containerName specified)(#417)
- fix: RedHat/CentOS cert issue in helm installation(#430)
- fix: upgrade base image to fix CVE issue(#420)
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
- doc: cut v1.1.0 release by @andyzhangx in #408
- chore: switch master branch to use v1.2.0 by @andyzhangx in #409
- create an RPM package for blobfuse-proxy by @boddumanohar in #410
- chore: cloud-provider-azure to v.0.7.4 by @boddumanohar in #405
- add a new helm parameter for livenessProbe health port by @boddumanohar in #412
- Fix wrongly configured
namespace
forClusterRole
by @Raffo in #414 - feat: set blobfuseCachePath in chart installation by @andyzhangx in #415
- chore: use mcr alpine image in blobfuse-proxy by @andyzhangx in #416
- fix: second pod mount error for static provisioning(containerName specified) by @andyzhangx in #417
- chore: upgrade storage.k8s.io/v1beta1 by @andyzhangx in #419
- chore: upgrade base image to fix CVE issue by @andyzhangx in #420
- chore: fix image publish script by @andyzhangx in #421
- chore: upgrade azure lib by @andyzhangx in #422
- fix: incorrect volumeid format by @andyzhangx in #424
- chore: upgrade azure lib by @andyzhangx in #425
- feat: NFSv3 account dynamic creation support by @andyzhangx in #426
- test: add nfs e2e test by @andyzhangx in #427
- chore: refine update svc endpoint lock by @andyzhangx in #428
- Added log for multiple pods command, fexed markup by @satr in #429
- fix: RedHat/CentOS issue in helm installation by @andyzhangx in #430
- fix: set "host is down" as corrupted mount by @andyzhangx in #431
- fix: remove unnecessary lock in NodePublish by @andyzhangx in #432
- chore: cleanup yaml config by @andyzhangx in #433
- feat: support inline volume by @andyzhangx in #434
- feat: store secret in pod.Namespace if not specified by @andyzhangx in #435
- test: run more external e2e tests by @andyzhangx in #437
- test: run external test with 1.20 test suites by @andyzhangx in #436
- test: run external storage test with k8s 1.21 suites by @andyzhangx in #438
- test: run external tests on NFS by @andyzhangx in #439
- fix: sercretNamesapce empty issue in old driver PV by @andyzhangx in #441
New Contributors
- @boddumanohar made their first contribution in #356
- @wasfree made their first contribution in #362
- @guilhem made their first contribution in #365
- @Subreptivus made their first contribution in #372
- @satr made their first contribution in #384
- @Raffo made their first contribution in #414
Full Changelog: v1.0.0...v1.2.0