operator-controller
operator-controller copied to clipboard
# Description Adds new standard:description tag support to allow inclusion of standard-manifest-only field descriptions. Adds new optional/required validation tag support to allow field tags to impact the required list of...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...
# Description Addresses review comments (including new unit, e2e tests) and adds capabilities to the generate-crd tool to handle new optional/required scoped validations which required a change in the API...
Introduces utility functions to format boxcutter reconciliation and teardown reports into concise, human-readable summaries. This makes debugging easier without enabling verbose V(1) logging and solves the scenarios reported over huge...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...
# Fix install errors leaking into deprecation conditions Fixes deprecation conditions incorrectly showing install/validation errors instead of actual deprecation status. Closes https://github.com/operator-framework/operator-controller/issues/2008 ## What was broken When bundle installation or...
### 🎯 Goal - Run E2E tests with mock data inside the same repo. - No need for extra repos for mocks or samples. - Avoid repeating tests already covered...
# Description In order for maintainers and external developers to have a tailored experience using AI development tools, it is helpful to include an `AGENTS.md` file in the repo to...
The `*Deprecated` conditions report a status of `False` with reason `Deprecated`. Should it not be, `Not deprecated`? ``` { "lastTransitionTime": "2025-06-03T07:52:54Z", "message": "", "observedGeneration": 1, "reason": "Deprecated", "status": "False", "type":...
# Description This change fixes an issue to ensure that operator-controller properly handles and compares registry+v1 bundle versions that include build metadata as specified in the semver version. The intention...