Romain
3ca667a3d4
Support HTTPRoute redirect port and scheme
...
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2024-06-13 11:16:04 +02:00
Kevin Pollet
c0a2e6b4b6
Compute HTTPRoute priorities
...
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2024-05-30 09:14:04 +02:00
HalloTschuess
d65de8fe6c
Fix rule syntax version for all internal routers
2024-05-15 10:46:04 +02:00
mmatur
05be441027
Merge current v2.11 into v3.0
2024-03-12 12:08:03 +01:00
Ludovic Fernandez
1e7dbc70a0
fix: don't allow routers higher than internal ones
2024-02-15 16:40:05 +01:00
Romain
683e2ee5c6
Bring back v2 rule matchers
2024-01-23 11:34:05 +01:00
Michael
ff7966f9cd
feat: re introduce IpWhitelist middleware as deprecated
2024-01-11 10:40:06 +01:00
Ludovic Fernandez
8b47c5adf7
Remove deprecated code
2023-03-22 16:40:06 +01:00
Fernandez Ludovic
7875826bd9
Merge branch v2.10 into v3.0
2023-03-21 16:45:33 +01:00
Romain
7af9d16208
Introduce traefik.io API Group CRDs
2023-03-20 15:38:08 +01:00
bendre90
8cd4923e72
Added router priority to webui's list and detail page
2023-01-09 17:24:05 +01:00
jandillenkofer
8c98234c07
Add option to the Ingress provider to disable IngressClass lookup
2022-12-22 16:30:05 +01:00
Simon Delicata
3eeea2bb2b
Add TCP Servers Transports support
...
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2022-12-09 09:58:05 +01:00
Simon Delicata
a3e4c85ec0
Remove deprecated options
2022-11-25 10:50:06 +01:00
Julien Salleyron
fadee5e87b
Rework servers load-balancer to use the WRR
...
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-11-16 11:38:07 +01:00
longshine
1576ad85b8
Place namespace before name in router key for Ingress
2022-08-04 10:22:08 +02:00
Kevin Pollet
8e32d1913b
Update gateway api provider to v1alpha2
...
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2021-11-09 11:34:06 +01:00
Romain
76867e39ea
Fix ServersTransport reference from IngressRoute service definition
...
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2021-09-16 15:12:13 +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
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
Kevin Pollet
41d22ef17e
Improve kubernetes external name service support for UDP
2021-01-19 09:30:05 +01:00
Romain
c21597c593
Add Kubernetes Gateway Provider
...
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2020-12-15 16:40:05 +01:00
kevinpollet
eebbe64b36
Merge branch v2.3 into master
2020-12-11 10:58:00 +01:00
Romain
7ba907f261
IngressRoute: add an option to disable cross-namespace routing
...
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
2020-12-10 14:58:04 +01:00
kevinpollet
2112de6f15
Merge branch v2.3 into master
2020-11-20 11:30:07 +01:00
Romain
be0845af02
Apply labelSelector as a TweakListOptions for Kubernetes informers
2020-11-20 00:18:04 +01:00
Julien Salleyron
76f42a3013
add ServersTransport on services
2020-09-11 15:40:03 +02:00
Romain
e5e46bf4ed
Fix ipv6 handling in redirect middleware
2020-06-17 01:10:04 +02:00
Ludovic Fernandez
9012f2d6b1
fix: Ingress TLS support
...
Co-authored-by: Julien Salleyron <julien@containo.us>
2020-03-18 13:30:04 +01:00
Ludovic Fernandez
af58faafae
Drop traefik from default entry points.
2020-03-16 16:54:04 +01:00
robotte
3b85dc9618
Improve kubernetes external name service support
...
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-03-10 12:46:05 +01:00
Ludovic Fernandez
d02bb28920
Router entry points on reload.
2020-03-09 11:12:05 +01:00
Dmytro Tananayskiy
cf7f0f878a
Support mirroring request body
...
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2020-03-05 18:30:07 +01:00
Traefiker Bot
a6040c623b
Entry point redirection and default routers configuration
...
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2020-03-05 12:46:05 +01:00
Jean-Baptiste Doumenjou
665aeb34b2
Add UDP support in kubernetesCRD provider
...
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2020-02-26 12:28:05 +01:00
Ludovic Fernandez
a20a5f1a44
Improvement of the unique name of the router for Ingress.
2020-02-18 17:34:05 +01:00
Ludovic Fernandez
6b7be462b8
Add Ingress annotations support
...
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-01-14 15:48:06 +01:00
Fernandez Ludovic
da3d814c8b
Merge branch 'v2.1' into master
2020-01-07 19:13:48 +01:00
Ludovic Fernandez
b380522df8
fix: dashboard redirect loop
2019-12-24 17:36:04 +01:00
Ludovic Fernandez
9b9f4be6a4
Add KV store providers (dynamic configuration only)
...
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
2019-11-28 21:56:04 +01:00
Ludovic Fernandez
bfa61c8f67
fix: use MaxInt32.
2019-11-15 20:14:04 +01:00
mpl
f30a52c2dc
Support for all services kinds (and sticky) in CRD
...
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-11-14 19:28:04 +01:00
Ludovic Fernandez
424e2a9439
Add internal provider
...
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-11-14 16:40:05 +01:00
Michael
255e88fbf6
Fix kubernetes id name
2019-09-13 20:44:04 +02:00
Julien Salleyron
b55be9fdea
On client CloseWrite, do CloseWrite instead of Close for backend
...
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2019-09-13 17:46:04 +02:00
Julien Salleyron
34be181706
Add provider in middleware chain
2019-09-10 16:12:05 +02:00
Julien Salleyron
770b3739e0
The chain middleware in k8s use middlewareRef
2019-09-03 19:20:04 +02:00
Ludovic Fernandez
af9762cf32
Improve API for the web UI
2019-09-02 02:38:04 -07:00
Daniel Tomcej
9e3f549341
Add TLS-enabled Router
2019-08-14 10:16:06 -07:00
Fernandez Ludovic
0f32de4aa2
tests: improve timeout.
...
- upgrade k3s to v0.8.0
2019-08-12 05:06:04 -07:00