Simon Bäumer
Simon Bäumer
## Description A detailed explanation of the changes in your PR. Feel free to remove this section if it is overkill for your PR, and the title of your PR...
This PR adds an enhancement to add a field `LastScannedTimestamp` to the `CheckResult` CR. This enhancement is planned to be implemented by myself. This first iteration is to get consensus...
Add timestamp annotation to CheckResult objects. The goal is to be able to identify when a ComplianceScan is done and has successful update all CheckResults. Additionally, from a client perspective...
**Problem** As a user I want to be able to adjust resources installed by an operator with the same flexibility as Helm or manifests provide. The problem faced is that...
**Problem** It is not possible to do rollbacks with OLM currently without workarounds. In case we hit an incident it would help a lot if a customer can easily rollback...
**Problem** For cloud environments we would like to have as much control as we can about the operator installations. We need Operators to be installed declarative, preferably via a simple...
**Problem** Currently we struggle testing the operator with OLM. OLM adds more capabilities, i.e. pre-flight checks, and caused an incident in an ACS release. It is hard to test operator...
**Problem** In ACS we have a clientserver architecture in which our server should always be ahead or equal in its version of the clients. Currently OLM auto-upgrades upgrade upgrade the...