Skip to content

Commit 819b866

Browse files
authored
Update references to new repo (#2983)
Updates from nginxinc to nginx
1 parent 774a7c2 commit 819b866

File tree

262 files changed

+824
-824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+824
-824
lines changed

Diff for: .github/CHANGELOG_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ COMPATIBILITY:
3636

3737
CONTAINER IMAGES:
3838

39-
- Control plane: `ghcr.io/nginxinc/nginx-gateway-fabric:%%VERSION%%`
40-
- Data plane: `ghcr.io/nginxinc/nginx-gateway-fabric/nginx:%%VERSION%%`
39+
- Control plane: `ghcr.io/nginx/nginx-gateway-fabric:%%VERSION%%`
40+
- Data plane: `ghcr.io/nginx/nginx-gateway-fabric/nginx:%%VERSION%%`
4141
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:%%VERSION%%`

Diff for: .github/CODEOWNERS

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* @nginxinc/nginx-gateway-fabric
2-
/site/ @nginxinc/nginx-gateway-fabric @nginxinc/nginx-docs
3-
/docs/ @nginxinc/nginx-gateway-fabric @nginxinc/nginx-docs
1+
* @nginx/nginx-gateway-fabric
2+
/site/ @nginx/nginx-gateway-fabric @nginx/nginx-docs
3+
/docs/ @nginx/nginx-gateway-fabric @nginx/nginx-docs

Diff for: .github/ISSUE_TEMPLATE/enhancement.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels: 'enhancement'
66

77
<!--
88
WARNING: Prior to submitting an enhancement request, we ask that you create a discussion. If you have not yet
9-
created a discussion related to your request, please do so now: https://github.com/nginxinc/nginx-gateway-fabric/discussions/new?category=ideas
9+
created a discussion related to your request, please do so now: https://github.com/nginx/nginx-gateway-fabric/discussions/new?category=ideas
1010
-->
1111

1212
**Is your enhancement request related to a problem? Please describe.**
@@ -23,5 +23,5 @@ Add any other context or screenshots about the enhancement request here.
2323

2424
<!--
2525
NOTE: depending on the scope of the enhancement, you may be asked to use the Enhancement Proposal
26-
process to document your work: https://github.com/nginxinc/nginx-gateway-fabric/blob/main/eps/README.md
26+
process to document your work: https://github.com/nginx/nginx-gateway-fabric/blob/main/eps/README.md
2727
-->

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Closes #ISSUE
1919

2020
Before creating a PR, run through this checklist and mark each as complete.
2121

22-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/nginx-gateway-fabric/blob/main/CONTRIBUTING.md) doc
22+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/nginx-gateway-fabric/blob/main/CONTRIBUTING.md) doc
2323
- [ ] I have added tests that prove my fix is effective or that my feature works
2424
- [ ] I have checked that all unit tests pass after adding my changes
2525
- [ ] I have updated necessary documentation

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
with:
104104
context: ${{ inputs.tag != '' && 'git' || 'workflow' }}
105105
images: |
106-
name=ghcr.io/nginxinc/nginx-gateway-fabric,enable=${{ inputs.image == 'ngf' && github.event_name != 'pull_request' }}
107-
name=ghcr.io/nginxinc/nginx-gateway-fabric/nginx,enable=${{ inputs.image == 'nginx' && github.event_name != 'pull_request' }}
106+
name=ghcr.io/nginx/nginx-gateway-fabric,enable=${{ inputs.image == 'ngf' && github.event_name != 'pull_request' }}
107+
name=ghcr.io/nginx/nginx-gateway-fabric/nginx,enable=${{ inputs.image == 'nginx' && github.event_name != 'pull_request' }}
108108
name=docker-mgmt.nginx.com/nginx-gateway-fabric/nginx-plus,enable=${{ inputs.image == 'plus' && github.event_name != 'pull_request' }}
109109
name=us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/nginx-gateway-fabric/nginx-plus,enable=${{ inputs.image == 'plus' && github.event_name != 'pull_request' }}
110110
name=localhost:5000/nginx-gateway-fabric/${{ inputs.image }}

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
collapse-after: 20
158158
notes-header: |
159159
*Below is the auto-generated changelog, which includes all PRs that went into the release.
160-
For a shorter version that highlights only important changes, see [CHANGELOG.md](https://github.com/nginxinc/nginx-gateway-fabric/blob/{{version}}/CHANGELOG.md).*
160+
For a shorter version that highlights only important changes, see [CHANGELOG.md](https://github.com/nginx/nginx-gateway-fabric/blob/{{version}}/CHANGELOG.md).*
161161
if: ${{ github.event_name == 'push' && github.ref != 'refs/heads/main' }}
162162

163163
- name: Download Syft

Diff for: .github/workflows/conformance.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5656
with:
5757
images: |
58-
name=ghcr.io/nginxinc/nginx-gateway-fabric
58+
name=ghcr.io/nginx/nginx-gateway-fabric
5959
tags: |
6060
type=semver,pattern={{version}}
6161
type=edge
@@ -68,7 +68,7 @@ jobs:
6868
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
6969
with:
7070
images: |
71-
name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
71+
name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
7272
tags: |
7373
type=semver,pattern={{version}}
7474
type=edge
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Generate static deployment
8080
run: |
81-
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
81+
ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric
8282
ngf_tag=${{ steps.ngf-meta.outputs.version }}
8383
make generate-static-deployment PLUS_ENABLED=${{ inputs.image == 'plus' && 'true' || 'false' }} PREFIX=${ngf_prefix} TAG=${ngf_tag}
8484
working-directory: ./tests
@@ -147,7 +147,7 @@ jobs:
147147

148148
- name: Setup conformance tests
149149
run: |
150-
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
150+
ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric
151151
ngf_tag=${{ steps.ngf-meta.outputs.version }}
152152
if [ ${{ github.event_name }} == "schedule" ]; then export GW_API_VERSION=main; fi
153153
make helm-install-local${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag}

Diff for: .github/workflows/functional.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5050
with:
5151
images: |
52-
name=ghcr.io/nginxinc/nginx-gateway-fabric
52+
name=ghcr.io/nginx/nginx-gateway-fabric
5353
tags: |
5454
type=semver,pattern={{version}}
5555
type=schedule
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
6363
with:
6464
images: |
65-
name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
65+
name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
6666
tags: |
6767
type=semver,pattern={{version}}
6868
type=edge
@@ -126,21 +126,21 @@ jobs:
126126
127127
- name: Run functional telemetry tests
128128
run: |
129-
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
129+
ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric
130130
ngf_tag=${{ steps.ngf-meta.outputs.version }}
131131
make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=telemetry GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
132132
working-directory: ./tests
133133

134134
- name: Run functional graceful-recovery tests
135135
run: |
136-
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
136+
ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric
137137
ngf_tag=${{ steps.ngf-meta.outputs.version }}
138138
make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GINKGO_LABEL=graceful-recovery GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
139139
working-directory: ./tests
140140

141141
- name: Run functional tests
142142
run: |
143-
ngf_prefix=ghcr.io/nginxinc/nginx-gateway-fabric
143+
ngf_prefix=ghcr.io/nginx/nginx-gateway-fabric
144144
ngf_tag=${{ steps.ngf-meta.outputs.version }}
145145
make test${{ inputs.image == 'plus' && '-with-plus' || ''}} PREFIX=${ngf_prefix} TAG=${ngf_tag} GW_SERVICE_TYPE=LoadBalancer CLUSTER_NAME=${{ github.run_id }} CI=true
146146
working-directory: ./tests

Diff for: .github/workflows/helm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
3939
with:
4040
images: |
41-
name=ghcr.io/nginxinc/nginx-gateway-fabric
41+
name=ghcr.io/nginx/nginx-gateway-fabric
4242
tags: |
4343
type=semver,pattern={{version}}
4444
type=edge
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
5252
with:
5353
images: |
54-
name=ghcr.io/nginxinc/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
54+
name=ghcr.io/nginx/nginx-gateway-fabric/${{ inputs.image == 'plus' && 'nginx-plus' || inputs.image }}
5555
tags: |
5656
type=semver,pattern={{version}}
5757
type=edge
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install Chart
121121
run: |
122122
ct install --config .ct.yaml --namespace nginx-gateway --helm-extra-set-args="--set=nginxGateway.image.tag=${{ steps.ngf-meta.outputs.version }} \
123-
--set=nginx.image.repository=ghcr.io/nginxinc/nginx-gateway-fabric/nginx${{ inputs.image == 'plus' && '-plus' || ''}} \
123+
--set=nginx.image.repository=ghcr.io/nginx/nginx-gateway-fabric/nginx${{ inputs.image == 'plus' && '-plus' || ''}} \
124124
--set=nginx.plus=${{ inputs.image == 'plus' }} \
125125
--set=nginx.image.tag=${{ steps.nginx-meta.outputs.version }} \
126126
--set=nginxGateway.image.pullPolicy=Never \

Diff for: .github/workflows/nfr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
run: |
104104
echo "RESOURCE_NAME=nfr-tests-${{ github.run_id }}-${{ matrix.type }}" >> vars.env
105105
echo "TAG=${{ needs.vars.outputs.image_tag }}" >> vars.env
106-
echo "PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric" >> vars.env
107-
echo "NGINX_PREFIX=ghcr.io/nginxinc/nginx-gateway-fabric/nginx" >> vars.env
106+
echo "PREFIX=ghcr.io/nginx/nginx-gateway-fabric" >> vars.env
107+
echo "NGINX_PREFIX=ghcr.io/nginx/nginx-gateway-fabric/nginx" >> vars.env
108108
echo "NGINX_PLUS_PREFIX=us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/nginx-gateway-fabric/nginx-plus" >> vars.env
109109
echo "GKE_CLUSTER_NAME=nfr-tests-${{ github.run_id }}-${{ matrix.type }}" >> vars.env
110110
echo "GKE_CLUSTER_ZONE=us-west1-b" >> vars.env

Diff for: .github/workflows/update-docker-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: lucacome/docker-image-update-checker@a233de0585661c019fb71f9601328db37051cc66 # v2.0.0
7171
with:
7272
base-image: ${{ needs.variables.outputs.nginx_version }}
73-
image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }}
73+
image: ghcr.io/nginx/nginx-gateway-fabric/nginx:${{ needs.variables.outputs.ngf_tag }}
7474

7575
build:
7676
name: Build Image

Diff for: .golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ linters-settings:
22
ginkgolinter:
33
forbid-focus-container: true
44
goimports:
5-
local-prefixes: github.com/nginxinc/nginx-gateway-fabric
5+
local-prefixes: github.com/nginx/nginx-gateway-fabric
66
misspell:
77
locale: US
88
revive:

Diff for: CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ considering contributing!
2323

2424
## Ask a Question
2525

26-
To ask a question, use [Github Discussions](https://github.com/nginxinc/nginx-gateway-fabric/discussions).
26+
To ask a question, use [Github Discussions](https://github.com/nginx/nginx-gateway-fabric/discussions).
2727

2828
[NGINX Community Slack](https://community.nginx.org/joinslack) has a dedicated channel for this
2929
project -- `#nginx-gateway-fabric`.
@@ -55,7 +55,7 @@ Follow our [Installation Instructions](https://docs.nginx.com/nginx-gateway-fabr
5555
#### Open a Discussion
5656

5757
If you have any questions, ideas, or simply want to engage in a conversation with the community and maintainers, we
58-
encourage you to open a [discussion](https://github.com/nginxinc/nginx-gateway-fabric/discussions) on GitHub.
58+
encourage you to open a [discussion](https://github.com/nginx/nginx-gateway-fabric/discussions) on GitHub.
5959

6060
#### Report a Bug
6161

@@ -71,7 +71,7 @@ regarding the idea and its use cases, while also giving the community an opportu
7171
In some cases, the maintainers may ask you to write an Enhancement Proposal. For details on this process, see
7272
the [Enhancement Proposal](/docs/proposals/README.md) README.
7373

74-
[idea]: https://github.com/nginxinc/nginx-gateway-fabric/discussions/new?category=ideas
74+
[idea]: https://github.com/nginx/nginx-gateway-fabric/discussions/new?category=ideas
7575

7676
#### Issue lifecycle
7777

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ check-for-docker: ## Check if Docker is installed
107107
build: ## Build the binary
108108
ifeq (${TARGET},local)
109109
@go version || (code=$$?; printf "\033[0;31mError\033[0m: unable to build locally\n"; exit $$code)
110-
CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -C $(SELF_DIR) -trimpath -a -ldflags "$(GO_LINKER_FLAGS)" $(ADDITIONAL_GO_BUILD_FLAGS) -o $(OUT_DIR)/gateway github.com/nginxinc/nginx-gateway-fabric/cmd/gateway
110+
CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(GOARCH) go build -C $(SELF_DIR) -trimpath -a -ldflags "$(GO_LINKER_FLAGS)" $(ADDITIONAL_GO_BUILD_FLAGS) -o $(OUT_DIR)/gateway github.com/nginx/nginx-gateway-fabric/cmd/gateway
111111
endif
112112

113113
.PHONY: build-goreleaser
@@ -141,7 +141,7 @@ generate-manifests: ## Generate manifests using Helm.
141141
./scripts/generate-manifests.sh
142142

143143
generate-api-docs: ## Generate API docs
144-
go run github.com/ahmetb/gen-crd-api-reference-docs@$(GEN_CRD_API_REFERENCE_DOCS_VERSION) -config site/config/api/config.json -template-dir site/config/api -out-file site/content/reference/api.md -api-dir "github.com/nginxinc/nginx-gateway-fabric/apis"
144+
go run github.com/ahmetb/gen-crd-api-reference-docs@$(GEN_CRD_API_REFERENCE_DOCS_VERSION) -config site/config/api/config.json -template-dir site/config/api -out-file site/content/reference/api.md -api-dir "github.com/nginx/nginx-gateway-fabric/apis"
145145

146146
.PHONY: generate-helm-docs
147147
generate-helm-docs: ## Generate the Helm chart documentation

0 commit comments

Comments
 (0)