Prepare Release v3.2.0-rc1

This commit is contained in:
Romain 2024-10-02 16:24:04 +02:00 committed by GitHub
parent 54c3afd760
commit a7502c8700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 382 additions and 354 deletions

View file

@ -125,7 +125,7 @@ type TCPServer struct {
// +k8s:deepcopy-gen=true
// ProxyProtocol holds the PROXY Protocol configuration.
// More info: https://doc.traefik.io/traefik/v3.1/routing/services/#proxy-protocol
// More info: https://doc.traefik.io/traefik/v3.2/routing/services/#proxy-protocol
type ProxyProtocol struct {
// Version defines the PROXY Protocol version to use.
Version int `json:"version,omitempty" toml:"version,omitempty" yaml:"version,omitempty" export:"true"`