Jon Carl
0909a61ea3
Docs: Add CPU usage note for --metrics-per-undefined-host
. ( #12309 )
2024-11-04 22:21:28 +00:00
Aleksa Cukovic
440575e151
Docs: fix limit-rate-after references ( #12277 )
2024-10-31 19:29:26 +00:00
Fedello
162e3932a2
Docs: Clarify external & service port in TCP/UDP services explanation. ( #12172 )
2024-10-15 14:28:21 +01:00
Marco Ebert
8b9abd207b
Release controller v1.12.0-beta.0/v1.11.3/v1.10.5 & chart v4.12.0-beta.0/v4.11.3/v4.10.5. ( #12166 )
2024-10-15 10:48:22 +01:00
Marco Ebert
75c77e5dc3
Metrics: Disable by default. ( #12095 )
2024-10-07 20:34:22 +01:00
Marco Ebert
c9aa724f6d
Tests & Docs: Bump e2e-test-echo
to v1.0.1. ( #12143 )
2024-10-07 21:26:18 +02:00
Marco Ebert
d0827a6c90
Tests & Docs: Bump images. ( #12118 )
2024-10-06 01:12:04 +01:00
James Strong
114421f94c
Docs: Add a multi-tenant warning. ( #12091 )
2024-10-04 13:48:58 +02:00
Marco Ebert
3f6e6aef78
Images: Remove OpenTelemetry. ( #12024 )
2024-09-29 17:31:04 +02:00
Marco Ebert
f369ffb073
Chart: Improve CI. ( #12003 )
2024-09-28 14:40:02 +01:00
Long Wu Yuan
8d6435b8a0
Docs: Add health check annotations for AWS. ( #12018 )
2024-09-26 12:02:01 +01:00
Marco Ebert
883c09fb57
Docs: Convert opentelemetry.md
from CRLF to LF. ( #12005 )
2024-09-22 08:33:58 +01:00
Marco Ebert
027603927b
Chart: Remove Pod Security Policy. ( #11971 )
2024-09-15 17:03:24 +02:00
Long Wu Yuan
0b98b1783e
Docs: Add note about --watch-namespace
. ( #11947 )
2024-09-08 06:15:20 +01:00
Marco Ebert
8d0e2ef9f4
Images: Use latest Alpine 3.20 everywhere. ( #11944 )
2024-09-07 19:51:20 +01:00
Nathan Baulch
4f23049374
Fix minor typos ( #11935 )
2024-09-06 15:59:43 +01:00
Adam Sunderland
2cec24143d
Allow any protocol for cors origins ( #11153 )
...
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2024-08-31 16:26:45 +01:00
Marco Ebert
e9f6c8e8f2
Security: Follow-up on recent changes. ( #11874 )
2024-08-26 21:09:16 +01:00
Marco Ebert
bde6a6bc3e
Lua: Remove plugins from .luacheckrc
& E2E docs. ( #11872 )
2024-08-26 21:18:18 +02:00
Jon Carl
034c3ccad4
Metrics: Add --metrics-per-undefined-host
argument. ( #11818 )
...
Signed-off-by: Jon Carl <grounded042@joncarl.com>
2024-08-26 20:09:11 +01:00
Seonghyeon Cho
8b20427d02
Update maxmind post link about geolite2 license changes ( #11861 )
...
Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
2024-08-25 21:12:02 +01:00
Ricardo Katz
21cd966d1c
Remove global-rate-limit feature ( #11851 )
2024-08-25 21:03:29 +01:00
lou-lan
24450ea509
Add custom code handling for temporal redirect ( #10651 )
...
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2024-08-23 21:10:20 +01:00
Sebastian Rabenhorst
ffee96c58c
Add native histogram support for histogram metrics ( #9971 )
...
Co-authored-by: Ricardo Katz <rikatz@users.noreply.github.com>
2024-08-23 17:32:48 +01:00
Ricardo Katz
7b4e4e2fa1
Enable security features by default ( #11819 )
2024-08-23 04:45:51 +01:00
Ricardo Katz
3bec99ecfc
Remove 3rd party lua plugin support ( #11821 )
2024-08-21 14:54:29 +01:00
Ricardo Katz
cf8e374290
Auto-generate annotation docs ( #11820 )
2024-08-18 16:13:18 -07:00
chengjoey
eee2760907
Metrics: Remove ingress_upstream_latency_seconds
. ( #11795 )
...
Signed-off-by: joey <zchengjoey@gmail.com>
2024-08-16 01:53:12 -07:00
Marco Ebert
d70b849d25
Release controller v1.11.2/v1.10.4 & chart v4.11.2/v4.10.4. ( #11816 )
2024-08-16 09:25:07 +02:00
Marco Ebert
004321e265
Tests & Docs: Bump images. ( #11803 )
...
* Tests: Bump CFSSL.
* Docs: Bump Custom Error Pages.
* Tests: Bump FastCGI HelloServer.
* Tests: Bump HTTPBun.
* Docs: Bump OpenTelemetry.
2024-08-14 10:55:17 -07:00
Gaston Festari
2e3c2c121d
Docs: Fix typo in AWS LB Controller reference ( #11723 )
2024-08-02 08:59:07 -07:00
dvglab
c6e86c86dc
Docs: Fix from-to-www
redirect description. ( #11712 )
2024-08-01 03:28:03 -07:00
Chakrit Wichian
e1d81b7818
Docs: Clarify from-to-www
redirect direction. ( #11682 )
...
* docs: Clarify from-to-www redirect direction.
This was not clear to me when reading the docs whether the ingress will
redirect from non-www to with-www or the reverse. It's also not very
clear from just grepping around the codebase. I found the answer by
reading from this reddit link:
https://www.reddit.com/r/kubernetes/comments/pbl033/k8s_ingress_redirecting_www_to_nonwww_domains/
So, to save time for other people doing the same, which I assumes is a
lot of people since it's a common scenario, this little revision in the
docs is warranted.
* Docs: Implement suggestion.
---------
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
2024-07-29 01:28:45 -07:00
Long Wu Yuan
a4ffcfb3d8
added real-client-ip faq ( #11663 )
2024-07-21 09:39:46 -07:00
Marco Ebert
879747a92f
Docs: Format NGINX configuration table. ( #11659 )
2024-07-21 03:12:51 -07:00
Marco Ebert
56dbba3288
Release controller v1.11.1/v1.10.3 & chart v4.11.1/v4.10.3. ( #11654 )
2024-07-18 23:31:10 +02:00
apiwat-chantawibul
60bb8b351c
Fix indent in YAML for example pod ( #11598 )
2024-07-12 00:47:03 -07:00
James Strong
b6fa279c0c
Release Notes 1.11.0 and chart 4.11.0
...
Signed-off-by: James Strong <strong.james.e@gmail.com>
2024-07-08 14:28:53 -04:00
kiblik
f0787c3027
Docs: Specify ingressClass
for multi-controller setup. ( #11493 )
2024-07-01 11:11:46 +02:00
Marco
0abc9eaff1
Docs: Improve default certificate usage. ( #11504 )
2024-07-01 11:09:09 +02:00
JesseBot
6087e04cb1
Upgrade OWASP_MODSECURITY_CRS_VERSION 3.3.5 to 4.4.0 and update docs ( #11511 )
...
Signed-off-by: jessebot <jessebot@linux.com>
2024-07-01 11:05:15 +02:00
g1franc
5784be2784
Update getting-started.md with new prerequisites ( #11486 )
2024-06-19 02:20:42 -07:00
Yoofi Quansah
e3750b78de
Fix boolean configuration ( #11483 )
...
* chore: fix booleans to all have quotes around their values
Signed-off-by: Yoofi Quansah <ybquansah@gmail.com>
* Revert "chore: fix booleans to all have quotes around their values"
This reverts commit 7d91e4d9ed
.
* chore: fix default values for boolean configuration
Signed-off-by: Yoofi Quansah <ybquansah@gmail.com>
---------
Signed-off-by: Yoofi Quansah <ybquansah@gmail.com>
2024-06-18 09:38:39 -07:00
Long Wu Yuan
8ca27e7ee9
fixed fastcgi userguide ( #11454 )
2024-06-12 00:38:56 -07:00
Long Wu Yuan
ec296594c7
fix for docs issue 11432 ( #11433 )
2024-06-09 15:53:14 -07:00
Vadim Bauer
d49833be1d
Update index.md ( #11437 )
...
add section about how to setup the proxy protocol for scaleway
2024-06-09 08:29:50 -07:00
Jérémie Tarot
1d34930180
Fix helm install on cloud provider admonition block ( #11394 )
...
* Fix helm install on cloud provider admonition block
* Add missing admonition type.
* Format link to AWS LB controller.
* Add nested YAML code block for annotations example
* Add a couple of line breaks for breathing and structure
* Fix admonition block title
* Another try
* Should be nice now
2024-05-29 09:56:32 -07:00
Long Wu Yuan
f22d5b90e8
edited helm-install tips ( #11393 )
2024-05-29 05:04:03 -07:00
Long Wu Yuan
5fea717bdb
added info for aws helm install ( #11390 )
2024-05-29 01:24:22 -07:00
Long Wu Yuan
8f4f15f8e3
added multiplecontrollers-howto to faq ( #11389 )
2024-05-29 00:41:45 -07:00