romain
|
c09d3fb03c
|
Merge branch v3.5 into master
|
2025-09-09 17:47:13 +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 |
|
Nelson Isioma
|
fc0fac8543
|
Add passive health checks
|
2025-08-21 11:40:06 +02:00 |
|
shreealt
|
3b33ffa245
|
Make app protocol case insensitive
|
2025-08-20 16:00:08 +02:00 |
|
romain
|
2dcc1c16b7
|
Merge branch v3.4 into v3.5
|
2025-07-23 14:38:33 +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
|
8c23eb6833
|
Introduce trace verbosity config and produce less spans by default
|
2025-07-18 15:32:05 +02:00 |
|
kevinpollet
|
ff992fb7f9
|
Merge branch v3.4 into v3.5
|
2025-07-11 10:29:18 +02:00 |
|
Simon Delicata
|
cdacf0bca8
|
Respect service.nativelb=false annotation when nativeLBByDefault is enabled
|
2025-07-08 11:58:04 +02:00 |
|
Romain
|
9862cd6780
|
Prepare release v3.5.0-rc1
|
2025-06-26 16:44:04 +02:00 |
|
Romain
|
9bd5c61782
|
NGINX Ingress Provider
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-06-23 18:06:04 +02:00 |
|
kevinpollet
|
289d6e5dca
|
Merge branch v3.4 into master
|
2025-06-02 17:01:46 +02:00 |
|
romain
|
bd4bfd8919
|
Merge branch v2.11 into v3.4
|
2025-06-02 15:50:06 +02:00 |
|
Kevin Pollet
|
cd16321dd9
|
Bump to go1.24
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
|
2025-06-02 10:36:05 +02:00 |
|
kevinpollet
|
be0b54bade
|
Merge branch v2.11 into v3.4
|
2025-05-23 16:16:18 +02:00 |
|
Romain
|
b669981018
|
Fix panic for ingress with backend resource
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-05-23 14:56:05 +02:00 |
|
Romain
|
76153acac6
|
Fix CEL validation for RootCA in ServersTransport
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-05-23 11:34:05 +02:00 |
|
Charlie Chiang
|
4790e4910f
|
Make the behavior of prefix matching in Ingress consistent with Kubernetes doc
|
2025-05-20 14:40:05 +02:00 |
|
mmatur
|
8c6ed23c5f
|
Merge branch v3.4 into master
|
2025-05-14 09:55:58 +02:00 |
|
Michael
|
3ee316c5bb
|
Fix incorrect case and missing rbac in documentation
|
2025-05-13 11:04:05 +02:00 |
|
kevinpollet
|
a092c4f535
|
Merge branch v3.4 into master
|
2025-04-18 16:42:34 +02:00 |
|
kevinpollet
|
9c1902c62e
|
Merge branch v3.3 into v3.4
|
2025-04-18 11:49:36 +02:00 |
|
Kevin Pollet
|
2d617b3a65
|
Remove default load-balancing strategy from CRD
|
2025-04-18 10:58:04 +02:00 |
|
romain
|
f6fb240eb6
|
Merge branch v2.11 into v3.3
|
2025-04-17 16:18:33 +02:00 |
|
Ludovic Fernandez
|
f794f8a294
|
chore: update linter
|
2025-04-11 10:56:05 +02:00 |
|
Swastik Sarkar
|
d7d0017545
|
Add unhealthy Interval to the health check configuration
|
2025-04-09 10:10:05 +02:00 |
|
Jesper Noordsij
|
bb8dfa568a
|
Restrict regex validation of HTTP status codes for Ingress CRD resources
|
2025-04-08 09:38:04 +02:00 |
|
Kevin Pollet
|
405be420c9
|
Prepare release v3.4.0-rc1
|
2025-03-31 15:42:05 +02:00 |
|
Avdhoot Dendge
|
f0cd6f210b
|
Add support to disable session ticket
|
2025-03-28 10:58:04 +01:00 |
|
Romain
|
bb7ef7b48a
|
Deprecate defaultRuleSyntax and ruleSyntax options
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-03-21 11:02:04 +01:00 |
|
Nelson Isioma
|
ae4a00b4bc
|
Allow root CA to be added through config maps
|
2025-03-11 15:38:05 +01:00 |
|
kevinpollet
|
30fe11eccf
|
Merge branch v3.3 into master
|
2025-03-10 16:48:27 +01:00 |
|
Romain
|
9e029a84c4
|
Add p2c load-balancing strategy for servers load-balancer
Co-authored-by: Ian Ross <ifross@gmail.com>
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-03-10 12:12:04 +01:00 |
|
longquan0104
|
550d96ea67
|
Add Redis rate limiter
|
2025-03-10 11:02:05 +01:00 |
|
Romain
|
3c99135bf9
|
Set scheme to https with BackendTLSPolicy
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
|
2025-03-07 16:56:04 +01:00 |
|
Michel Loiseleur
|
c166a41c99
|
Improve CEL validation on Ingress CRD resources
|
2025-03-06 15:48:04 +01:00 |
|
Jorge
|
740b4cfd25
|
Support domain configuration for sticky cookies
|
2025-03-06 09:38:04 +01:00 |
|
Daniel Peinhopf
|
fa76ed57d3
|
Support rewriting status codes in error page middleware
|
2025-03-03 11:54:04 +01:00 |
|
kevinpollet
|
786d9f3272
|
Merge branch v3.3 into master
|
2025-01-31 16:23:49 +01:00 |
|
Harold Ozouf
|
d04e2d717c
|
Add missing headerField in Middleware CRD
|
2025-01-31 14:28:06 +01:00 |
|
Shivam Saxena
|
2afa03b55c
|
Add option to preserve request method in forwardAuth
|
2025-01-23 14:28:04 +01:00 |
|
Augusto Zanellato
|
2b6a04bc1d
|
Set rule priority in Gateway API TLSRoute
|
2025-01-23 11:46:04 +01:00 |
|
mlec
|
6d3a685d5a
|
Add ingress status for ClusterIP and NodePort Service Type
|
2025-01-03 16:10:04 +01:00 |
|
mmatur
|
34aa3b75b8
|
Merge current v3.2 into v3.3
|
2025-01-03 15:07:43 +01:00 |
|
Romain
|
139f929ec8
|
Support empty value for core Kubernetes API group
|
2025-01-03 09:56:04 +01:00 |
|
mmatur
|
d152f7fafc
|
Merge current v3.2 into v3.3
|
2025-01-02 19:32:34 +01:00 |
|
mmatur
|
ee449db656
|
Merge current v2.11 into v3.2
|
2025-01-02 17:15:11 +01:00 |
|
Kevin Pollet
|
109a8712cc
|
Update copyright for 2025
|
2025-01-02 12:08:04 +01:00 |
|
kevinpollet
|
a1099bf8d0
|
Merge branch v3.2 into v3.3
|
2024-12-20 15:55:24 +01:00 |
|