Skip to content

Commit 43cde21

Browse files
Update NGINX Agent to 3.6.0 (#8703)
Update NGINX Agent to 3.6.0 (#8691) Co-authored-by: AlexFenlon <[email protected]>
1 parent 54e3831 commit 43cde21

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 ?= 36+5.550
99
NAP_WAF_COMMON_VERSION ?= 11.583
1010
NAP_WAF_PLUGIN_VERSION ?= 6.25.0
1111
NAP_AGENT_VERSION ?= 2
12-
NGINX_AGENT_VERSION ?= 3.5
12+
NGINX_AGENT_VERSION ?= 3.6
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=R36
66
ARG NAP_WAF_VERSION=36+5.550
77
ARG NAP_WAF_COMMON_VERSION=11.583
88
ARG NAP_WAF_PLUGIN_VERSION=6.25.0
9-
ARG NGINX_AGENT_VERSION=3.5
9+
ARG NGINX_AGENT_VERSION=3.6
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.5"
21+
"version": "3.6"
2222
}
2323
],
2424
"system": "debian",
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "nginx-agent",
52-
"version": "3.5"
52+
"version": "3.6"
5353
}
5454
],
5555
"system": "debian",
@@ -252,7 +252,7 @@
252252
},
253253
{
254254
"name": "nginx-agent",
255-
"version": "3.5"
255+
"version": "3.6"
256256
}
257257
],
258258
"system": "alpine",
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"name": "nginx-agent",
286-
"version": "3.5"
286+
"version": "3.6"
287287
}
288288
],
289289
"system": "alpine",
@@ -314,7 +314,7 @@
314314
},
315315
{
316316
"name": "nginx-agent",
317-
"version": "3.5"
317+
"version": "3.6"
318318
}
319319
],
320320
"system": "alpine",
@@ -429,7 +429,7 @@
429429
},
430430
{
431431
"name": "nginx-agent",
432-
"version": "3.5"
432+
"version": "3.6"
433433
}
434434
],
435435
"system": "ubi",
@@ -460,7 +460,7 @@
460460
},
461461
{
462462
"name": "nginx-agent",
463-
"version": "3.5"
463+
"version": "3.6"
464464
}
465465
],
466466
"system": "ubi",

0 commit comments

Comments
 (0)