Wouter Dullaert
|
456df0fc19
|
feat: Add ServersTransport annotation to k8s ingress provider
|
2021-05-28 17:38:46 +02:00 |
|
Tom Moulard
|
526f493e12
|
Removes headers middleware options
|
2021-05-28 09:24:14 +02:00 |
|
Tom Moulard
|
5632ee6378
|
Deprecates ssl redirect headers middleware options
|
2021-05-28 08:50:09 +02:00 |
|
Tom Moulard
|
56f845c71a
|
gatewayapi: adding support for TCPRoute and TLSRoute
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
|
2021-05-20 11:50:12 +02:00 |
|
Manuel Zapf
|
e1e1fd640c
|
Upgrade IngressClass to use v1 over v1Beta on Kube 1.19+
|
2021-05-17 16:50:09 +02:00 |
|
Ludovic Fernandez
|
63ef0f1cee
|
Add plugin's support for provider
Co-authored-by: Julien Salleyron <julien@traefik.io>
|
2021-05-11 16:14:10 +02:00 |
|
Henning
|
de2437cfec
|
kubernetes: remove logging of changed object with cast
|
2021-05-10 09:42:06 +02:00 |
|
Luca Berneking
|
32e08f3510
|
Add k8s provider option to create services without endpoints
|
2021-05-06 18:12:10 +02:00 |
|
Jorge Arco
|
080cf98e51
|
Add router metrics
|
2021-04-30 10:22:04 +02:00 |
|
Tom Moulard
|
dc8d5ef744
|
Add a mechanism to format the sticky cookie value
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
|
2021-04-29 17:56:03 +02:00 |
|
Joel Berger
|
70a02158e5
|
Add wildcard hostname rule to kubernetes gateway
|
2021-04-29 17:18:04 +02:00 |
|
Henning
|
ab71dad51a
|
[kubernetes] ignore empty endpoint changes
|
2021-04-29 16:20:03 +02:00 |
|
Tom Moulard
|
ac486d3d1d
|
Merge current branch v2.4 into master
|
2021-04-21 11:39:53 +02:00 |
|
Martin Vizvary
|
5814ba5322
|
Kubernetes ingress provider to search via all endpoints
|
2021-04-15 18:16:04 +02:00 |
|
Kevin Crawley
|
be81ce244e
|
Error span on 5xx only
|
2021-04-14 12:20:03 +02:00 |
|
Jean-Baptiste Doumenjou
|
cb4fb973b2
|
Merge current branch v2.4 into master
|
2021-03-31 09:43:04 +02:00 |
|
Tom Moulard
|
513f6e9a68
|
Remove error when HTTProutes is empty
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
|
2021-03-30 16:32:03 +02:00 |
|
jcuzzi
|
d13d078351
|
Add ability to disable HTTP/2 in dynamic config
|
2021-03-29 14:32:03 +02:00 |
|
Sylvain Rabot
|
31a5f3591f
|
Allow to define datadogs metrics endpoint with env vars
|
2021-03-23 17:48:04 +01:00 |
|
HMH
|
8947f85ddd
|
Improve host name resolution for TCP proxy
|
2021-03-23 11:24:03 +01:00 |
|
Romain
|
a513a05b7a
|
Raise errors for non-ASCII domain names in a router's rules
|
2021-03-22 21:16:04 +01:00 |
|
Tom Moulard
|
1e716a93ff
|
Adding an option to (de)activate Pilot integration into the Traefik dashboard
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
|
2021-03-22 19:18:04 +01:00 |
|
Manuel Zapf
|
29908098e4
|
Upgrade Ingress Handling to work with networkingv1/Ingress
|
2021-03-15 11:16:04 +01:00 |
|
Jean-Baptiste Doumenjou
|
08e6ae07af
|
Update to gateway-api v0.2.0
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
|
2021-03-15 09:44:03 +01:00 |
|
Jean-Baptiste Doumenjou
|
702e301990
|
Merge current branch v2.4 into master
|
2021-03-09 12:05:08 +01:00 |
|
Ludovic Fernandez
|
09d5f59701
|
fix: double close chan on TLS challenge
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
|
2021-03-08 11:18:04 +01:00 |
|
Julien Salleyron
|
3c8675bb8b
|
Fix flaky tests.
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
|
2021-03-08 09:58:04 +01:00 |
|
Marc Vertes
|
e898080460
|
feature: tune transport buffer size to increase performance
|
2021-03-05 14:30:04 +01:00 |
|
Romain
|
bdba7d3adf
|
Update to go1.16
|
2021-03-04 20:08:03 +01:00 |
|
Ludovic Fernandez
|
2e7833df49
|
chore: update linter.
|
2021-03-04 09:02:03 +01:00 |
|
Jean-Baptiste Doumenjou
|
992d4c1b94
|
Upgrade the CRD version from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
|
2021-03-03 15:32:04 +01:00 |
|
Tom Moulard
|
e658712d53
|
Filter ingress class resources by name
Co-authored-by: SantoDE <manuel.zapf@traefik.io>
|
2021-03-02 21:34:03 +01:00 |
|
Julien Salleyron
|
dd0701dd16
|
fix: wait for file and internal before applying configurations
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
|
2021-02-25 17:20:04 +01:00 |
|
romain
|
438eec720a
|
Merge v2.4 into master
|
2021-02-22 09:40:24 +01:00 |
|
Manuel Zapf
|
bae28c5f57
|
Only allow iframes to be loaded from our domain
|
2021-02-18 14:54:03 +01:00 |
|
romain
|
1b21f0723f
|
Merge v2.4 into master
|
2021-02-16 11:12:09 +01:00 |
|
Jean-Baptiste Doumenjou
|
951d61bfcd
|
Apply content type exclusion on response
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
|
2021-02-12 12:12:03 +01:00 |
|
Ludovic Fernandez
|
5597d7633d
|
Fix TLS challenge timeout and validation error
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
|
2021-02-11 16:32:03 +01:00 |
|
Jean-Baptiste Doumenjou
|
d211437d6c
|
Merge v2.4 into master
|
2021-02-04 10:40:53 +01:00 |
|
Jean-Baptiste Doumenjou
|
7996a42f76
|
Allow crossprovider service reference
Co-authored-by: Harold Ozouf <harold.ozouf@gmail.com>
|
2021-02-02 19:36:04 +01:00 |
|
Jean-Baptiste Doumenjou
|
447c3567b4
|
Fix the redirect entrypoint default priority
|
2021-02-02 17:42:04 +01:00 |
|
Ludovic Fernandez
|
bf4a578bbb
|
fix: infinite loop in forwarded header middleware.
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
|
2021-02-02 11:40:04 +01:00 |
|
Romain
|
c53033a778
|
Fix aggregator test comment
|
2021-02-01 16:50:03 +01:00 |
|
Rémi BUISSON
|
ea8642e2a1
|
fix: reduce pressure of pilot services when errors occurs
|
2021-02-01 14:42:04 +01:00 |
|
Harold Ozouf
|
96a3468791
|
Fix servers transport not found
|
2021-02-01 12:36:03 +01:00 |
|
Harold Ozouf
|
2065f4c003
|
Fix HTTP challenge router unexpected delayed creation
|
2021-01-28 16:16:05 +01:00 |
|
LandryBe
|
9a931e4dc9
|
fix: add support for multiple ingress classes
|
2021-01-28 15:08:04 +01:00 |
|
Gabe Levasseur
|
49ec62c757
|
Fix refresh interval option description in consulcatalog provider
|
2021-01-28 11:10:04 +01:00 |
|
Ludovic Fernandez
|
a371f971fb
|
chore: update linter.
|
2021-01-28 09:00:03 +01:00 |
|
kevinpollet
|
2461e36ed4
|
Merge branch v2.4 into master
|
2021-01-25 12:42:23 +01:00 |
|