Releases: isindir/sops-secrets-operator
Releases · isindir/sops-secrets-operator
0.3.7
2021-11-04
Changes since 0.3.6 for 0.3.7
Component Upgrade
- kubebuilder and related kube version to v1.22.x (#91)
0.3.6
2021-10-17
Changes since 0.3.5 for 0.3.6
Component Upgrade
- Golang, base image and helm version; added few helm tests (#90)
Pipeline changes
- bump version of circle-ci machine runner (#89)
0.3.5
2021-10-06
Changes since 0.3.4 for 0.3.5
Bug Fixes
- makefile to reference go only as variable
Component Upgrade
- update golang to 1.17.1, base image and kustomize (#88)
- update golang to version 1.17
0.3.4
2021-09-06
Changes since 0.3.3 for 0.3.4
Component Upgrade
- upgrade base docker image; add envtest integration tests (#85)
Pipeline changes
- execute kubeval using correct parameters
0.3.3
2021-08-15
Changes since 0.3.2 for 0.3.3
Component Upgrade
- controller gen and runtime, k8s, kustomize, docker images, golang (#84)
0.3.2
2021-06-24
Changes since 0.3.1 for 0.3.2
Features
- Add CRD support for multiple versions (include deprecated) (#83)
0.3.1
2021-06-20
Changes since 0.3.0 for 0.3.1
Component Upgrade
- Upgrade tooling and base images (#80)
Documentation Update
- add API upgrade example procedure (#79)
Features
- add target secret annotation, which will trigger it being replaced and owned by sopssecret (#81)
Pipeline changes
- fix configuration of the changelog generation
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