Skip to content

Commit f71701a

Browse files
authored
Merge branch 'main' into proposal/auth-filter
2 parents 3d9fef4 + 3305254 commit f71701a

File tree

18 files changed

+167
-82
lines changed

18 files changed

+167
-82
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Scan SBOM
186186
id: scan
187187
if: ${{ !inputs.dry_run }}
188-
uses: anchore/scan-action@a5605eb0943e46279cb4fbd9d44297355d3520ab # v7.0.2
188+
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
189189
with:
190190
sbom: "sbom-${{ inputs.image }}.json"
191191
only-fixed: true

.yamllint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ rules:
4141
.goreleaser.yml
4242
charts/nginx-gateway-fabric/
4343
operators/config/crd/bases/gateway.nginx.org_nginxgatewayfabrics.yaml
44+
operators/bundle/manifests/nginx-gateway-fabric.clusterserviceversion.yaml
4445
new-line-at-end-of-file: enable
4546
new-lines: enable
4647
octal-values: disable

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.3.0 | 1.25+ | 1.29.2 | R35 | v3.4.2 |
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.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

go.sum

Lines changed: 50 additions & 52 deletions
Large diffs are not rendered by default.

operators/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ OPERATOR_SDK_VERSION ?= v1.41.1
88
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
99
KUSTOMIZE_VERSION ?= v5.6.0
1010

11-
IMAGE_TAG_BASE ?= nginx-gateway-fabric/operator
11+
IMAGE_TAG_BASE ?= ghcr.io/nginx/nginx-gateway-fabric/operator
1212

13-
IMG ?= $(IMAGE_TAG_BASE):v$(VERSION)
13+
IMG ?= $(IMAGE_TAG_BASE):$(VERSION)
1414

1515
## Bundle config
1616

0 commit comments

Comments
 (0)