operator-controller
operator-controller copied to clipboard
# Description Solves #723 ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive Commit Messages...
# Description Updates to go 1.22 ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [ ] Comprehensive...
# Description Adds an optional ClusterExtension.spec.skipCRDUpgradeSafetyChecks field that when set to true will be used to disable the CRD upgrade safety checks when attempting to install a cluster extension. No...
This PR makes the clusterextension api more consistent with the extension api by: - copying over missing fields to the clusterextension api - adding the `Progressing` condition to indicate a...
In order to have confidence that feature additions and bug fixes are reflected after an upgrade, we should add a suite of upgrade tests that: 1. Install the most recent...
# Description ## Reviewer Checklist - [ ] API Go Documentation - [ ] Tests: Unit Tests (and E2E Tests, if appropriate) - [x] Comprehensive Commit Messages - [x] Links...
[Brief](https://docs.google.com/document/d/1GvmHQxjwCOS6xEZqWTCf5UoQB3DzdSMKIKfJZLiG3X0/edit?usp=sharing) Tasks - [ ] #610
Now that we are planning on supporting only simple `registry+v1` bundles for v1.0.0 we need to ensure we remove any logic associated with supporting different bundle types from the `ClusterExtension`...