operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

Results 337 operator-controller issues
Sort by recently updated
recently updated
newest added

# 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...

approved

# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages - [...

needs-rebase
do-not-merge/work-in-progress

# 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...

do-not-merge/work-in-progress

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 - [...

needs-rebase
do-not-merge/hold
do-not-merge/work-in-progress

# 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...

epic
v1.x

# 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...

do-not-merge/work-in-progress

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":...

kind/bug

# 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...