Skip to content

Commit d10684f

Browse files
AlexFenlonvepatel
andauthored
Bump NGINX OSS to 1.31.3 (#10465)
* Bump NGINX OSS to 1.31.3 * nginx oss bump --------- Co-authored-by: Venktesh Patel <ve.patel@f5.com>
1 parent 5b655f7 commit d10684f

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
BINARY_NAME = nginx-ingress
55
VERSION = $(VER)-SNAPSHOT
66
# renovate: datasource=docker depName=nginx/nginx
7-
NGINX_OSS_VERSION ?= 1.31.2
7+
NGINX_OSS_VERSION ?= 1.31.3
88
NGINX_PLUS_VERSION ?= R37.0
99
NAP_WAF_VERSION ?= 37.0+5.635
1010
NAP_WAF_COMMON_VERSION ?= 11.665

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.25
22
ARG BUILD_OS=debian
33
# renovate: datasource=docker depName=nginx/nginx
4-
ARG NGINX_OSS_VERSION=1.31.2
4+
ARG NGINX_OSS_VERSION=1.31.3
55
ARG NGINX_PLUS_VERSION=R37.0
66
ARG NAP_WAF_VERSION=37.0+5.635
77
ARG NAP_WAF_COMMON_VERSION=11.665

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.31.2"
9+
"version": "1.31.3"
1010
},
1111
{
1212
"name": "nginx-module-njs",
13-
"version": "1.31.2"
13+
"version": "1.31.3"
1414
},
1515
{
1616
"name": "nginx-module-otel",
17-
"version": "1.31.2"
17+
"version": "1.31.3"
1818
},
1919
{
2020
"name": "nginx-agent",
@@ -252,15 +252,15 @@
252252
"packages": [
253253
{
254254
"name": "nginx",
255-
"version": "1.31.2"
255+
"version": "1.31.3"
256256
},
257257
{
258258
"name": "nginx-module-njs",
259-
"version": "1.31.2"
259+
"version": "1.31.3"
260260
},
261261
{
262262
"name": "nginx-module-otel",
263-
"version": "1.31.2"
263+
"version": "1.31.3"
264264
},
265265
{
266266
"name": "nginx-agent",
@@ -433,15 +433,15 @@
433433
"packages": [
434434
{
435435
"name": "nginx",
436-
"version": "1.31.2"
436+
"version": "1.31.3"
437437
},
438438
{
439439
"name": "nginx-module-njs",
440-
"version": "1.31.2"
440+
"version": "1.31.3"
441441
},
442442
{
443443
"name": "nginx-module-otel",
444-
"version": "1.31.2"
444+
"version": "1.31.3"
445445
},
446446
{
447447
"name": "nginx-agent",

0 commit comments

Comments
 (0)