Releases: isindir/sops-secrets-operator
Releases · isindir/sops-secrets-operator
0.1.8
2020-11-23
Bug Fixes
- improve logging - remove logrus mixing; dont fail controller for errors, just report - keeps controller healthy, while secrets may be broken (#42)
Features
- Add extraEnv to allow for additional environment vars (#41)
0.1.7
2020-11-14
Bug Fixes
- reconciling of the child secret resources updated/deleted manually
0.1.6
2020-11-08
Bug Fixes
- do not include session file in helm charts
- reduce privs in cluster role used by the operator (#26)
Features
- improve error message; upgrade controller-gen to 0.3.0; add support of HashiCorp Vault to the operator (#37)
- add helm unit tests and abitlity to mount arbitrary secrets as env variables or files (#30)
- add Azure KeyVault support to Helm charts (#34)
0.1.5
2020-10-14
Bug Fixes
- removal of part of the secret.data should happen when deleted from sops.template.data (#32)
0.1.4
2020-10-10
Documentation Update
Features
- add status information (#28)
0.1.3
2020-09-27
Bug Fixes
- improve error message when decryption fails and fix helm charts imagePullPolicy (#25)
- update helm3/sops-secrets-operator to remove duplicate resource labels
0.1.2
2020-09-19
Features
- add serviceaccount annotations to the helm charts; bump sops version to 3.6.1; bump golang version to 1.14.9 (#21)
0.1.1
2020-09-01
Bug Fixes
- Improve logging and update pipeline tools and gpg readme document; bump patch version (#19)
0.1.0
2020-07-25
‼️ NOTE: ‼️ CRD for this release changed from isindir.github.com/v1alpha1
to isindir.github.com/v1alpha2
. _templates
prefix is replaced by Templates
, this operator version only supports isindir.github.com/v1alpha2
and is not backwards compatible.
Bug Fixes
- helm charts - default image pull policy; symlink crds in charts directory to deploy
Code Refactoring
- replace operator-sdk with kubebuilder, use k3d instead of kind for testing (#11)
Documentation Update
- update helm charts documentation using frigate
- Update readme to include non default k8s secret type in example
Pipeline changes
- set default shell as bash in Makefile (#14)
- fix docker build during release - dont run tests (#13)
- remove cache restoration in the release branch (#12)
0.0.10
2020-07-04
Documentation Update
- add section to readme describing purpuse of the project
Features
- update operator-sdk and golang; add ability to specify kube secret type (#10)
- add ability to use PGP keys inside kubernetes to decrypt SopsSecret CRs (#5)
Pipeline changes
- improve pipeline - add ability to release, upgrade some tools (#7)
- update helm to version 3.0.2 in circleci pipeline
- beautify Makefile