[go: up one dir, main page]

Skip to content

Release 2.17.2

Compare
Choose a tag to compare
@dacleyra dacleyra released this 25 Sep 14:11
· 23 commits to master since this release
7403d50
  • Fix: Explicitly delete pull secret on marketplaceconfig delete, as relying on garbage collection was a race condition. This could lead to marketplaceconfig being recreated by the reconciler.
  • Fix: Correct the scope of the predicate to namespace for DeploymentReconciler. ConfigMap and Service kinds have cluster cache scope, a ConfigMap or Service with specific names could trigger reconciliation for the wrong namespace, leading to a "unknown namespace for the cache" error.