This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Releases: latchset/tang-operator
Releases · latchset/tang-operator
v1.0.1 - GA Candidate
v1.0.1 - GA Candidate
v1.0.0 - GA candidate
Bundle information:
quay.io/sec-eng-special/tang-operator-bundle:v1.0.0
v0.0.28: Code refactor
Bundle information:
quay.io/sec-eng-special/tang-operator-bundle:v0.0.28
v0.0.27: Update operator-sdk and supported Go version (1.19.6 and higher)
Bundle information:
quay.io/sec-eng-special/tang-operator-bundle:v0.0.27
v0.0.26 - Use RHEL9 tang container
Use rhel9 tang container image (#23) Signed-off-by: Sergio Arroutbi <[email protected]>
v0.0.25 - Allow key handling without cluster role configuration
This release allows manager controller to perform operations on keys (rotation, deletion, etc.) without requiring additional cluster roles or cluster roles binding.
v0.0.24 - Avoid execution as root user for tang server pod
Right now, tang-operator deployment has been changed so that tang container is not launched as root user.
This allows removing 'oc adm policy' that was previously required for tang-operator to deploy tang-container appropriately on OpenShift.
v0.0.23 - Implementation of selective hidden keys deletion
Implementation of selective hidden keys deletion (#5) Signed-off-by: Sergio Arroutbi Braojos <[email protected]>