Skip to content

Commit 96ec7f7

Browse files
Update NGINX Agent to v3.4.2
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | go | github.com/nginx/agent/v3 | v3.3.2 | v3.4.2 | | github-tags | nginx/agent | v3.3.2 | v3.4.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 56b60b9 commit 96ec7f7

File tree

6 files changed

+58
-60
lines changed

6 files changed

+58
-60
lines changed

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.4.2
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.4.2
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:7ec723b1189ae6f1b9f2545180
1111
FROM redhat/ubi9-minimal:9.6 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.4.2
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.6 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.4.2
1717
ARG NJS_DIR
1818
ARG NGINX_CONF_DIR
1919
ARG BUILD_AGENT

go.mod

Lines changed: 4 additions & 4 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.4.2
1212
github.com/nginx/telemetry-exporter v0.1.4
1313
github.com/onsi/ginkgo/v2 v2.27.1
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
@@ -67,7 +67,7 @@ require (
6767
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6868
github.com/prometheus/client_model v0.6.2 // indirect
6969
github.com/prometheus/common v0.66.1 // indirect
70-
github.com/prometheus/procfs v0.16.1 // indirect
70+
github.com/prometheus/procfs v0.17.0 // indirect
7171
github.com/x448/float16 v0.8.4 // indirect
7272
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7373
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
@@ -79,7 +79,7 @@ require (
7979
go.uber.org/multierr v1.11.0 // indirect
8080
go.yaml.in/yaml/v2 v2.4.2 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
82-
golang.org/x/mod v0.28.0 // indirect
82+
golang.org/x/mod v0.29.0 // indirect
8383
golang.org/x/net v0.44.0 // indirect
8484
golang.org/x/oauth2 v0.30.0 // indirect
8585
golang.org/x/sync v0.17.0 // indirect

0 commit comments

Comments
 (0)