contour
contour copied to clipboard
Contour is a Kubernetes ingress controller using Envoy proxy.
Support adding headers that are missing without overwriting existing headers via the `requestHeaderPolicy`. The `requestHeaderPolicy` on an httpproxy supports `set` which uses Envoy's [OVERWRITE_IF_EXISTS_OR_ADD](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/base.proto#enum-config-core-v3-headervalueoption-headerappendaction). If an option was included that...
Bumps [sigs.k8s.io/kustomize/kyaml](https://github.com/kubernetes-sigs/kustomize) from 0.17.2 to 0.18.1. Release notes Sourced from sigs.k8s.io/kustomize/kyaml's releases. kyaml/v0.18.1 This is a patch release of kyaml that was created due to a defect in the release...
Bumps [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) from 1.15.3 to 1.16.1. Release notes Sourced from github.com/cert-manager/cert-manager's releases. v1.16.1 cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. The cert-manager 1.16...
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.46.0 to 2.46.3. Release notes Sourced from github.com/vektra/mockery/v2's releases. v2.46.3 Changelog 4d3bfa7 Merge pull request #824 from DimaGolomozy/patch-1 2e2b9bc add git f55598e add ssh v2.46.2 Changelog 87fdecc...
Bumps [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) from 1.1.0 to 1.2.0. Release notes Sourced from sigs.k8s.io/gateway-api's releases. v1.2.0 On behalf of Kubernetes SIG Network, we are excited to announce the release of v1.2! This release...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...
This pull request includes following changes * Updates Go major version from 1.22 to 1.23 * See release notes: https://go.dev/doc/devel/release#go1.23.0 * Updates golangci-lint to v1.61.0 * [v1.60.1](https://github.com/golangci/golangci-lint/releases/tag/v1.60.1) added Go 1.23...
This PR updates the `main` branch with information for the patch releases v1.30.1, v1.29.3 and v1.28.7, along with an Envoy version bump in `main`. Unlike before, I’ve linked the Envoy...
From https://projectcontour.io/docs/main/config/api/#projectcontour.io/v1alpha1.NetworkPublishing I notices that there is no way to set `loadBalancerClass` for the generated ingress service. This field is essential for load balancer implementations, maybe we should support it...
Hey there, Right now it is only possible for the `gateway.spec.listener.tls.certificateRefs` to only contain one certificate. This in my opinion is very limiting as I have 3 domains + many...