Releases: isindir/sops-secrets-operator
Releases · isindir/sops-secrets-operator
0.3.0
2021-05-29
Component Upgrade
- upgrade kubebuilder (#75)
Features
- bump API version; add suspend feature in sops object; make sops:data to map to secret:data (was secret:stringData) and sops:stringData to secret:stringData (#76)
0.2.2
2021-05-27
Bug Fixes
- change debian to ubuntu and upgrade client-go to improve image scan (#74)
- set uid,gid,fsownerid to high value and fix securityContext issue (#73)
0.2.1
2021-05-16
Bug Fixes
- update RBAC for operator to be able to create leases and rescheduling reconcile loop when operator fails to create secrets (#70)
- remove breaking tests from templates
0.2.0
2021-05-04
Features
- migrate codebase from kubebuilder v2 to v3 (#67)
0.1.17
2021-04-29
Bug Fixes
- reverting #63 binaryData change for now to fix reconciliation loop (#66)
- rbac for events (#64)
0.1.16
🙅 WARNING: please don't use this image as it breaks reconciliation loop and does not manage child resources correctly
2021-04-27
Features
- add binaryData support (base64 encoded) to secrets (#63)
0.1.15
2021-04-13
Component Upgrade
- sops library update to the latest 3.7.1 (#59)
Features
- support arm64 via helm chart deployments
0.1.14
2021-04-09
Features
- docker multi-arch build (#57)
0.1.13
2021-04-08
Bug Fixes
- add gcp.existingSecretName value (#54)
Features
- add Role field to AWS KMS data structure; Update buster image (#56)
- Update CRD version for "kubectl explain" Kube 1.16 or higher compatible; Fix securityContext in helm chart