Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions build/Dockerfile.nginxplus
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions internal/mode/static/nginx/conf/nginx-plus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ http {
}
}
}

mgmt {
usage_report interval=0s;
}