From e9436e784ad85dee19a9c4e0ce35a2107c1e73e4 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 24 Jan 2024 10:55:09 -0700 Subject: [PATCH] Update N+ to R31 --- README.md | 2 +- build/Dockerfile.nginxplus | 4 ++-- internal/mode/static/nginx/conf/nginx-plus.conf | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0ae752ad7..3befe22516 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | |----------------------|-------------|------------|-----------|------------| -| Edge | 1.0.0 | 1.23+ | 1.25.3 | R30 | +| Edge | 1.0.0 | 1.23+ | 1.25.3 | R31 | | 1.1.0 | 1.0.0 | 1.23+ | 1.25.3 | n/a | | 1.0.0 | 0.8.1 | 1.23+ | 1.25.2 | n/a | | 0.6.0 | 0.8.0 | 1.23+ | 1.25.2 | n/a | diff --git a/build/Dockerfile.nginxplus b/build/Dockerfile.nginxplus index 973763fd0d..b151d187f6 100644 --- a/build/Dockerfile.nginxplus +++ b/build/Dockerfile.nginxplus @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 -FROM alpine:3.18 +FROM alpine:3.19 -ARG NGINX_PLUS_VERSION=R30 +ARG NGINX_PLUS_VERSION=R31 ARG NJS_DIR ARG NGINX_CONF_DIR ARG BUILD_AGENT diff --git a/internal/mode/static/nginx/conf/nginx-plus.conf b/internal/mode/static/nginx/conf/nginx-plus.conf index 56924b0069..f3e1da0806 100644 --- a/internal/mode/static/nginx/conf/nginx-plus.conf +++ b/internal/mode/static/nginx/conf/nginx-plus.conf @@ -50,3 +50,7 @@ http { } } } + +mgmt { + usage_report interval=0s; +}