Skip to content

Commit 790977c

Browse files
committed
Update nginx agent to v3.5 in data.json and makefile
1 parent 4fb93d6 commit 790977c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NAP_WAF_VERSION ?= 35+5.527
99
NAP_WAF_COMMON_VERSION ?= 11.559
1010
NAP_WAF_PLUGIN_VERSION ?= 6.23.0
1111
NAP_AGENT_VERSION ?= 2
12-
NGINX_AGENT_VERSION ?= 3.3
12+
NGINX_AGENT_VERSION ?= 3.5
1313
PLUS_ARGS = --build-arg NGINX_PLUS_VERSION=$(NGINX_PLUS_VERSION) --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
1414

1515
# Variables that can be overridden

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG NGINX_PLUS_VERSION=R35
66
ARG NAP_WAF_VERSION=35+5.527
77
ARG NAP_WAF_COMMON_VERSION=11.559
88
ARG NAP_WAF_PLUGIN_VERSION=6.23.0
9-
ARG NGINX_AGENT_VERSION=3.3
9+
ARG NGINX_AGENT_VERSION=3.5
1010
ARG NAP_AGENT_VERSION=2
1111
ARG DOWNLOAD_TAG=edge
1212
ARG DEBIAN_FRONTEND=noninteractive

tests/data/modules/data.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"name": "nginx-agent",
21-
"version": "3.3"
21+
"version": "3.5"
2222
}
2323
],
2424
"system": "debian",
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "nginx-agent",
52-
"version": "3.3"
52+
"version": "3.5"
5353
}
5454
],
5555
"system": "debian",
@@ -252,7 +252,7 @@
252252
},
253253
{
254254
"name": "nginx-agent",
255-
"version": "3.3"
255+
"version": "3.5"
256256
}
257257
],
258258
"system": "alpine",
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"name": "nginx-agent",
286-
"version": "3.3"
286+
"version": "3.5"
287287
}
288288
],
289289
"system": "alpine",
@@ -314,7 +314,7 @@
314314
},
315315
{
316316
"name": "nginx-agent",
317-
"version": "3.3"
317+
"version": "3.5"
318318
}
319319
],
320320
"system": "alpine",
@@ -429,7 +429,7 @@
429429
},
430430
{
431431
"name": "nginx-agent",
432-
"version": "3.3"
432+
"version": "3.5"
433433
}
434434
],
435435
"system": "ubi",
@@ -460,7 +460,7 @@
460460
},
461461
{
462462
"name": "nginx-agent",
463-
"version": "3.3"
463+
"version": "3.5"
464464
}
465465
],
466466
"system": "ubi",

0 commit comments

Comments
 (0)