Skip to content

Commit 497621b

Browse files
authored
Update from nginxinc to nginx (3) (#3000)
1 parent 2be5b0c commit 497621b

File tree

27 files changed

+53
-53
lines changed

27 files changed

+53
-53
lines changed

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: "Dependency Review"
1818
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
1919
with:
20-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
20+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
sparse-checkout: |
1818
labeler.yml
1919
sparse-checkout-cone-mode: false
20-
repository: nginxinc/k8s-common
20+
repository: nginx/k8s-common
2121

2222
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
2323
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nginx/nginx-gateway-fabric/badge)](https://scorecard.dev/viewer/?uri=github.com/nginx/nginx-gateway-fabric)
2-
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Fnginx-gateway-fabric?ref=badge_shield)
2+
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Fnginx-gateway-fabric.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Fnginx-gateway-fabric?ref=badge_shield)
33
[![Continuous Integration](https://github.com/nginx/nginx-gateway-fabric/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/nginx-gateway-fabric/actions/workflows/ci.yml)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/nginx/nginx-gateway-fabric)](https://goreportcard.com/report/github.com/nginx/nginx-gateway-fabric)
55
[![codecov](https://codecov.io/gh/nginx/nginx-gateway-fabric/graph/badge.svg?token=32ULC8F13Z)](https://codecov.io/gh/nginx/nginx-gateway-fabric)

apis/v1alpha2/policy_methods.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"sigs.k8s.io/gateway-api/apis/v1alpha2"
55
)
66

7-
// FIXME(kate-osborn): https://github.com/nginxinc/nginx-gateway-fabric/issues/1939.
7+
// FIXME(kate-osborn): https://github.com/nginx/nginx-gateway-fabric/issues/1939.
88
// Figure out a way to generate these methods for all our policies.
99
// These methods implement the policies.Policy interface which extends client.Object to add the following methods.
1010

design/archive/gateway-evaluation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ between an ingress point and the final backend Pod endpoints. Required supplemen
7575

7676
### Non-Goals
7777

78-
- Replace or supplant current [NGINX Ingress Controller](https://github.com/nginxinc/kubernetes-ingress) (NIC) use-cases
78+
- Replace or supplant current [NGINX Ingress Controller](https://github.com/nginx/kubernetes-ingress) (NIC) use-cases
7979
and will not work to achieve feature parity.
8080
- The Gateway evaluation will not support Ingress v1 APIs or the set of NIC CRDs (e.g. VirtualServer and
8181
VirtualServerRoute).

examples/grpc-routing/helloworld.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
spec:
2929
containers:
3030
- name: grpc-infra-backend-v1
31-
image: ghcr.io/nginxinc/kic-test-grpc-server:0.2.4
31+
image: ghcr.io/nginx/kic-test-grpc-server:0.2.5
3232
env:
3333
- name: POD_NAME
3434
valueFrom:
@@ -68,7 +68,7 @@ spec:
6868
spec:
6969
containers:
7070
- name: grpc-infra-backend-v2
71-
image: ghcr.io/nginxinc/kic-test-grpc-server:edge
71+
image: ghcr.io/nginx/kic-test-grpc-server:edge
7272
env:
7373
- name: POD_NAME
7474
valueFrom:

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/go-logr/logr v1.4.2
88
github.com/google/go-cmp v0.6.0
99
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.2
10+
github.com/nginx/telemetry-exporter v0.1.3
1011
github.com/nginxinc/nginx-plus-go-client v1.3.0
1112
github.com/nginxinc/nginx-prometheus-exporter v1.3.0
12-
github.com/nginxinc/telemetry-exporter v0.1.2
1313
github.com/onsi/ginkgo/v2 v2.22.2
1414
github.com/onsi/gomega v1.36.2
1515
github.com/prometheus/client_golang v1.20.5
@@ -71,14 +71,14 @@ require (
7171
go.uber.org/multierr v1.11.0 // indirect
7272
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
7373
golang.org/x/mod v0.22.0 // indirect
74-
golang.org/x/net v0.33.0 // indirect
74+
golang.org/x/net v0.34.0 // indirect
7575
golang.org/x/oauth2 v0.24.0 // indirect
7676
golang.org/x/sync v0.10.0 // indirect
77-
golang.org/x/sys v0.28.0 // indirect
78-
golang.org/x/term v0.27.0 // indirect
77+
golang.org/x/sys v0.29.0 // indirect
78+
golang.org/x/term v0.28.0 // indirect
7979
golang.org/x/text v0.21.0 // indirect
8080
golang.org/x/time v0.7.0 // indirect
81-
golang.org/x/tools v0.28.0 // indirect
81+
golang.org/x/tools v0.29.0 // indirect
8282
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8383
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
8484
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect

go.sum

+10-10
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
8181
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
8282
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
8383
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
84+
github.com/nginx/telemetry-exporter v0.1.3 h1:aGuUWMRSf2nA9fOH+AQ8I+hdoq0Hz6wgttLBG/SzsvI=
85+
github.com/nginx/telemetry-exporter v0.1.3/go.mod h1:hVH3DhumaKkGOWLiFLvZj+UWjLNoPXoXvoiNiUI0WxQ=
8486
github.com/nginxinc/nginx-plus-go-client v1.3.0 h1:q/aeT4B5k0KLwWlefoBzfLfraBBvIKLuDg+lLFWAo4I=
8587
github.com/nginxinc/nginx-plus-go-client v1.3.0/go.mod h1:n8OFLzrJulJ2fur28Cwa1Qp5DZNS2VicLV+Adt30LQ4=
8688
github.com/nginxinc/nginx-prometheus-exporter v1.3.0 h1:1JtdxsZH0Uwhu1nL/j/QyOXytP5V5j68AEo2X+DFWb0=
8789
github.com/nginxinc/nginx-prometheus-exporter v1.3.0/go.mod h1:hXoH+X6aIKSyQuO6QTIiPKH3eZyxqy/wW8GYiE3dflU=
88-
github.com/nginxinc/telemetry-exporter v0.1.2 h1:97vUGhQYgQ2KEsXKCBmr5gqfuujJCKPHwdg5HKoANUs=
89-
github.com/nginxinc/telemetry-exporter v0.1.2/go.mod h1:eKa/Ceh9irmyZ1xV2QxBIxduIyVC5RlmtiWwcTlHuMg=
9090
github.com/onsi/ginkgo/v2 v2.22.2 h1:/3X8Panh8/WwhU/3Ssa6rCKqPLuAkVY2I0RoyDLySlU=
9191
github.com/onsi/ginkgo/v2 v2.22.2/go.mod h1:oeMosUL+8LtarXBHu/c0bx2D/K9zyQ6uX3cTyztHwsk=
9292
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8=
@@ -156,8 +156,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
156156
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
157157
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
158158
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
159-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
160-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
159+
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
160+
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
161161
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
162162
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
163163
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -168,10 +168,10 @@ golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
168168
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
169169
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
170170
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
171-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
172-
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
173-
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
174-
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
171+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
172+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
173+
golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=
174+
golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek=
175175
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
176176
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
177177
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
@@ -182,8 +182,8 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
182182
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
183183
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
184184
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
185-
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
186-
golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
185+
golang.org/x/tools v0.29.0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE=
186+
golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588=
187187
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
188188
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
189189
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

internal/mode/static/manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88

99
"github.com/go-logr/logr"
10-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
10+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
1111
"github.com/prometheus/client_golang/prometheus"
1212
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
1313
appsv1 "k8s.io/api/apps/v1"

internal/mode/static/telemetry/collector.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"sort"
99
"strings"
1010

11-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
11+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
1212
appsv1 "k8s.io/api/apps/v1"
1313
v1 "k8s.io/api/core/v1"
1414
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -39,7 +39,7 @@ type ConfigurationGetter interface {
3939

4040
// Data is telemetry data.
4141
//
42-
//go:generate go run -tags generator github.com/nginxinc/telemetry-exporter/cmd/generator -type=Data -scheme -scheme-protocol=NGFProductTelemetry -scheme-df-datatype=ngf-product-telemetry
42+
//go:generate go run -tags generator github.com/nginx/telemetry-exporter/cmd/generator -type=Data -scheme -scheme-protocol=NGFProductTelemetry -scheme-df-datatype=ngf-product-telemetry
4343
type Data struct {
4444
// ImageSource tells whether the image was built by GitHub or locally (values are 'gha', 'local', or 'unknown')
4545
ImageSource string
@@ -66,7 +66,7 @@ type Data struct {
6666

6767
// NGFResourceCounts stores the counts of all relevant resources that NGF processes and generates configuration from.
6868
//
69-
//go:generate go run -tags generator github.com/nginxinc/telemetry-exporter/cmd/generator -type=NGFResourceCounts
69+
//go:generate go run -tags generator github.com/nginx/telemetry-exporter/cmd/generator -type=NGFResourceCounts
7070
type NGFResourceCounts struct {
7171
// GatewayCount is the number of relevant Gateways.
7272
GatewayCount int64

internal/mode/static/telemetry/collector_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"reflect"
77
"runtime"
88

9-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
9+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
1010
. "github.com/onsi/ginkgo/v2"
1111
. "github.com/onsi/gomega"
1212
appsv1 "k8s.io/api/apps/v1"

internal/mode/static/telemetry/data_attributes_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a generated file. DO NOT EDIT.
77
import (
88
"go.opentelemetry.io/otel/attribute"
99

10-
ngxTelemetry "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
10+
ngxTelemetry "github.com/nginx/telemetry-exporter/pkg/telemetry"
1111
)
1212

1313
func (d *Data) Attributes() []attribute.KeyValue {

internal/mode/static/telemetry/data_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package telemetry
33
import (
44
"testing"
55

6-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
6+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
77
. "github.com/onsi/gomega"
88
"go.opentelemetry.io/otel/attribute"
99
)

internal/mode/static/telemetry/exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55

66
"github.com/go-logr/logr"
7-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
7+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
88
)
99

1010
// Exporter exports telemetry data to some destination.

internal/mode/static/telemetry/job_worker_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"testing"
77
"time"
88

9-
tel "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
9+
tel "github.com/nginx/telemetry-exporter/pkg/telemetry"
1010
. "github.com/onsi/gomega"
1111
"sigs.k8s.io/controller-runtime/pkg/log/zap"
1212

internal/mode/static/telemetry/ngfresourcecounts_attributes_generated.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a generated file. DO NOT EDIT.
77
import (
88
"go.opentelemetry.io/otel/attribute"
99

10-
ngxTelemetry "github.com/nginxinc/telemetry-exporter/pkg/telemetry"
10+
ngxTelemetry "github.com/nginx/telemetry-exporter/pkg/telemetry"
1111
)
1212

1313
func (d *NGFResourceCounts) Attributes() []attribute.KeyValue {

internal/mode/static/telemetry/telemetryfakes/fake_exporter.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"github>nginxinc/k8s-common",
4+
"github>nginx/k8s-common",
55
"schedule:daily"
66
],
77
"kubernetes": {

site/content/how-to/monitoring/prometheus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ NGINX Gateway Fabric provides a variety of metrics for monitoring and analyzing
7272

7373
### NGINX/NGINX Plus metrics
7474

75-
NGINX metrics cover specific NGINX operations such as the total number of accepted client connections. For a complete list of available NGINX/NGINX Plus metrics, refer to the [NGINX Prometheus Exporter developer docs](https://github.com/nginxinc/nginx-prometheus-exporter#exported-metrics).
75+
NGINX metrics cover specific NGINX operations such as the total number of accepted client connections. For a complete list of available NGINX/NGINX Plus metrics, refer to the [NGINX Prometheus Exporter developer docs](https://github.com/nginx/nginx-prometheus-exporter#exported-metrics).
7676

7777
These metrics use the `nginx_gateway_fabric` namespace and include the `class` label, indicating the NGINX Gateway class. For example, `nginx_gateway_fabric_connections_accepted{class="nginx"}`.
7878

site/content/overview/nginx-plus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NGINX Gateway Fabric can use NGINX Open Source or NGINX Plus as its data plane.
99

1010
## Benefits of NGINX Plus
1111

12-
- **Robust metrics**: A plethora of [additional Prometheus metrics](https://github.com/nginxinc/nginx-prometheus-exporter#metrics-for-nginx-plus) are available.
12+
- **Robust metrics**: A plethora of [additional Prometheus metrics](https://github.com/nginx/nginx-prometheus-exporter#metrics-for-nginx-plus) are available.
1313
- **Live activity monitoring**: The [NGINX Plus dashboard]({{< relref "/how-to/monitoring/dashboard.md" >}}) shows real-time metrics and information about your server infrastructure.
1414
- **Dynamic upstream configuration**: NGINX Plus can dynamically reconfigure upstream servers when applications in Kubernetes scale up and down, preventing the need for an NGINX reload.
1515
- **Support**: With an NGINX Plus license, you can take advantage of full [support](https://my.f5.com/manage/s/article/K000140156/) from NGINX, Inc.

tests/conformance/conformance_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestConformance(t *testing.T) {
4343

4444
opts := conformance.DefaultOptions(t)
4545
opts.Implementation = conf_v1.Implementation{
46-
Organization: "nginxinc",
46+
Organization: "nginx",
4747
Project: "nginx-gateway-fabric",
4848
URL: "https://github.com/nginx/nginx-gateway-fabric",
4949
Version: *flags.ImplementationVersion,

tests/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ require (
6161
github.com/x448/float16 v0.8.4 // indirect
6262
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
6363
golang.org/x/mod v0.22.0 // indirect
64-
golang.org/x/net v0.33.0 // indirect
64+
golang.org/x/net v0.34.0 // indirect
6565
golang.org/x/oauth2 v0.24.0 // indirect
6666
golang.org/x/sync v0.10.0 // indirect
67-
golang.org/x/sys v0.28.0 // indirect
68-
golang.org/x/term v0.27.0 // indirect
67+
golang.org/x/sys v0.29.0 // indirect
68+
golang.org/x/term v0.28.0 // indirect
6969
golang.org/x/text v0.21.0 // indirect
7070
golang.org/x/time v0.7.0 // indirect
71-
golang.org/x/tools v0.28.0 // indirect
71+
golang.org/x/tools v0.29.0 // indirect
7272
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
7373
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
7474
google.golang.org/grpc v1.68.1 // indirect

tests/go.sum

+8-8
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
141141
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
142142
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
143143
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
144-
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
145-
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
144+
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
145+
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
146146
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
147147
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
148148
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -153,10 +153,10 @@ golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
153153
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
154154
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
155155
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
156-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
157-
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
158-
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
159-
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
156+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
157+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
158+
golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg=
159+
golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek=
160160
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
161161
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
162162
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
@@ -168,8 +168,8 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
168168
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
169169
golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE=
170170
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA=
171-
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
172-
golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
171+
golang.org/x/tools v0.29.0 h1:Xx0h3TtM9rzQpQuR4dKLrdglAmCEN5Oi+P74JdhdzXE=
172+
golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588=
173173
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
174174
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
175175
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

tests/scripts/vars.env-example

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GKE_PROJECT=<GCP project>
1111
GKE_SVC_ACCOUNT=<service account with k8s admin permissions>
1212
GKE_NODES_SERVICE_ACCOUNT=<service account for the GKE nodes to assume>
1313
NETWORK_TAGS=<network tags>
14-
NGF_REPO=<optional repo, by default nginxinc>
14+
NGF_REPO=<optional repo, by default nginx>
1515
NGF_BRANCH=main
1616
GINKGO_LABEL=<optional label to filter the tests, e.g. "performance">
1717
GINKGO_FLAGS=<optional flags to pass to the go test command>

0 commit comments

Comments
 (0)