This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
0.1.0
First release of KubeVault CSI operator! It works with Kubernetes 1.12.0. To install, please follow the guide here.
Download Docker images via:
docker pull kubevault/csi-vault:0.1.0
Changelog
- Pass pod annotation to deployment #37 (tamalsaha)
- Don't use priority class when operator namespace is not kube-system #36 (tamalsaha)
- Fix the case for deploying using MINGW64 for windows #35 (tamalsaha)
- Use onessl 0.10.0 #34 (tamalsaha)
- Add Custom monitoring #33 (sanjid133)
- Add appbinding user roles #32 (tamalsaha)
- Add CSI probe checker to healthz #31 (tamalsaha)
- Update csi driver sidecar image tags for 0.3.0 release #30 (tamalsaha)
- Fix apiserver cert mounting in installer script #29 (tamalsaha)
- Fix service monitor template in chart #28 (tamalsaha)
- Only support Kubernetes 1.12.x for release 0.1.0 #27 (tamalsaha)
- Add name of components to chart readme #26 (tamalsaha)
- Add /metrics and /healthz using k8s.io/apiserver #25 (tamalsaha)
- Organize installer yamls #24 (tamalsaha)
- Add DCO #23 (tamalsaha)
- Reduce log level to --v=5 #22 (tamalsaha)
- Generate reference in docs repository #20 (tamalsaha)
- Wait until crd is ready in install.sh #19 (sanjid133)
- Add csi-vault Chart #18 (sanjid133)
- Update readme and rename binary to csi-vault #17 (tamalsaha)
- Add travis.yml #16 (tamalsaha)
- E2E test added #15 (sanjid133)
- Enable DB secret support in csi-drive #14 (sanjid133)
- Use secret engine from operator repo in csi-driver #13 (sanjid133)
- Set periodic analytics #11 (tamalsaha)
- Update Kubernetes client libraries to 1.12.0 #10 (tamalsaha)
- AppBinding cleanup #9 (sanjid133)
- Introduce AppBinding #8 (sanjid133)
- Update kubernetes client libraries to 1.12.0 #7 (tamalsaha)
- PKI secret engine added #6 (sanjid133)
- Aws secret engine added #4 (sanjid133)
- Pod info support with kubernetes 1.12 #3 (sanjid133)
- Initial implementation #2 (sanjid133)
- Add build scripts #1 (sanjid133)