Skip to content

Commit fbb53f3

Browse files
Update dependency nginx/agent to v3.5.0 (#4267) (#4272)
| datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | nginx/agent | v3.4.2 | v3.5.0 | * Update README and go.mod * Update tests go.mod * Fix incompatibility --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbea6f1 commit fbb53f3

File tree

9 files changed

+131
-131
lines changed

9 files changed

+131
-131
lines changed

README.md

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

6969
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | NGINX Agent |
7070
|----------------------|-------------|------------|-----------|------------|-------------|
71-
| Edge | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
71+
| Edge | 1.4.0 | 1.25+ | 1.29.2 | R35 | v3.5.0 |
7272
| 2.2.0 | 1.3.0 | 1.25+ | 1.29.2 | R35 | v3.3.2 |
7373
| 2.1.4 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |
7474
| 2.1.3 | 1.3.0 | 1.25+ | 1.29.1 | R35 | v3.3.1 |

build/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM nginx:1.29.2-alpine-otel
1111
RUN apk update && apk add --no-cache 'pcre2>=10.46-r0' 'libxml2>=2.13.9-r0'
1212

1313
# renovate: datasource=github-tags depName=nginx/agent
14-
ARG NGINX_AGENT_VERSION=v3.3.2
14+
ARG NGINX_AGENT_VERSION=v3.5.0
1515
ARG NJS_DIR
1616
ARG NGINX_CONF_DIR
1717
ARG BUILD_AGENT

build/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FROM alpine:3.22
88

99
ARG NGINX_PLUS_VERSION=R35
1010
# renovate: datasource=github-tags depName=nginx/agent
11-
ARG NGINX_AGENT_VERSION=v3.3.2
11+
ARG NGINX_AGENT_VERSION=v3.5.0
1212
ARG NJS_DIR
1313
ARG NGINX_CONF_DIR
1414
ARG BUILD_AGENT

build/ubi/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM ghcr.io/nginx/dependencies/nginx-ubi:ubi9@sha256:77b206aed605f2dca010cd1508
1111
FROM redhat/ubi9-minimal:9.7-1762180032 AS ubi-nginx
1212

1313
# renovate: datasource=github-tags depName=nginx/agent
14-
ARG NGINX_AGENT_VERSION=v3.3.2
14+
ARG NGINX_AGENT_VERSION=v3.5.0
1515
ARG NJS_DIR
1616
ARG NGINX_CONF_DIR
1717
ARG BUILD_AGENT

build/ubi/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM redhat/ubi9-minimal:9.7-1762180032 AS ubi-nginx-plus
1313
ARG NGINX_PLUS_VERSION=R35
1414

1515
# renovate: datasource=github-tags depName=nginx/agent
16-
ARG NGINX_AGENT_VERSION=v3.3.2
16+
ARG NGINX_AGENT_VERSION=v3.5.0
1717
ARG NJS_DIR
1818
ARG NGINX_CONF_DIR
1919
ARG BUILD_AGENT

go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-logr/logr v1.4.3
99
github.com/google/go-cmp v0.7.0
1010
github.com/google/uuid v1.6.0
11-
github.com/nginx/agent/v3 v3.3.2
11+
github.com/nginx/agent/v3 v3.5.0
1212
github.com/nginx/telemetry-exporter v0.1.4
1313
github.com/onsi/ginkgo/v2 v2.26.0
1414
github.com/onsi/gomega v1.38.2
@@ -33,7 +33,7 @@ require (
3333
)
3434

3535
require (
36-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.4-20250130201111-63bb56e20495.1 // indirect
36+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.9-20250912141014-52f32327d4b0.1 // indirect
3737
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3838
github.com/beorn7/perks v1.0.1 // indirect
3939
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
@@ -66,30 +66,30 @@ require (
6666
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6868
github.com/prometheus/client_model v0.6.2 // indirect
69-
github.com/prometheus/common v0.66.1 // indirect
70-
github.com/prometheus/procfs v0.16.1 // indirect
69+
github.com/prometheus/common v0.67.2 // indirect
70+
github.com/prometheus/procfs v0.19.1 // indirect
7171
github.com/x448/float16 v0.8.4 // indirect
72-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
72+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7373
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
7474
go.opentelemetry.io/otel/metric v1.38.0 // indirect
7575
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
7676
go.opentelemetry.io/otel/trace v1.38.0 // indirect
7777
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
7878
go.uber.org/automaxprocs v1.6.0 // indirect
7979
go.uber.org/multierr v1.11.0 // indirect
80-
go.yaml.in/yaml/v2 v2.4.2 // indirect
80+
go.yaml.in/yaml/v2 v2.4.3 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
82-
golang.org/x/mod v0.28.0 // indirect
83-
golang.org/x/net v0.44.0 // indirect
84-
golang.org/x/oauth2 v0.30.0 // indirect
82+
golang.org/x/mod v0.29.0 // indirect
83+
golang.org/x/net v0.46.0 // indirect
84+
golang.org/x/oauth2 v0.32.0 // indirect
8585
golang.org/x/sync v0.17.0 // indirect
86-
golang.org/x/sys v0.36.0 // indirect
87-
golang.org/x/term v0.35.0 // indirect
88-
golang.org/x/time v0.12.0 // indirect
86+
golang.org/x/sys v0.37.0 // indirect
87+
golang.org/x/term v0.36.0 // indirect
88+
golang.org/x/time v0.14.0 // indirect
8989
golang.org/x/tools v0.37.0 // indirect
9090
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
91-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
92-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
91+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
92+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
9393
gopkg.in/inf.v0 v0.9.1 // indirect
9494
gopkg.in/yaml.v3 v3.0.1 // indirect
9595
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
@@ -101,3 +101,5 @@ require (
101101
)
102102

103103
tool github.com/maxbrunsfeld/counterfeiter/v6
104+
105+
exclude golang.org/x/tools v0.38.0 // incompatibility between counterfeiter and this version

0 commit comments

Comments
 (0)