Skip to content

v8.0.0-pre.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 15:07
· 335 commits to main since this release

8.0.0-pre.6 (2023-09-29)

Features

  • abstractions: add custom kubernetes entity helper (bcd1f52)
  • client: Add Kubernetes Client package (42bc8ee)

BREAKING CHANGES

  • client: The IKubernetesClient interface
    and implementation now require the TEntity typeparam
    instead of each method providing one. The implementation
    is instanced with EntityMetadata to allow the operator
    to inject the clients for each entity.