Timur Tuktamyshev
Timur Tuktamyshev
#### Overview This PR enhances the CEL validation logic for OpenAPI schemas in the addon-operator. It introduces recursive validation for all nested properties including for objects with `additionalProperties`, arrays, and...
## Description ## Why do we need it, and what problem does it solve? ## Why do we need it in the patch release (if we do)? ## Checklist -...
## Description ## Why do we need it, and what problem does it solve? ## Why do we need it in the patch release (if we do)? ## Checklist -...
#### Overview Major refactoring of the shell-operator filter system: replaced complex interface-based architecture with simplified functional approach, consolidated jq filtering logic, and added comprehensive test coverage. #### What this PR...
#### Overview Implement graceful shutdown for client-go informers and add structured shutdown logs across shell-operator components. #### What this PR does / why we need it - Introduces proper lifecycle...
#### Overview #### What this PR does / why we need it #### Special notes for your reviewer
#### Overview Architectural overhaul of the shell-operator filter system that introduces pre-compilation of JQ expressions during configuration, eliminating runtime compilation overhead. The refactoring replaces the complex interface-based design with a...