Commit graph

709 commits

Author SHA1 Message Date
Ludovic Fernandez d06573de6c
plugins: allow empty config 2022-09-15 11:00:09 +02:00
Antoine 44a2b85dba
Display default TLS options in the dashboard 2022-09-09 12:46:09 +02:00
MoonLightWatch 77c8d60092
fix: IPv6 addr in square brackets 2022-09-09 10:44:07 +02:00
Ludovic Fernandez d9589878fb
fix: allow starting Traefik even if plugin services have an issue 2022-09-02 11:44:08 +02:00
Romain d3e4d56a0d
Fix Docker provider mem leak on operation retries
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2022-08-31 18:04:08 +02:00
Ludovic Fernandez adf82d72ae
chore: update linter 2022-08-31 08:24:08 +02:00
Ludovic Fernandez 25027d6df8
fix: don't retry on panic 2022-08-29 11:36:08 +02:00
cui fliter e56dfeb7d5
fix a typo 2022-08-29 09:24:07 +02:00
Tom Moulard 9c02612f65
Update codegen docker image to golang:1.19 2022-08-18 11:24:08 +02:00
Romain 6dd63e1702
Add missing context in backoff for Marathon 2022-08-12 10:44:08 +02:00
Romain 63f9ec9c38
Remove request dump from IPWhitelist debug log and tracing message 2022-08-11 16:20:14 +02:00
Kevin Pollet 40db06204b
Update valkeyrie to a9a70ee 2022-08-11 15:42:07 +02:00
Romain 4755bb2f33
Control allocation and copy of labelNamesValues type
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-08-11 10:58:09 +02:00
Ludovic Fernandez 45453b20fa
chore: update to go1.19 2022-08-09 17:36:08 +02:00
longshine 1576ad85b8
Place namespace before name in router key for Ingress 2022-08-04 10:22:08 +02:00
Ludovic Fernandez b4ee7bdcbe
Bump paerser to v0.1.6 2022-08-01 15:12:08 +02:00
Tom Moulard 7751fb24eb
Update linter 2022-07-19 18:38:09 +02:00
Julien Salleyron 2cb011f595
Fix service up gauge for Prometheus metrics
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2022-07-18 10:36:11 +02:00
Romain ff2911d070
Refactor certificate domains matching func 2022-07-12 16:16:08 +02:00
Kevin Pollet f07fcd3d54
Add missing inline tag for YAML serialization 2022-07-12 12:12:08 +02:00
Julien Salleyron 0231db05b4
Improve performances when Prometheus metrics are enabled 2022-07-07 18:00:09 +02:00
Maxence Moutoussamy 8f6463ba7a
Support forwarded websocket protocol in RedirectScheme
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-07-06 11:54:08 +02:00
Tom Moulard 9c4b336f3b
Prepare release v2.8.0 2022-06-29 17:38:37 +02:00
romain aa8fda5eae Merge current v2.7 into v2.8 2022-06-29 15:57:57 +02:00
mloiseleur 03598d395b
Add documentation main, SANs and plugin CRD fields 2022-06-29 11:04:09 +02:00
Jean-Baptiste Doumenjou 9d61cb64a2
Ensure that the Datadog client is cleanly stopped 2022-06-29 10:34:08 +02:00
romain 41748c3ae4 Merge current v2.7 into v2.8 2022-06-27 16:12:21 +02:00
Julien Salleyron a887794313
Fix HostRegexp and Query muxers 2022-06-27 15:16:08 +02:00
mloiseleur 94141233f0
Add documentation to Traefik CRD properties
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-06-24 12:40:08 +02:00
Maxence Moutoussamy ff17ac53df
RedirectScheme redirects based on X-Forwarded-Proto header 2022-06-24 12:04:09 +02:00
burner-account 55ba4356f2
Allow multiple listeners on same port in Gateway API provider 2022-06-23 11:58:09 +02:00
Thomas P 804b0ff2f2
Do not make multiple requests to the same URL for balancer healthcheck 2022-06-22 21:46:08 +02:00
Kevin Pollet 6e535f8cef
Use configured token in the Nomad client 2022-06-20 15:42:09 +02:00
Maxence Moutoussamy 23340c46e6
Add log when missing path in health check 2022-06-20 15:40:13 +02:00
Ludovic Fernandez 91f4ccf087
Add Traefik Hub button and deprecate Pilot
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2022-06-13 11:04:08 +02:00
Seth Hoenig aa0b5466a9
Implement Traefik provider for Nomad orchestrator 2022-06-10 18:32:08 +02:00
Tom Moulard 59e66dfce5
Merge current branch master into v2.7 2022-06-10 16:17:55 +02:00
Ludovic Fernandez 9c59df5e9c
fix: invalid placeholder in log message 2022-06-10 16:16:08 +02:00
Romain f90e3817e8
Support multiple namespaces for Consul and ConsulCatalog providers
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-06-03 12:00:09 +02:00
romain 521109d3f2 Merge current v2.7 into master 2022-05-30 12:14:26 +02:00
Qi ec25bdb9f9
Add destination address to debug log 2022-05-30 11:14:09 +02:00
romain 05f3e60366 Merge branch v2.6 into v2.7 2022-05-24 17:49:39 +02:00
Maxence Moutoussamy e642365613
Fix panic when getting certificates with non-existing store
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2022-05-19 17:12:08 +02:00
Romain ac4086d0ac
Fix TCP-TLS/HTTPS routing precedence
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2022-05-19 16:44:14 +02:00
Kevin Pollet d5ff301d90
Support certificates configuration in TLSStore CRD
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2022-05-19 16:42:09 +02:00
Douglas De Toni Machado 575d4ab431
Fix initial tcp lookup when address is not available 2022-05-19 16:40:09 +02:00
Ludovic Fernandez ede2be1f66
fix: skip Provide when TLS is nil 2022-05-19 15:00:16 +02:00
Baptiste Mayelle 86cc6df374
feat: use dedicated entrypoint for the tunnels
Co-authored-by: Fernandez Ludovic <[ldez@users.noreply.github.com](mailto:ldez@users.noreply.github.com)>
2022-05-18 17:22:08 +02:00
Kenny Root 3ac708ddcb
Fix log statement for ExternalName misconfig 2022-05-16 10:00:08 +02:00
Tom Moulard ae6e844143
Support URL replacement in errors middleware 2022-05-10 11:00:09 +02:00