Skip to content

Commit e0c4365

Browse files
committed
merge main
2 parents 1170634 + 3d616b9 commit e0c4365

File tree

461 files changed

+8728
-2477
lines changed

Some content is hidden

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

461 files changed

+8728
-2477
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
driver-opts: network=host
5252

5353
- name: Setup QEMU
54-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
54+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
5555
with:
5656
platforms: arm64
5757

@@ -123,7 +123,7 @@ jobs:
123123
annotations: |
124124
org.opencontainers.image.documentation=https://docs.nginx.com/nginx-gateway-fabric
125125
org.opencontainers.image.vendor=NGINX Inc <[email protected]>
126-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/README.md
126+
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginx/nginx-gateway-fabric/main/README.md
127127
io.artifacthub.package.logo-url=https://docs.nginx.com/nginx-gateway-fabric/images/icons/NGINX-product-icon.svg
128128
io.artifacthub.package.maintainers=[{"name":"NGINX Inc","email":"[email protected]"}]
129129
io.artifacthub.package.license=Apache-2.0
@@ -132,7 +132,7 @@ jobs:
132132
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
133133

134134
- name: Build Docker Image
135-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
135+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
136136
with:
137137
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || '' }}
138138
context: "."
@@ -163,23 +163,23 @@ jobs:
163163
164164
- name: Scan SBOM
165165
id: scan
166-
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
166+
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
167167
with:
168168
sbom: "sbom-${{ inputs.image }}.json"
169169
only-fixed: true
170170
add-cpes-if-none: true
171171
fail-build: false
172172

173173
- name: Upload scan result to GitHub Security tab
174-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
174+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
175175
continue-on-error: true
176176
with:
177177
sarif_file: ${{ steps.scan.outputs.sarif }}
178178
category: build-${{ inputs.image }}
179179
if: always()
180180

181181
- name: Upload Scan Results
182-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
182+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
183183
continue-on-error: true
184184
with:
185185
name: scan-results-${{ inputs.image }}

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
token: ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
4242

4343
- name: Setup Golang Environment
44-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
44+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4545
with:
4646
go-version: stable
4747
cache-dependency-path: |
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484

8585
- name: Setup Golang Environment
86-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
86+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
8787
with:
8888
go-version: stable
8989
cache-dependency-path: |
@@ -94,12 +94,12 @@ jobs:
9494
run: make unit-test
9595

9696
- name: Upload coverage reports to Codecov
97-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
97+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100100

101101
- name: Upload Coverage Report
102-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
102+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
103103
with:
104104
name: cover-${{ github.run_id }}.html
105105
path: ${{ github.workspace }}/cover.html
@@ -114,15 +114,15 @@ jobs:
114114
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115115

116116
- name: Setup Node.js Environment
117-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
117+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
118118
with:
119119
node-version-file: .nvmrc
120120

121121
- name: Run tests
122122
run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
123123

124124
- name: Upload coverage reports to Codecov
125-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
125+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
126126
with:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128

@@ -141,7 +141,7 @@ jobs:
141141
fetch-depth: 0
142142

143143
- name: Setup Golang Environment
144-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
144+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
145145
with:
146146
go-version: stable
147147
cache-dependency-path: |
@@ -157,11 +157,11 @@ 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
164-
uses: anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
164+
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
165165
if: github.ref_type == 'tag'
166166

167167
- name: Install Cosign
@@ -171,7 +171,7 @@ jobs:
171171
- name: Build binary
172172
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
173173
with:
174-
version: v2.5.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
174+
version: v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
175175
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -310,4 +310,4 @@ jobs:
310310
311311
- name: Push to GitHub Container Registry
312312
run: |
313-
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginxinc/charts
313+
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginx/charts

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
47+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4848
with:
4949
languages: ${{ matrix.language }}
5050
build-mode: ${{ matrix.build-mode }}
5151
queries: security-and-quality
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
54+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5555
with:
5656
category: "/language:${{matrix.language}}"

.github/workflows/conformance.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141

4242
- name: Setup Golang Environment
43-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
43+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4444
with:
4545
go-version: stable
4646

@@ -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,22 +78,22 @@ 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
8585

8686
- name: Build binary
8787
uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
8888
with:
89-
version: v2.5.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
89+
version: v2.6.1 # renovate: datasource=github-tags depName=goreleaser/goreleaser
9090
args: build --single-target --snapshot --clean
9191
env:
9292
TELEMETRY_ENDPOINT: "" # disables sending telemetry
9393
TELEMETRY_ENDPOINT_INSECURE: "false"
9494

9595
- name: Build NGF Docker Image
96-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
96+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
9797
with:
9898
file: build/Dockerfile
9999
tags: ${{ steps.ngf-meta.outputs.tags }}
@@ -104,7 +104,7 @@ jobs:
104104
pull: true
105105

106106
- name: Build NGINX Docker Image
107-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
107+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
108108
with:
109109
file: build/Dockerfile${{ inputs.image == 'nginx' && '.nginx' || '' }}${{ inputs.image == 'plus' && '.nginxplus' || ''}}
110110
tags: ${{ steps.nginx-meta.outputs.tags }}
@@ -123,7 +123,7 @@ jobs:
123123
working-directory: ./tests
124124

125125
- name: Build Test Docker Image
126-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
126+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
127127
with:
128128
file: tests/conformance/Dockerfile
129129
tags: conformance-test-runner:${{ github.sha }}
@@ -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}
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Upload profile to GitHub
166166
if: ${{ inputs.enable-experimental }}
167-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
167+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
168168
with:
169169
name: conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}
170170
path: ./tests/conformance-profile.yaml

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
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/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Scan
25-
uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
25+
uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
2626
with:
2727
api-key: ${{ secrets.FOSSA_TOKEN }}

0 commit comments

Comments
 (0)