Skip to content

Releases: wallarm/ingress

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

4.10.5+upstream4.9.0

30 Apr 10:37
169b252
Compare
Choose a tag to compare
  • Fixed the API Abuse Prevention module logging issues

4.10.4+upstream4.9.0

19 Apr 10:25
a99f7c8
Compare
Choose a tag to compare
  • Added support for applying limits on GraphQL requests
  • API specifications enforcement
  • New APIFW v0.7.2

4.8.9+upstream4.9.0

12 Apr 12:28
Compare
Choose a tag to compare

Fixed performance issue

4.10.3+upstream4.9.0

08 Mar 11:56
10691b3
Compare
Choose a tag to compare
  • Update of appstructure package
  • Improved node sync logic

4.8.8+upstream4.9.0

28 Feb 14:39
b556e8d
Compare
Choose a tag to compare
  • Fixed an issue where partially downloaded custom ruleset files were mistakenly validated as complete. Chunked downloading has been implemented to address this issue