changes since v0.12.3
⚠️ Breaking Changes
- Do not mutate the global warning handler (#1944)
- Add GetOptions as optional argument of client.Reader and all its implementation (#1917)
✨ New Features
- Bump golangci lint to v1.49.0 (#1988)
- Update k8s API to v1.25 (#1985)
- Implement IgnoreAlreadyExists (#1965)
- Bump k8s v0.25.0-alpha.3 (#1967)
- webhook: add an option to recover from panics in handler (#1900)
- Provide access to admission.Request in custom validator/defaulter (#1950)
- komega: add EqualObject matcher (#1833)
- fix some typos (#1924)
- Allow TLS to be entirely configured on webhook server (#1897)
🐛 Bug Fixes
- Rearange
EventBroadcaster
log statement. (#1974) - Fix log depth for DelegatingLogSink (#1975)
- Remove no-op clientgo reflector metrics (#1946)
- Fix webhook write response error for broken HTTP connection (#1930)
- Fix issue with starting multiple test envs (#1910)
- don't override global log in builder (#1907)
- skip mutation handler when received deletion verb (#1765)
- fix loading CRDs from multiple directories in envtests (#1904)
Thanks to all our contributors!