traefik v2.5.0 Release Notes

Release Date: 2021-08-17 // over 2 years ago
  • All Commits

    โœจ Enhancements:

    • [consulcatalog] Add Support for Consul Connect (#7407 by Gufran)
    • โšก๏ธ Update Go version (#8355 by mpl)
    • [file] Update sprig to v3.2.0 (#7746 by sirlatrom)
    • [healthcheck] Healthcheck: add support at the load-balancers of services level (#8057 by mpl)
    • [http3] Upgrade github.com/lucas-clemente/quic-go (#8076 by sylr)
    • [http3] Add HTTP3 support (experimental) (#7724 by juliens)
    • [k8s,k8s/gatewayapi] Add wildcard hostname rule to kubernetes gateway (#7963 by jberger)
    • [k8s,k8s/gatewayapi] Add support for TCPRoute and TLSRoute (#8054 by tomMoulard)
    • [k8s,k8s/gatewayapi] Allow crossprovider service reference (#7774 by jbdoumenjou)
    • [k8s/crd,k8s] Add named port support to Kubernetes IngressRoute CRDs (#7668 by Cirrith)
    • [k8s/crd,k8s] Improve kubernetes external name service support for UDP (#7773 by kevinpollet)
    • [k8s/crd,k8s] Upgrade the CRD version from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1 (#7815 by jbdoumenjou)
    • [k8s/ingress,k8s/crd,k8s] Ignore empty endpoint changes (#7646 by hensur)
    • [k8s/ingress,k8s] Upgrade Ingress Handling to work with networkingv1/Ingress (#7549 by SantoDE)
    • [k8s/ingress,k8s] Filter ingress class resources by name (#7915 by tomMoulard)
    • [k8s/ingress,k8s] Add k8s provider option to create services without endpoints (#7593 by Lucaber)
    • [k8s/ingress,k8s] Upgrade IngressClass to use v1 over v1Beta on Kube 1.19+ (#8089 by SantoDE)
    • [k8s/ingress,k8s] Add ServersTransport annotation to k8s ingress provider (#8084 by wdullaer)
    • ๐Ÿ”Š [logs,middleware] Add TLS version and cipher to the accessLog (#7478 by na4ma4)
    • [metrics] Add TLS certs expiration metric (#6924 by sylr)
    • [metrics] Allow to define datadogs metrics endpoint with env vars (#7968 by sylr)
    • [middleware,metrics] Add router metrics (#7510 by jorge07)
    • [middleware,tcp] Add TCP Middlewares support (#7813 by rtribotte)
    • [middleware] Removes headers middleware options (#8161 by tomMoulard)
    • [middleware] Headers: add permissionsPolicy and deprecate featurePolicy (#8200 by WLun001)
    • [middleware] Deprecates ssl redirect headers middleware options (#8160 by tomMoulard)
    • ๐Ÿ”Œ [plugins] Local private plugins. (#8224 by ldez)
    • ๐Ÿ”Œ [provider,plugins] Add plugin's support for provider (#7794 by ldez)
    • [rules] Support not in rules definition (#8164 by juliens)
    • [rules] Add routing IP rule matcher (#8169 by tomMoulard)
    • [server] Improve host name resolution for TCP proxy (#7971 by H-M-H)
    • [server] Add ability to disable HTTP/2 in dynamic config (#7645 by jcuzzi)
    • [sticky-session] Add a mechanism to format the sticky cookie value (#8103 by tomMoulard)
    • [tls] Mutualize TLS version and cipher code (#7779 by rtribotte)
    • [tls,k8s/crd,k8s] Improve CA certificate loading from kubernetes secret (#7789 by rio)
    • [tls] Do not build a default certificate for ACME challenges store (#7833 by rkojedzinszky)
    • [tracing] Use Datadog tracer environment variables to setup default config (#7721 by GianOrtiz)
    • [tracing] Update Elastic APM from 1.7.0 to 1.11.0 (#8187 by afitzek)
    • [tracing] Override jaeger configuration with env variables (#8198 by mmatur)
    • [udp] Add udp timeout configuration (#6982 by Lindenk)

    ๐Ÿ› Bug fixes:

    • [k8s,k8s/gatewayapi] Update Gateway API version to v0.3.0 (#8253 by jbdoumenjou)
    • [k8s] Kubernetes: detect changes for resources other than endpoints (#8313 by rtribotte)
    • [middleware] Library change for compress middleware to increase performance (#8245 by tomMoulard)
    • ๐Ÿ”Œ [plugins] Update yaegi to v0.9.21 (#8285 by ldez)
    • ๐Ÿ”Œ [plugins] Downgrade yaegi to v0.9.19 (#8282 by ldez)
    • [webui] Fix dashboard to display middleware details (#8284 by tomMoulard)
    • [webui] Fix dashboard title for TCP middlewares (#8339 by mschneider82)
    • [k8s] Remove logging of changed object with cast (#8128 by hensur)

    ๐Ÿ“š Documentation:

    Misc: