v0.39.0
Due by November 07, 2024
93% complete
Deprecations.
PEPR_HTTP2_WATCH has been removed.
The default watch is now powered by Undici Fetch. To opt into the legacy node-fetch watch use PEPR_USE_LEGACY_WATCH
. Undici fetch performs better at handling control plane events on watched resources and does so with less memory.
Features
Deprecations.
PEPR_HTTP2_WATCH has been removed.
The default watch is now powered by Undici Fetch. To opt into the legacy node-fetch watch use PEPR_USE_LEGACY_WATCH
. Undici fetch performs better at handling control plane events on watched resources and does so with less memory.
Features
- Generate RBAC overrides in a source file
- feat: add ability to exit Finalize() callback WITHOUT removing the finalizer
- Initial Work for Image Validation using CoSign - Not yet exposed through SDK.
Enhancements.
- Fix eslint max depth warnings
- KFC - reduce package size - exclude tests from package
- Pepr - reduce package size - exclude tests from package
- KFC - Reduce Memory Footprint around HTTP2 Watch
- Refactor Store to Share Code
Other.
- Mitigate Code Scanning alerts from GitHub
Not an exhaustive list, see issues closed to see everything.