v1.5.0
See #4402 for more details.
PROJECT config version 3-alpha has been stabilized as (the version
key in your PROJECT file), and contains a set of config fields sufficient to fully describe a project. While this change is not technically breaking because the spec at that version was alpha, it was used by default in operator-sdk
commands so should be marked as breaking and have a convenient migration path. The command will convert most of your PROJECT file from version 3-alpha to 3, and leave comments with directions where automatic conversion is not possible:
See #4613 for more details.
See for more details.
A non-default ServiceAccount controller-manager
is scaffolded on , to improve security for operators installed in shared namespaces. To add this ServiceAccount to your project, do the following:
The changes should look like:
The liveness and readiness probe endpoints were incorrectly named, although this mismatch will not affect their behavior. To fix, swap the readinessProbe
and livenessProbe
HTTP paths in :
See #4546 for more details.