Skip to content

Release v0.0.3

Choose a tag to compare

@github-actions github-actions released this 03 Nov 10:36
· 18 commits to main since this release
a736134

Changes included in v0.0.3:

🔨 Refactoring

  • use advanced clusteraccess library #30
    • [DEVELOPER][OTHER] The controller now uses the advanced clusteraccess library instead of managing access to the clusters itself.

📚 Documentation

  • update examples in documentation #31
    • [USER][DOC] Updated the examples in the configuration documentation.

🚀 Features

  • release v0.0.3 #40
    • [DEVELOPER][FEATURE] - Release v0.0.3
  • also copy image pull secrets referencedin PlatformService spec #29
    • [USER][FEATURE] All secrets referenced in spec.imagePullSecrets in the provider's PlatformService resource are now copied to both, the platform cluster (in the cluster namespace) and the target cluster (in the external-dns deployment namespace). This happens in addition to any secret copying configured in the service configuration.