Sheddy
|
edd7d2eb33
|
Service-level Middleware Documentation
|
2026-05-04 13:56:05 +02:00 |
|
Kangmin Kim
|
2433b18fef
|
Add limit-connections support
|
2026-04-29 16:22:06 +02:00 |
|
mmatur
|
de40e88d31
|
Merge branch v3.6 into v3.7
|
2026-04-29 15:25:50 +02:00 |
|
mmatur
|
59357eeaf8
|
Merge branch v2.11 into v3.6
|
2026-04-29 12:45:03 +02:00 |
|
Nicolas Mengin
|
08ecb17a36
|
Delete the coming soon section from the ingress-nginx documentation
|
2026-04-24 16:06:11 +02:00 |
|
mmatur
|
da808bda43
|
Merge branch v3.6 into v3.7
|
2026-04-22 11:27:30 +02:00 |
|
Kevin Pollet
|
6161e3040c
|
Document the rd parameter behavior for the auth-signin annotation
|
2026-04-21 16:26:08 +02:00 |
|
Kevin Pollet
|
53752744d5
|
Deprecate ForwardAuth.TrustForwardHeader option
|
2026-04-21 11:00:07 +02:00 |
|
mmatur
|
4aea15feea
|
Merge v2.11 into v3.6
|
2026-04-20 11:19:04 +02:00 |
|
Michael
|
eb22d72b48
|
Resolve NGINX variables in ingress-nginx upstream-vhost annotation
|
2026-04-16 12:14:10 +02:00 |
|
Murat Aslan
|
091d13b5e4
|
Make SameSite cookie value case-insensitive
|
2026-04-09 17:10:13 +02:00 |
|
Rajakavitha Kodhandapani
|
79ec5fd65e
|
Update ingressroute.md
|
2026-04-09 16:40:07 +02:00 |
|
Morten Victor Nordbye
|
d31ce5df13
|
Support multiple certificateRefs in Gateway API listeners
|
2026-04-07 10:46:07 +02:00 |
|
Omar
|
f964291f02
|
Support nginx.ingress.kubernetes.io/enable-access-log
|
2026-04-02 11:50:07 +02:00 |
|
Julien Salleyron
|
9d9f0d465d
|
Add providers routing precedence configuration
Co-authored-by: Mathis Urien <contact.lbf38@gmail.com>
|
2026-04-02 09:08:05 +02:00 |
|
Kangmin Kim
|
ea7f300c85
|
feat(provider/k8s/ingress-nginx): add limit-burst-multiplier annotation support
|
2026-03-31 17:24:07 +02:00 |
|
Julien Salleyron
|
ea92a3e150
|
Add wildcard host in Host and HostSNI matchers
|
2026-03-31 16:14:06 +02:00 |
|
kevinpollet
|
b4aa35e0fb
|
Merge branch v3.6 into v3.7
|
2026-03-26 11:19:51 +01:00 |
|
parkerfath
|
8eb4d34294
|
Clarify doc: NGINX Ingress watchNamespace watches only one namespace
|
2026-03-26 09:14:09 +01:00 |
|
Sheddy
|
cf29feb81c
|
Improve Kubernetes Ingress Routing Documentation
|
2026-03-25 16:52:05 +01:00 |
|
Michel Loiseleur
|
f5eb6c9de5
|
Remove hidden files in documentation
|
2026-03-25 16:40:07 +01:00 |
|
LBF38
|
444e096d3c
|
Change default maxRequestBodyBytes option value of retry middleware
|
2026-03-19 15:52:06 +01:00 |
|
kevinpollet
|
86db5c2777
|
Merge branch v3.6 into v3.7
|
2026-03-19 11:29:37 +01:00 |
|
Julien Salleyron
|
a06eca2b99
|
Add support for auth-snippet
Co-authored-by: Mathis Urien <contact.lbf38@gmail.com>
|
2026-03-18 09:06:05 +01:00 |
|
Michael
|
4fe0bea069
|
Bump sigs.k8s.io/gateway-api to v1.5.1
|
2026-03-17 17:10:12 +01:00 |
|
Sheddy
|
154fcf86ae
|
Remove unsupported servers[n].address from TCP label examples
|
2026-03-17 11:22:05 +01:00 |
|
romain
|
d1a6841275
|
Merge branch v3.6 into v3.7
|
2026-03-16 16:44:07 +01:00 |
|
idurgakalyan
|
f66b616aeb
|
Support knative v1.20.0
|
2026-03-16 14:12:06 +01:00 |
|
Michael
|
67c64ed9b2
|
Prepare release v3.7.0-ea.1
|
2026-03-12 07:26:04 -03:00 |
|
Diego Monti
|
65cca1291d
|
Fix unnecessary escaping of pipe in regexp examples
|
2026-03-11 10:50:05 -03:00 |
|
Harold Ozouf
|
d82bcf3c74
|
Service failover support in TraefikService CRD
|
2026-03-09 12:54:05 -03:00 |
|
Nándor Kollár
|
ee07a31ae3
|
Nginx x-forwarded-prefix annotation
|
2026-03-06 13:16:04 -03:00 |
|
mmatur
|
efcc60fbdb
|
Merge branch v3.6 into master
|
2026-03-06 16:13:25 +01:00 |
|
Pierre Porée
|
469ee709d1
|
Support limit-rpm annotation for ingress-nginx
|
2026-03-06 11:42:04 -03:00 |
|
Michael
|
fc32e6dc0b
|
Fix priority display in dashboard and ACME bypass redirect
|
2026-03-06 06:04:05 -03:00 |
|
Kim Alvefur
|
d5745c3807
|
Correct documentation for Digest auth
|
2026-03-06 04:54:05 -03:00 |
|
Kangmin Kim
|
f3413f840a
|
Support limit-rps annotation for Ingress NGINX
|
2026-03-05 12:58:05 -03:00 |
|
Kevin Pollet
|
b29c804c25
|
Support NGINX canary annotations
Co-authored-by: Mathis Urien <contact.lbf38@gmail.com>
|
2026-03-05 11:54:04 -03:00 |
|
LBF38
|
b643cd1508
|
Add support for upstream-hash-by NGINX annotation
|
2026-03-04 11:10:05 -03:00 |
|
Julien Salleyron
|
d680fef7f1
|
Implement server-snippet and configuration-snippet annotations
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2026-03-04 06:24:05 -03:00 |
|
Kshitij Bharde
|
27095a3365
|
Implement proxy-http-version annotation
|
2026-03-02 12:26:05 -03:00 |
|
Kangmin Kim
|
2329de1f62
|
Support server-alias annotation for Ingress NGINX
|
2026-03-02 11:48:05 -03:00 |
|
Gina A.
|
24ac779a5c
|
Support proxy-next-upstream* annotations
|
2026-02-25 14:34:05 +01:00 |
|
Julien Salleyron
|
0aedf85236
|
Add custom-http-errors and default-backend annotations
|
2026-02-25 12:06:05 +01:00 |
|
LBF38
|
b9525e53a8
|
Add support for proxy-read-timeout and proxy-send-timeout NGINX annotations
Co-authored-by: Romain Tribotte <rtribotte@users.noreply.github.com>
|
2026-02-24 14:38:05 +01:00 |
|
Gina A.
|
0664dadfbd
|
Support auth-tls-pass-certificate-to-upstream annotation
|
2026-02-24 11:34:05 +01:00 |
|
mmatur
|
ff1a6786cd
|
Merge branch v3.6 into master
|
2026-02-23 19:24:54 +01:00 |
|
mmatur
|
13dc9a6892
|
Merge v2.11 into v3.6
|
2026-02-23 17:34:52 +01:00 |
|
LBF38
|
827f5ca8c7
|
Enable retries based on HTTP response status codes, timeout, and non-idempotent methods
Co-authored-by: Romain Tribotte <rtribotte@users.noreply.github.com>
|
2026-02-20 11:04:05 +01:00 |
|
Nicolas Mengin
|
34ce2e9dbd
|
Add temporary note to advertise the incoming NGINX annotations
|
2026-02-18 12:46:05 +01:00 |
|