Skip to content

Releases: zakkg3/ClusterSecret

cluster-secret-0.2.1

31 Aug 10:14
7f5a9d4
Compare
Choose a tag to compare

ClusterSecret Operator

0.0.9

25 May 17:32
7e81dd5
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

07 Apr 20:47
3b46c7a
Compare
Choose a tag to compare

ClusterSecret can reference an existing secret. ValueFrom.
closes #3

What's Changed

New Contributors

Full Changelog: 0.0.7...0.0.8

0.0.7 Stable

25 Nov 08:58
3963b9b
Compare
Choose a tag to compare

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

27 Jan 08:55
Compare
Choose a tag to compare

Bug fixed issue: #22
Pr #20 and #21 included.
image: flag5/clustersecret:0.0.6

docker pull flag5/clustersecret:0.0.6

0.0.5 Stable

11 Sep 10:24
2fcb23d
Compare
Choose a tag to compare

fix #14
fix #11

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.

0.0.3 pre

02 Jul 08:02
Compare
Choose a tag to compare
0.0.3 pre Pre-release
Pre-release

Pre release: well tested and already used in production.