Commit Graph

661 Commits

Author SHA1 Message Date
Julien Salleyron ea92a3e150 Add wildcard host in Host and HostSNI matchers 2026-03-31 16:14:06 +02:00
Alexander Babenko f15b836c86 Support NGINX global auth annotation 2026-03-27 14:42:06 +01: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
Sheddy 4fa1f31f79 clarify CNAME explanation in ACME Documentation 2026-03-19 14:06:05 +01:00
kevinpollet 86db5c2777 Merge branch v3.6 into v3.7 2026-03-19 11:29:37 +01:00
romain b1b520b186 Merge branch v2.11 into v3.6 2026-03-18 15:51:33 +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
Gina A. c16988ebf3 Fix use-regex annotation behavior and add strictValidatePathType config for ingress-nginx provider 2026-03-16 11:38: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
Gina A. b460351f7e Add maxResponseBodySize configuration on HTTP provider 2026-03-11 10:24:05 -03:00
Harold Ozouf d82bcf3c74 Service failover support in TraefikService CRD 2026-03-09 12:54:05 -03:00
Adam Jacques b8132e00ad Allow entry points to be specified on Nginx Ingresses 2026-03-09 07:52:10 -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
Jakub Siekiera 6163601db0 Support upstream-keepalive-timeout 2026-03-03 12:22: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
Nicolas Mengin 88deb9b211 Fix API basepath option documentation 2026-02-27 12:30:05 -03:00
fuyu 3ec1ee585f Fix incorrect TOML example in entrypoints docs 2026-02-26 15:14:04 +01:00
Romain f5efe1e69b Add AllowCrossNamespaceResources and GlobalAllowedResponseHeader options to control custom headers annotations 2026-02-26 12:16:04 +01: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
Dos Moonen 0d60499f13 Add missing .http to TOML table names 2026-02-23 19:20:04 +01:00
mmatur 13dc9a6892 Merge v2.11 into v3.6 2026-02-23 17:34:52 +01:00
Gina A. 4595c7a920 Add maxResponseBodySize configuration to forwardAuth middleware 2026-02-23 11:30:06 +01:00
Apflkuacha 3d8908860f Correct encoded characters allowance in entrypoints.md 2026-02-23 09:06:04 +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
blasko03 cdd28169d3 Support NGINX buffering annotations 2026-02-17 12:30:07 +01:00
Omar 3d3aff10eb Support nginx.ingress.kubernetes.io/allowlist-source-range 2026-02-17 11:46:06 +01:00
LBF38 4c9c70b7f5 Add support for variable interpolation in auth-signin NGINX annotation 2026-02-13 16:36:05 +01:00