From 8bb5ce1745df95c2c7811e218fa810971f886377 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:39:24 +0000 Subject: [PATCH 1/2] Update dependency nginx/agent to v3.0.3 | datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | nginx/agent | v3.0.2 | v3.0.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile.nginx | 2 +- build/Dockerfile.nginxplus | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile.nginx b/build/Dockerfile.nginx index 7e090dc979..04db486497 100644 --- a/build/Dockerfile.nginx +++ b/build/Dockerfile.nginx @@ -7,7 +7,7 @@ ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.p FROM nginx:1.28.0-alpine-otel # renovate: datasource=github-tags depName=nginx/agent -ARG NGINX_AGENT_VERSION=v3.0.2 +ARG NGINX_AGENT_VERSION=v3.0.3 ARG NJS_DIR ARG NGINX_CONF_DIR ARG BUILD_AGENT diff --git a/build/Dockerfile.nginxplus b/build/Dockerfile.nginxplus index 63334f029f..f4f9ebea6d 100644 --- a/build/Dockerfile.nginxplus +++ b/build/Dockerfile.nginxplus @@ -8,7 +8,7 @@ FROM alpine:3.21 ARG NGINX_PLUS_VERSION=R34 # renovate: datasource=github-tags depName=nginx/agent -ARG NGINX_AGENT_VERSION=v3.0.2 +ARG NGINX_AGENT_VERSION=v3.0.3 ARG NJS_DIR ARG NGINX_CONF_DIR ARG BUILD_AGENT From 347dfc7b0b0a65eb2f29194762909aaeed9a5fe2 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Mon, 30 Jun 2025 11:12:16 -0600 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b9b7b8f8..acb5d4424a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent | |----------------------|-------------|------------|-----------|------------|-------------| -| Edge | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.2 | +| Edge | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.3 | | 2.0.1 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.1 | | 2.0.0 | 1.3.0 | 1.25+ | 1.28.0 | R34 | v3.0.0 | | 1.6.2 | 1.2.1 | 1.25+ | 1.27.4 | R33 | --- |