Skip to content

Releases: wallarm/ingress

5.1.1+upstream4.9.0

07 Nov 21:49
0c18b67
Compare
Choose a tag to compare

What's Changed

5.1.0+upstream4.9.0

05 Nov 16:23
3cb2b6d
Compare
Choose a tag to compare

What's Changed

  • Over-limit events improvements
  • APIFW version 0.8.3
    • [bug fix] Introduced a way to illuminate the possibility for attackers to bypass APIFW protection
    • Added new APIFW configurable parameters in the helm chart
  • wallarm_attack_type / wallarm_attack_type_list NGINX variables now properly show APIFW attacks
  • [init container] Reduced memory usage during node registration
  • [bug fix]Wallarm solution turn on/off switch in Helm values now triggers pod redeployment properly to avoid unnecessary containers during the Helm upgrade process

4.10.13+upstream4.9.0

14 Oct 13:21
f211fd5
Compare
Choose a tag to compare
  • Fixed memory leak on duplicate response headers in libproton (initially introduced in 4.8)
  • Fixed memory leak in libwacl on IP addresses that are not in acldb but have known source (initially introduced in 4.8)
  • Backported API Discovery fix of errors on missing status code

5.0.3+upstream4.9.0

11 Oct 16:31
aea6444
Compare
Choose a tag to compare

5.0.2+upstream4.9.0

18 Sep 14:20
097944d
Compare
Choose a tag to compare
  • fixed installation fails without AAS subscription
  • fixed export attack delay metric

5.0.1+upstream4.9.0

21 Aug 12:12
14e98f4
Compare
Choose a tag to compare
  • The supplementary Ruby code used in the node was replaced with Golang

4.10.9+upstream4.9.0

19 Jul 18:13
6499e11
Compare
Choose a tag to compare

4.10.8+upstream4.9.0

12 Jul 16:08
b205779
Compare
Choose a tag to compare

4.10.7+upstream4.9.0

03 Jul 12:41
bc9f2b4
Compare
Choose a tag to compare
  • Fixed the syncnode issue Could not update (TypeError): no implicit conversion of nil into String that sometimes appeared when registering a node in Wallarm Cloud using a node token
  • Optimized OpenAPI data type detection by the API Discovery module
  • Upgraded the controller to Go 1.21.11 for the CVE-2024-24790 fix

4.10.6+upstream4.9.0

22 May 13:34
65c1bf5
Compare
Choose a tag to compare
  • Added the controller.wallarm.container_name.extraEnvs chart values to allow passing additional environment variables to Docker containers utilized by the solution

  • Enhanced OpenAPI data type detection by the API Discovery module

  • Introduced the wallarm_http_v2_stream_max_len directive to control the maximum length of HTTP/2 streams, helping prevent excessive memory consumption in long-lived gRPC connections

    To apply this directive during Ingress controller deployment, include it in the controller.config.http-snippet, server-snippet, or location-snippet values. Alternatively, use the nginx.ingress.kubernetes.io/server-snippet Ingress annotation.

  • Resolved a memory leak issue where memory continued to be consumed after an overlimit attack was triggered, even when no further attack checks were conducted