contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
**What steps did you take and what happened:** We have been trying to setup `GlobalExtAuth` in our Contour deployment and we wanted to disabled it on all routes by default...
For https://github.com/projectcontour/contour/issues/6511 This PR adds, - Listener configuration that exposes a boolean flag to disable compression, by default compression is enabled. This also provides us a way to disable if...
Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) When the user explicitly specifies an address, but the load balancer has not yet assigned this specified address to the gateway, the current logic here evaluates...
Signed-off-by: Gang Liu [[email protected]](mailto:[email protected]) In the past, we could only use 'Certgen' to set the lifetime, this PR has added the new way to set it through `provisioner`
`sigs.k8s.io/controller-runtime` v0.19.0 includes a [breaking change](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.0) that necessitates updating it alongside `k8s.io/*` v1.31. `sigs.k8s.io/controller-tools` v0.16.x needs to be updated for `k8s.io/*` v1.31 [compatibility](https://github.com/kubernetes-sigs/controller-tools?tab=readme-ov-file#compatibility), which also prompted the re-generation of CRDs....
Bumps [sigs.k8s.io/controller-tools](https://github.com/kubernetes-sigs/controller-tools) from 0.15.0 to 0.16.1. Release notes Sourced from sigs.k8s.io/controller-tools's releases. v0.16.1 What's Changed 🐛 Fix duplicate default value when generating CRDs with corev1.Protocol by @sbueringer in kubernetes-sigs/controller-tools#1035 Full...
Bumps the k8s-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.30.3` | `0.31.0` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver)...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.5. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. Note...
This change will use polling for `HasSynced()` call to align with how client-go's [`WaitForCacheSync()`](https://github.com/kubernetes/client-go/blob/690fd5274dfc971dcda653e45bc6e6852ab57316/tools/cache/shared_informer.go#L327-L343) operates. Previously it was only called when we received objects from the informer. By changing to...