- Use fabric8 kubernetes-client version 5.2.1.
- Make it possible to watch only the namespace in which the operator is deployed (without having to know its name beforehand) using
@Controller(namespaces = Controller.WATCH_CURRENT_NAMESPACE)
#372 - Make it possible to bypass CRD-based validation in Spring Boot applications #380