All Versions
231
Latest Version
Avg Release Cycle
9 days
Latest Release
524 days ago

Changelog History
Page 3

  • v2.8.0-rc1 Changes

    June 13, 2022

    All Commits

    โœจ Enhancements:

    • [consul,consulcatalog] Support multiple namespaces for Consul and ConsulCatalog providers (#8979 by rtribotte)
    • [http3] Upgrade quic-go to v0.27.0 (#8922 by tomMoulard)
    • [http3] Upgrade quic-go to v0.26.0 (#8874 by sylr)
    • ๐Ÿ”Š [logs] Add destination address to debug log (#9032 by qmloong)
    • [middleware,provider,tls] Deprecate caOptional option in client TLS configuration (#8960 by kevinpollet)
    • [middleware] Support URL replacement in errors middleware (#8956 by tomMoulard)
    • [middleware] Allow config of additional CircuitBreaker params (#8907 by aidy)
    • [provider] Implement Traefik provider for Nomad orchestrator (#9018 by shoenig)
    • [server] Allow HTTP/2 max concurrent stream configuration (#8781 by tomMoulard)
    • [tls,k8s/crd] Support certificates configuration in TLSStore CRD (#8976 by kevinpollet)
    • [webui,pilot,hub] Add Traefik Hub button and deprecate Pilot (#9091 by ldez)
    • ๐Ÿ”Œ [webui,plugins] Reach the catalog of plugins from the Traefik dashboard (#9055 by seedy)

    Misc:

  • v2.7.3 Changes

    June 29, 2022

    All Commits

    ๐Ÿ› Bug fixes:

    ๐Ÿ“š Documentation:

    • [middleware,k8s/crd] Add documentation for main, SANs and plugin CRD fields (#9136 by mloiseleur)
  • v2.7.2 Changes

    June 27, 2022

    All Commits

    ๐Ÿ› Bug fixes:

    • [healthcheck,service] Do not make multiple requests to the same URL for balancer healthcheck (#8632 by TPXP)
    • [healthcheck,service] Add log when missing path in health check (#9104 by moutoum)
    • [k8s/gatewayapi] Allow multiple listeners on same port in Gateway API provider (#9107 by burner-account)
    • [middleware] RedirectScheme redirects based on X-Forwarded-Proto header (#9121 by moutoum)
    • ๐Ÿ”Œ [plugins] Update yaegi to v0.13.0 (#9118 by kevinpollet)
    • [rules] Fix HostRegexp and Query muxers (#9131 by juliens)
    • [tracing] Update DataDog tracing dependency to v1.38.1 (#9105 by kevinpollet)

    ๐Ÿ“š Documentation:

    • [acme,k8s/crd] Add documentation to Traefik CRD properties (#9096 by mloiseleur)
    • [middleware] Add missing info.serialNumber option to PassTLSClientCert middleware (#9115 by miteshjadia)
    • [tcp] Add a note on how to handle server first protocols (#9002 by romantomjak)
    • โšก๏ธ Update to improve info section relevance (#9130 by tomatokoolaid)
    • โž• Added useful links for commercial applications (#9129 by tomatokoolaid)
  • v2.7.1 Changes

    June 13, 2022

    All Commits

    ๐Ÿ› Bug fixes:

    • [acme] Update go-acme/lego to v4.7.0 (#9065 by ldez)
    • ๐Ÿ”Š [logs] Fix invalid placeholder in log message (#9084 by ldez)

    ๐Ÿ“š Documentation:

    • [hub] Hub documentation (#9090 by ldez)
    • [k8s,k8s/gatewayapi] Update Gateway API link from v1alpha1 to v1alpha2 (#9083 by tomMoulard)
    • [k8s,k8s/gatewayapi] Update Gateway API links (#9058 by tomMoulard)
    • [middleware] Fix typo in stripPrefix middleware docs (#9051 by rbarbey)
    • [rules] Fix rule expression rendering (#9076 by ldez)
    • โšก๏ธ Update the link for contributor swag (#9056 by tfny)
    • ๐Ÿ›  Fix Traefik version s/2.6/2.7/ (#9047 by mpl)
    • โšก๏ธ Update the contributing docs for clarity and to encourage community activity (#9035 by tfny)
  • v2.7.0 Changes

    May 24, 2022

    All Commits

    โœจ Enhancements:

    • [consulcatalog] Watch for Consul events to rebuild the dynamic configuration (#8476 by JasonWangA)
    • [healthcheck] Add Failover service (#8825 by tomMoulard)
    • [http3] Configure advertised port using h3 server option (#8778 by kevinpollet)
    • [http3] Upgrade quic-go to v0.25.0 (#8760 by sylr)
    • [hub] Add Traefik Hub Integration (Experimental Feature) (#8837 by jbdoumenjou)
    • [k8s/crd,k8s] Allow empty services in Kubernetes CRD (#8802 by tomMoulard)
    • [metrics] Support InfluxDB v2 metrics backend (#8250 by sh7dm)
    • ๐Ÿ”Œ [plugins] Remove Pilot token setup constraint to use plugins (#8869 by ldez)
    • [provider] Refactor configuration reload/throttling (#6633 by rkojedzinszky)
    • [rules,tcp] Add HostSNIRegexp rule matcher for TCP (#8849 by rtribotte)
    • [tcp] Add muxer for TCP Routers (#8182 by dtomcej)
    • [webui,pilot] Add Traefik Hub access and remove Pilot access (#8848 by tomMoulard)
    • [webui] Add a link to service on router detail view (#8821 by Tchoupinax)

    ๐Ÿ› Bug fixes:

    ๐Ÿ“š Documentation:

    Misc:

  • v2.7.0-rc2 Changes

    March 29, 2022

    All Commits

    ๐Ÿ“š Documentation:

    Misc:

  • v2.7.0-rc1 Changes

    March 24, 2022

    All Commits

    โœจ Enhancements:

    • [consulcatalog] Watch for Consul events to rebuild the dynamic configuration (#8476 by JasonWangA)
    • [healthcheck] Add Failover service (#8825 by tomMoulard)
    • [http3] Configure advertised port using h3 server option (#8778 by kevinpollet)
    • [http3] Upgrade quic-go to v0.25.0 (#8760 by sylr)
    • [hub] Add Traefik Hub Integration (Experimental Feature) (#8837 by jbdoumenjou)
    • [k8s/crd,k8s] Allow empty services in Kubernetes CRD (#8802 by tomMoulard)
    • [metrics] Support InfluxDB v2 metrics backend (#8250 by sh7dm)
    • ๐Ÿ”Œ [plugins] Remove Pilot token setup constraint to use plugins (#8869 by ldez)
    • [provider] Refactor configuration reload/throttling (#6633 by rkojedzinszky)
    • [rules,tcp] Add HostSNIRegexp rule matcher for TCP (#8849 by rtribotte)
    • [tcp] Add muxer for TCP Routers (#8182 by dtomcej)
    • [webui,pilot] Add Traefik Hub access and remove Pilot access (#8848 by tomMoulard)
    • [webui] Add a link to service on router detail view (#8821 by Tchoupinax)

    ๐Ÿ“š Documentation:

    Misc:

  • v2.6.7 Changes

    May 23, 2022

    All Commits

    ๐Ÿ› Bug fixes:

    • ๐Ÿ”Š [logs,k8s/crd] Fix log statement for ExternalName misconfig (#9014 by kruton)
    • ๐Ÿ”Œ [plugins] Update Yaegi to v0.12.0 (#9039 by mpl)
    • [tcp,service] Fix initial tcp lookup when address is not available (#9021 by ddtmachado)
    • [tls] Fix panic when getting certificates with non-existing store (#9019 by moutoum)
    • [tracing] Update jaeger-client-go to v2.30.0 (#9000 by moutoum)

    ๐Ÿ“š Documentation:

    • [middleware] Updated browserXssFilter key to camel case (#9038 by karlosmunjos)
    • ๐Ÿ›  Fix the default priority for the entrypoint redirection (#9028 by ldez)
    • ๐Ÿ›  Fix typo in maintainers guidelines (#9011 by eltociear)
  • v2.6.6 Changes

    May 03, 2022

    All Commits

    ๐Ÿ› Bug fixes:

    • [acme] Fix RenewInterval computation in ACME provider (#8969 by smasset-orange)
    • ๐Ÿ”Š [ecs,logs] Remove duplicate error logs (#8916 by rtribotte)
    • [ecs] Filter out ECS anywhere instance IDs (#8973 by JohnPreston)
    • [middleware] Re-add missing writeheader call in flush (#8957 by mpl)
    • [middleware] Fix bug for when custom page is large enough (#8932 by mpl)
    • [middleware] Fix regexp handling in redirect middleware (#8920 by tomMoulard)
    • ๐Ÿ”Œ [plugins] Update Yaegi to v0.11.3 (#8954 by kevinpollet)

    ๐Ÿ“š Documentation:

    • [k8s/gatewayapi] Fix certificateRefs in dynamic configuration (#8940 by kahirokunn)
    • ๐Ÿ”Š [logs] Move accessLog.fields example to TOML section (#8944 by major)
    • ๐Ÿ”Š [logs] Add default mode for fields.names to access log (#8933 by aleksvujic)
    • [middleware] Fix default for buffering middleware (#8945 by rtribotte)
    • [middleware] Preflight requests are not forwarded to services (#8923 by sizief)
    • โž• Add title and description metadata to documentation pages (#8941 by ldez)
    • โšก๏ธ Update dynamic and static configuration references (#8918 by ldez)
  • v2.6.5 Changes

    May 03, 2022

    All Commits

    ๐Ÿš€ Release canceled.