This repository was archived by the owner on Sep 6, 2022. It is now read-only.
v0.3.0
KubeVault CSI driver has been updated for Kubernetes 1.14 or later releases! To install, please follow the guide here.
Download Docker images via:
docker pull kubevault/csi-vault:v0.3.0
Changelog
- Stop running e2e tests in CI, because we have none #74 (tamalsaha)
- Vendor kubevault/[email protected] #73 (tamalsaha)
- Register CRDs from inside before starting the server #72 (kamolhasan)
- Fix ci workflow #71 (tamalsaha)
- Use pod's service account reference while performing Vault authN #70 (kamolhasan)
- Refactor health probe init function #69 (tamalsaha)
- Avoid error check for
r.Body.Close\(\)
#68 (kamolhasan) - Fix make install and remove make ct #67 (tamalsaha)
- Use function literal while calling goroutine #66 (kamolhasan)
- Correct pass imagePullSecrets #65 (tamalsaha)
- Fix health check #64 (tamalsaha)
- Move installers to installer repo #63 (tamalsaha)
- Update client-go to kubernetes-1.16.3 #61 (tamalsaha)
- Update AppBinding crds #60 (tamalsaha)
- Properly handle empty image pull secret name in installer #59 (tamalsaha)
- Test installers #58 (tamalsaha)
- Add license header to files #57 (tamalsaha)
- Split imports into 3 blocks #56 (tamalsaha)
- Enable make ci #55 (tamalsaha)
- Update kubevault.dev/operator #54 (tamalsaha)
- Add release pipeline #53 (tamalsaha)
- Download onessl version v0.13.1 for Kubernetes 1.16 fix #52 (tamalsaha)
- Update dependencies #51 (tamalsaha)
- Change package path to kubevault.dev/csi-driver #50 (tamalsaha)
- Add license header to Makefiles #49 (tamalsaha)
- Update sidecar image version #48 (kamolhasan)
- Install mount binaries in Docker images #47 (tamalsaha)
- Always return IsFormatted = true from Mounter #46 (tamalsaha)
- Add make install, uninstall, purge commands #45 (tamalsaha)
- Add Makefile #44 (tamalsaha)
- Update to CSI 1.1.0 #43 (sanjid133)
- Update to k8s 1.14.0 client libraries using go.mod #42 (tamalsaha)
- Update Kubernetes client libraries to 1.13.5 #41 (tamalsaha)