Brad Ison
Brad Ison
It looks like long-running backup and restore operations don't respond to interrupt signals, i.e. I can't Ctrl-C to abort. One issue was that these commands were not using the context...
The `TestCircuitBreaker` test introduced in #6609 is flaky. It relies on examining the percentage of requests that succeed or fail to a service with circuit breaking configured, and ensuring the...
Adding latest releases.
Adds the [v1.4.0](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.0) release of gateway-api.
Adds a library for the trust-manager project. See: https://cert-manager.io/docs/trust/trust-manager
I'm not sure if this is too aggressive, but all of the versions here were ancient. I've reduce the list to only the currently supported releases found here: https://cert-manager.io/docs/releases/
Adds support for marking environment variables from secret references as optional when using the `envVar.fromSecretRef` helper.