Skip to content

v8.0.0-pre.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 11:51
· 335 commits to main since this release
5fc23d3

8.0.0-pre.9 (2023-10-03)

Code Refactoring

  • finalizer: Rework finalizer in controllers (#625) (5fc23d3)

BREAKING CHANGES

  • finalizer: Finalizers are registered
    with an identifier now. The identifier is
    generated by the KubeOps.Generator when used.
    Finalizers are attached via EntityFinalizerAttacher<>
    delegates that attach the finalizer to an entity.