Skip to content

Commit 8984f44

Browse files
authored
Update N+ to R31 (#1501)
1 parent c929ce6 commit 8984f44

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6464

6565
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
6666
|----------------------|-------------|------------|-----------|------------|
67-
| Edge | 1.0.0 | 1.23+ | 1.25.3 | R30 |
67+
| Edge | 1.0.0 | 1.23+ | 1.25.3 | R31 |
6868
| 1.1.0 | 1.0.0 | 1.23+ | 1.25.3 | n/a |
6969
| 1.0.0 | 0.8.1 | 1.23+ | 1.25.2 | n/a |
7070
| 0.6.0 | 0.8.0 | 1.23+ | 1.25.2 | n/a |

build/Dockerfile.nginxplus

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM alpine:3.18
2+
FROM alpine:3.19
33

4-
ARG NGINX_PLUS_VERSION=R30
4+
ARG NGINX_PLUS_VERSION=R31
55
ARG NJS_DIR
66
ARG NGINX_CONF_DIR
77
ARG BUILD_AGENT

internal/mode/static/nginx/conf/nginx-plus.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ http {
5050
}
5151
}
5252
}
53+
54+
mgmt {
55+
usage_report interval=0s;
56+
}

0 commit comments

Comments
 (0)