You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/releases/release-notes/release-notes-1.16.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,10 @@ and will resolve warnings in cert-manager-controller pods of the form:
151
151
> `W0910 20:07:22.491920 1 warnings.go:70] metadata.finalizers: "finalizer.acme.cert-manager.io": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers`
152
152
Read [cert-manager component configuration: Feature gates](../../installation/configuring-components.md#feature-gates) to learn more.
153
153
154
+
cert-manager now uses client-go `v0.31.0`, which removes a lot of noisy errors from logs, of the form:
155
+
> `reflector.go: unable to sync list result: internal error: cannot cast object DeletedFinalStateUnknown`
156
+
Read [cert-manager issue 6753](https://github.com/cert-manager/cert-manager/issues/6753) to learn more.
157
+
154
158
## Community
155
159
156
160
Thanks again to all open-source contributors with commits in this release, including: TODO
0 commit comments