1445 Commits

Author SHA1 Message Date
Asger Hautop Drewsen
284d665aa0
docs: Format more HTTP headers as code 2025-09-29 13:50:04 +01:00
Darkangeel_hd
7e3dbc22f7
Fix typo in rules and priority documentation 2025-09-23 08:22:06 +01:00
Sheddy
53df34e070
docs: add govern section 2025-09-22 13:38:05 +01:00
Evgenii Domashenkin
e4f0f7be35
ServersTransport: set minimum MaxIdleConnsPerHost=-1 2025-09-22 10:54:04 +01:00
Nicolas Mengin
660acf3b42
Create Traefik Service CRD sub-resource documentation page. 2025-09-17 14:56:06 +02:00
Harold Ozouf
fed86bd816
Refactor plugins system 2025-09-16 16:16:07 +02:00
Matteo Bongiovanni
ffd01fc88a
Fix conflict in IngressRouteTCP documentation 2025-09-16 10:50:05 +02:00
Mark Ormesher
f9f825163a
fix config examples in entrypoints.md 2025-09-12 09:44:04 +02:00
Michel Loiseleur
cff924f4fd
Fix broken links in documentation 2025-09-11 14:48:04 +02:00
Sheddy
01bc0a0a0a
Add New Secure Section to the Documentation 2025-09-11 09:44:04 +02:00
Nicolas Mengin
c294b87a45
Add an anchor on the options names. 2025-09-09 17:26:05 +02:00
Simon Delicata
e2282b1379
Add GenericCLF log format for access logs 2025-09-08 11:24:05 +02:00
Sheddy
a051f20876
Add redis options to ratelimit middleware & Include distributed rate limit middleware 2025-09-05 11:16:04 +02:00
Sheddy
e96034f494
Fix broken links in KV store documentation 2025-09-04 11:16:04 +02:00
Bilal Budhani
f685b3f258
Fixes typo for Swarm mode in CLI example 2025-09-04 09:22:04 +02:00
Michel Loiseleur
7ab17d228f
Fixes typo for OCSP in CLI example 2025-09-03 10:28:04 +02:00
Chris Gatt
cc7f409d46
Fix path for access-logs header config 2025-09-01 10:50:04 +02:00
Vincent Bernat
19ed2346cb
Fix link to HTTP3 section in documentation 2025-09-01 09:25:04 +02:00
Romain
f9fbcfbb42
Send proxy protocol header before TLS handshake
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2025-08-29 12:30:04 +02:00
romain
c2db9db1aa Merge branch v2.11 into v3.5 2025-08-26 17:35:37 +02:00
Sheddy
0bf6442c5d
Update Broken Links in the Migration Docs 2025-08-26 15:10:04 +02:00
Nicolas Mengin
1997bc7432
Clean Documentation 2025-08-25 14:35:04 +02:00
Copilot
8ac8473554
Fix missing middleware application for whoami service in docker guide 2025-08-22 17:20:04 +02:00
Firespray-31
50f95dd909
Fix documentation to match new gateway-api selector syntax 2025-08-21 15:30:07 +02:00
ignyx
c60815ed08
Fix typo in index 2025-08-13 09:20:04 +02:00
Michel Loiseleur
aac3d70fa1
Fix invalid links in documentation 2025-08-12 15:38:05 +02:00
Ludovic Fernandez
c820d18ada
Bump github.com/go-acme/lego/v4 to v4.25.2 2025-08-11 14:44:05 +02:00
Romain
16c536e83a
Restore missing migration section 2025-08-04 16:52:04 +02:00
kevinpollet
1827652258
Merge branch v2.11 into v3.5 2025-08-01 16:42:28 +02:00
Michel Loiseleur
bcdb70b689
Fix invalid links in documentation 2025-08-01 11:34:05 +02:00
Michele Mancioppi
860159315d
Fix mispelling in docs 2025-07-31 15:48:05 +02:00
romain
a274f52924 Merge branch v3.4 into v3.5 2025-07-29 17:10:28 +02:00
Sheddy
cf1e582af5
Add Traefik Hub Middlewares To Reference Section 2025-07-29 16:02:52 +02:00
Jesper Noordsij
9896192efb
Update releases docs for v3.5 2025-07-29 16:00:06 +02:00
Sheddy
ba0f7364f1
Update Migration Docs 2025-07-24 18:06:04 +02:00
Sheddy
40bdea4db8
chore: add extend documentation 2025-07-24 17:58:04 +02:00
Ludovic Fernandez
c0edcc09bb
Bump github.com/go-acme/lego/v4 to v4.25.1 2025-07-24 09:54:05 +02:00
romain
2dcc1c16b7 Merge branch v3.4 into v3.5 2025-07-23 14:38:33 +02:00
Romain
43162507e3
Add a note for the removal of default MPTCP enablement in the migration guide 2025-07-23 12:04:04 +02:00
bluepuma77
2ed2123fc0
Add constraints key limitations for label providers 2025-07-23 11:40:04 +02:00
Nicolas Mengin
117e0b4471
Add extended NGinX annotation support documentation 2025-07-23 09:30:05 +02:00
Landry Benguigui
028e8ca0b0
Revert 11711 adding url param to healthcheck command 2025-07-22 17:10:05 +02:00
romain
6486cf95d8 Merge branch v2.11 into v3.4 2025-07-22 16:11:58 +02:00
Jesper Noordsij
50931813f2
Remove all mentions of ordering for TLSOption CurvePreferences field 2025-07-22 15:44:05 +02:00
Romain
b2b4b66b08
Disable MPTCP by default
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2025-07-22 11:10:05 +02:00
Kevin Pollet
78cc85283c
Add k8s resource attributes automatically
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2025-07-21 12:06:04 +02:00
Kevin Pollet
7b78128d4e
Add resourceAttributes option to OTel metrics
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2025-07-18 17:08:04 +02:00
Romain
8c23eb6833
Introduce trace verbosity config and produce less spans by default 2025-07-18 15:32:05 +02:00
Adrien Kunysz
f2b7d7f6e1
Fix typo 2025-07-17 15:28:05 +02:00
kevinpollet
ff992fb7f9
Merge branch v3.4 into v3.5 2025-07-11 10:29:18 +02:00