Tim Flannagan
Tim Flannagan
Follow-up to #293 which overhauled the BundleDeployment API to support the dynamic creation of Bundle contents. Goal: revisit the status.installedBundleName and the custom printer columns. Currently, the UX around the...
Follow-up to #293 which updated the BD API and removed support for the static linkage of Bundle contents when interacting with the plain provisioner's BD controller. Copy-pasting the description in...
Goal: refactor the main Reconcile method for the BI controller into individual methods to help reduce the amount of complexity (and overall LoC) for the driver function. Right now the...
Summary: Bundles that reference an invalid, or a non-existent unique provisioner ID result in the Bundle resource not being reconciled by any of the provisioner(s) installed on-cluster, and there aren't...
Follow-up to #293 which added support for dynamically created Bundles through the BI API. Goal: consolidate the Bundle's Unpacked phase with the BI's HasValidBundle status condition type.
Introduce a rukpak website for housing documentation: - Use Hugo for serving and generating static sites to remain consistent with rest of operator-framework projects - Determine whether we want to...
Expose a way to repoll Bundle's that have already been marked as unpacked and the resources have been created for non-run-once type operations. This configuration can likely live as a...
# Description Introduces a new v1alpha1 DirectResponseRoute API to the Gloo project. This API allows GW API users to configure direct response functionality through the HTTPRoute resource via extensionRef: ```yaml...
Gloo allows requests through when extensionRef in HTTPRoute references a non-existent custom filter
### Gloo Edge Product Open Source ### Gloo Edge Version main ### Kubernetes Version 1.29 ### Describe the bug When defining an HTTPRoute that configures an extensionRef to a non-existent...
# Description This commit introduces initial support for the upstream GW API 1.1 release. The 1.1 release had several changes that we need to evaluate and implement support for during...