Skip to content
This repository was archived by the owner on Jul 22, 2022. It is now read-only.

Metacontroller v0.3.1

Pre-release
Pre-release

Choose a tag to compare

@enisoc enisoc released this 17 Jan 22:21
· 45 commits to master since this release

Changes since v0.3.0:

For controller authors

  • Fix finalizers to trigger immediately upon deletion (#122 by @bsherrod).
  • Fix deletion of namespaced child of cluster-scoped parent (#124 by @mgruener, #128 by @silverlyra).
  • Fix Metacontroller panic when hook omits status field in response (#132 by @enisoc).
  • Fix to trigger sync hook on cluster-scoped parent when a namespaced child changes (#134 by @enisoc).

For cluster operators

  • Installation manifests now use the final v1 RBAC and StatefulSet APIs,
    rather than the deprecated beta APIs (#130 by @mgoodness).

For Metacontroller contributors

  • Split kustomize config into base + dev overlay (#121 by @vreon).
  • Update skaffold.yaml to skaffold/v1beta2.