Skip to content

v8.0.0-pre.37

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 08:12
· 335 commits to main since this release
a25a634

8.0.0-pre.37 (2023-12-06)

Features

BREAKING CHANGES

  • web-operator: The CLI (which broke anyway...) does now
    generate everyting together and determines based on the
    project if there are webhooks or not. This results in one
    config folder instead of separate folders for CRD, RBAC, etc.
    With this, conversion webhooks can inject their configuration
    into the CRDs. Otherwise, this would be a cumbersome process.
    If the need for single topic generation arises again (for example only CRDs),
    then these generators can be added again.