v0.12.0
governance-policy-framework-addon v0.12.0
- The released image is quay.io/open-cluster-management/governance-policy-framework-addon:v0.12.0
What's Changed
- Bind logs to make uninstall logging work by @dhaiducek in #68
- Bump controller-runtime to 0.15.0 by @clyang82 in #70
- Bug: Creating two policy templates with the same name succeeds by @yiraeChristineKim in #69
- Explicitly enable CGO by @mprahl in #73
- Remove ConfigMap permissions by @dhaiducek in #74
- Allow informonly configuration policies by @zyjjay in #75
- Reduce memory utilization of caching events by @mprahl in #78
- Bug: ACM-6632, parent policy cannot override remediationAction if unset in policy template by @zyjjay in #77
- Allow uninstall mode to be cancelled by @JustinKuli in #80
- ACM-3160: Invalid policy-templates array syntax leads to policy_system_errors_total incrementing by @JeffeyL in #79
- Remove duplicated compliance in Gatekeeper synced policy message by @zyjjay in #76
- Fix template sync duplicate detection by @gparvin in #82
- Bug: ACM-6803, Incorrect Policy does not show any validation errors and no status by @JeffeyL in #83
- Adjust the error to check for the ConstraintTemplate CRD missing by @mprahl in #84
- Fix RegEx to allow any character in a template name by @dhaiducek in #86
- Add back name label to deployment by @dhaiducek in #87
- Patch args when redeploying controller by @dhaiducek in #88
- Move status check to
Eventually()
by @dhaiducek in #89
New Contributors
Full Changelog: v0.11.0...v0.12.0