Skip to content

Release v0.15.2

Choose a tag to compare

@github-actions github-actions released this 14 Oct 14:35
· 19 commits to main since this release
e854383

Changes included in v0.15.2:

🚀 Features

  • advanced clusteraccess library #173
    • [DEVELOPER][BREAKING] The behavior of the library in lib/clusteraccess has changed slightly: Before, the Reconcile method would wait for some other controller to create the namespace and requeue the reconciliation until it existed. Now, it will instead create the namespace itself.
    • [DEVELOPER][FEATURE] The lib/clusteraccess/advanced package now contains a highly flexible library for generating access to clusters during a controller's reconciliation loop. See the documentation for further information.

🐛 Fixes

  • requeue mcp if not ready #184
    • [USER][BUGFIX] Fixed a bug that caused an MCPv2 to not be requeued for reconciliation despite not being Ready yet, causing it to be stuck in Progressing until a reconciliation was triggered externally.