Skip to content

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 07:37
· 10 commits to main since this release
4e451c6

Changelog

🚨 Breaking

[OPERATOR]

  • This repository and all of its artifacts are now named platform-service-quota. (#177, @Diaphteiros)
  • The quota operator is now a platform service. Running it as standalone operator, as before, is not supported anymore (unless it is run in a way which adheres to the platform service contract). (#173, @Diaphteiros)
  • The operator's config is now expected as a QuotaServiceConfig resource on the platform cluster. It has to have the same name as the PlatformService resource that created the controller pod. (#173, @Diaphteiros)
  • The value of the quota operator managed-by label has changed. This requires a manual step when upgrading from the old quota operator to the new platform service: Remove the quota.openmcp.cloud/managed-by label from all namespaces on the onboarding cluster. This label is meant to prevent multiple instances of the quota operator from working on the same namespace, which means that only the instance with the matching identity (now set to the name of the PlatformService resource) will feel responsible for the respective namespace. (#173, @Diaphteiros)