Skip to content

Commit 4fb93d6

Browse files
committed
Update nginx oss to 1.29.3 in data.json and makefile
1 parent 63bdca0 commit 4fb93d6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
33
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
55
# renovate: datasource=docker depName=nginx/nginx
6-
NGINX_OSS_VERSION ?= 1.29.1
6+
NGINX_OSS_VERSION ?= 1.29.3
77
NGINX_PLUS_VERSION ?= R35
88
NAP_WAF_VERSION ?= 35+5.527
99
NAP_WAF_COMMON_VERSION ?= 11.559

tests/data/modules/data.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"packages": [
77
{
88
"name": "nginx",
9-
"version": "1.29.1"
9+
"version": "1.29.3"
1010
},
1111
{
1212
"name": "nginx-module-njs",
13-
"version": "1.29.1"
13+
"version": "1.29.3"
1414
},
1515
{
1616
"name": "nginx-module-otel",
17-
"version": "1.29.1"
17+
"version": "1.29.3"
1818
},
1919
{
2020
"name": "nginx-agent",
@@ -240,15 +240,15 @@
240240
"packages": [
241241
{
242242
"name": "nginx",
243-
"version": "1.29.1"
243+
"version": "1.29.3"
244244
},
245245
{
246246
"name": "nginx-module-njs",
247-
"version": "1.29.1"
247+
"version": "1.29.3"
248248
},
249249
{
250250
"name": "nginx-module-otel",
251-
"version": "1.29.1"
251+
"version": "1.29.3"
252252
},
253253
{
254254
"name": "nginx-agent",
@@ -417,15 +417,15 @@
417417
"packages": [
418418
{
419419
"name": "nginx",
420-
"version": "1.29.1"
420+
"version": "1.29.3"
421421
},
422422
{
423423
"name": "nginx-module-njs",
424-
"version": "1.29.1"
424+
"version": "1.29.3"
425425
},
426426
{
427427
"name": "nginx-module-otel",
428-
"version": "1.29.1"
428+
"version": "1.29.3"
429429
},
430430
{
431431
"name": "nginx-agent",

0 commit comments

Comments
 (0)