Skip to content

Commit d1497a3

Browse files
committed
Update references to new repo (nginx#2983)
Updates from nginxinc to nginx
1 parent 27227cc commit d1497a3

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

.github/CHANGELOG_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
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%%`

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
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

.github/ISSUE_TEMPLATE/enhancement.md

Lines changed: 2 additions & 2 deletions
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
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
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

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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 }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/conformance.yml

Lines changed: 4 additions & 4 deletions
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}

.github/workflows/functional.yml

Lines changed: 5 additions & 5 deletions
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

.github/workflows/helm.yml

Lines changed: 3 additions & 3 deletions
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 \

.github/workflows/nfr.yml

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)