v0.11.0
governance-policy-framework-addon v0.11.0
- The released image is quay.io/open-cluster-management/governance-policy-framework-addon:v0.11.0
What's Changed
- Clean up policy templates that have been removed from the parent policy by @willkutler in #28
- Remove get permission for CRDs by @willkutler in #31
- Add watch for CRD to role by @willkutler in #32
- Recover owner references that are removed from policy templates by @willkutler in #30
- Remove the dependency watches when a policy is deleted by @mprahl in #34
- Implement syncing for
ConstraintTemplatesby @dhaiducek in #33 - Set parent policy label on template when updating by @willkutler in #35
- Add the Gatekeeper constraint status sync controller by @mprahl in #36
- Ignore gosec failures for SHA1 usage by @mprahl in #38
- Re-fetch the hub policy prior to sending an update by @dhaiducek in #37
- Perform discovery API calls only as needed by @mprahl in #39
- Update the dependency watch client by @mprahl in #40
- Wait for the namespace to be deleted in case 17 by @mprahl in #42
- Disable the Gatekeeper controller when run in old Kubernetes clusters by @mprahl in #41
- Conditionally clean up Gatekeeper Constraints by @dhaiducek in #43
- 3329 finalizer cleanup by @JustinKuli in #44
- Stop resetting the policy template compliance when already reset by @mprahl in #47
- Make conflicted object template error more readable by @willkutler in #46
- Stop updating on every reconcile when pruneObjectBehavior is not set by @mprahl in #48
- Add flag to disable Gatekeeper sync by @dhaiducek in #49
- Get deployment name from environment variable by @JustinKuli in #51
- Update release regex by @dhaiducek in #53
- Reset the complianceState when Pending by @JustinKuli in #54
- Synchronously emit template events by @JustinKuli in #56
- Update OWNERS by @gparvin in #58
- GoSec fixes and improvements by @JustinKuli in #59
- Stop setting the Gatekeeper constraint as compliant without audit results by @mprahl in #60
- Bug: Policy compliance status is truncated by @yiraeChristineKim in #61
- Check v1beta1 CRD for policy template label by @JustinKuli in #62
- Upgrade: Go v1.20 and packages by @dhaiducek in #63
- Correct to Pending status after late events by @JustinKuli in #64
- Update event to include real status by @clyang82 in #65
New Contributors
- @gparvin made their first contribution in #58
- @yiraeChristineKim made their first contribution in #61
- @clyang82 made their first contribution in #65
Full Changelog: v0.10.0...v0.11.0