Releases: zakkg3/ClusterSecret
Releases · zakkg3/ClusterSecret
cluster-secret-0.2.1
ClusterSecret Operator
0.0.9
Summary:
- react on match namespaces pattern changes too
- Run as non-root
- Offial repo on artifucthub
- Fixed bug, leaking info on secrets to logs when its not debugging.
What's Changed
- serve chart by @zakkg3 in #61
- Sync on match namespace changes by @savf in #60
- Update README.md by @mkjmdski in #38
- added helm chart by @Eugst in #40
- Update README.md by @lvijnck in #49
- [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @zakkg3 in #53
- fixes 51 (matchlabel too much on yaml) by @zakkg3 in #55
- add artifuct hub verification by @zakkg3 in #62
- Update docs and finish add helm repo by @zakkg3 in #64
- Fix 59 by @zakkg3 in #66
New Contributors
- @mkjmdski made their first contribution in #38
- @Eugst made their first contribution in #40
- @lvijnck made their first contribution in #49
- @savf made their first contribution in #60
Full Changelog: 0.0.8...0.0.9
0.0.8
ClusterSecret can reference an existing secret. ValueFrom.
closes #3
What's Changed
- 0.8 by @zakkg3 in #34
- Fix update secrets by @cybergrind in #33
New Contributors
- @cybergrind made their first contribution in #33
Full Changelog: 0.0.7...0.0.8
0.0.7 Stable
docker pull flag5/clustersecret:0.0.7
- Updated kopf
- Updated Kubernetes Libs -> Support for 1.19 <= Kubernetes up to 1.25
- Improved docs
Bug fix:
prepares feature #3
For older kubernetes versions run ClusterSecret 0.0.6
Digests
0.0.7 digest: sha256:c8dffeefbd3c8c54af67be81cd769e3c18263920729946b75f098065318eddb1
0.0.7_arm32: digest: sha256:ffac630417bd090c958c9facf50a31ba54e0b18c89ef52d8eec5c1326a5f20ad
0.0.6 Stable
0.0.5 Stable
Other errors:
- On new namespace creation (if match the pattern) the secret was cloned there but the synced_ns list was not updated, so on deleting the csec object the secret was not deleted on this last new namespace.
- Sync with new namespaces also for deleted csecs (still in memory): fixed by poping out the items from memory on csec delete.