Skip to content

Commit 167e6ce

Browse files
lucacomepdabelf5
authored andcommitted
Update from nginxinc to nginx (#7103)
1 parent 3e4a0b5 commit 167e6ce

File tree

233 files changed

+1616
-1616
lines changed

Some content is hidden

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

233 files changed

+1616
-1616
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://docs.nginx.com/nginx-ingress-controller
55
about: Check out our documentation.
66
- name: General inquiries
7-
url: https://github.com/nginxinc/kubernetes-ingress/discussions
7+
url: https://github.com/nginx/kubernetes-ingress/discussions
88
about: Please use Discussions for all other questions.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ that issue here in this description (not in the title of the PR).
77

88
Before creating a PR, run through this checklist and mark each as complete.
99

10-
- [ ] I have read the [CONTRIBUTING](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md) doc
10+
- [ ] I have read the [CONTRIBUTING](https://github.com/nginx/kubernetes-ingress/blob/main/CONTRIBUTING.md) doc
1111
- [ ] I have added tests that prove my fix is effective or that my feature works
1212
- [ ] I have checked that all unit tests pass after adding my changes
1313
- [ ] I have updated necessary documentation

.github/config/config-oss-github

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export TARGET_REGISTRY=ghcr.io
2-
export TARGET_OSS_IMAGE_PREFIX="nginxinc/kubernetes-ingress"
2+
export TARGET_OSS_IMAGE_PREFIX="nginx/kubernetes-ingress"
33
export PUBLISH_PLUS=false
44
export PUBLISH_WAF=false
55
export PUBLISH_DOS=false

.github/workflows/build-oss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
type=raw,value=${{ inputs.tag }}
8888
labels: |
8989
org.opencontainers.image.description=NGINX Ingress Controller for Kubernetes
90-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/main/README.md
90+
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/nginx/kubernetes-ingress/main/README.md
9191
io.artifacthub.package.logo-url=https://docs.nginx.com/nginx-ingress-controller/images/icons/NGINX-Ingress-Controller-product-icon.svg
9292
io.artifacthub.package.maintainers=[{"name":"NGINX Inc","email":"[email protected]"}]
9393
io.artifacthub.package.license=Apache-2.0

.github/workflows/build-ot-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
7373
with:
7474
images: |
75-
name=ghcr.io/nginxinc/dependencies/nginx-ot,enable=true
75+
name=ghcr.io/nginx/dependencies/nginx-ot,enable=true
7676
flavor: suffix=${{ matrix.os != 'debian' && format('-{0}', matrix.os) || '' }},onlatest=true
7777
tags: |
7878
type=raw,value=nginx-${{ steps.var.outputs.nginx_version }},enable=true

.github/workflows/build-ubi-dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
default: false
2020

2121
env:
22-
IMAGE_NAME: ghcr.io/nginxinc/dependencies/nginx-ubi-ppc64le
22+
IMAGE_NAME: ghcr.io/nginx/dependencies/nginx-ubi-ppc64le
2323

2424
concurrency:
2525
group: ${{ github.ref_name }}-ubi-ppc64le-build

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
source .github/data/version.txt
101101
echo "ic_version=${IC_VERSION}" >> $GITHUB_OUTPUT
102102
echo "chart_version=${HELM_CHART_VERSION}" >> $GITHUB_OUTPUT
103-
echo "forked_workflow=${{ (github.event.pull_request && github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) || github.repository != 'nginxinc/kubernetes-ingress' }}" >> $GITHUB_OUTPUT
103+
echo "forked_workflow=${{ (github.event.pull_request && github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name) || github.repository != 'nginx/kubernetes-ingress' }}" >> $GITHUB_OUTPUT
104104
./.github/scripts/variables.sh go_code_md5 >> $GITHUB_OUTPUT
105105
./.github/scripts/variables.sh docker_md5 >> $GITHUB_OUTPUT
106106
./.github/scripts/variables.sh build_tag >> $GITHUB_OUTPUT
@@ -192,9 +192,9 @@ jobs:
192192

193193
- name: Check if Codegen changed
194194
run: |
195-
cd ../.. && mkdir -p github.com/nginxinc && mv kubernetes-ingress/kubernetes-ingress github.com/nginxinc/ && cd github.com/nginxinc/kubernetes-ingress
195+
cd ../.. && mkdir -p github.com/nginx && mv kubernetes-ingress/kubernetes-ingress github.com/nginx/ && cd github.com/nginx/kubernetes-ingress
196196
make update-codegen && git diff --name-only --exit-code pkg/**
197-
cd ../../.. && mv github.com/nginxinc/kubernetes-ingress kubernetes-ingress/kubernetes-ingress
197+
cd ../../.. && mv github.com/nginx/kubernetes-ingress kubernetes-ingress/kubernetes-ingress
198198
199199
- name: Install gofumpt
200200
run: go install mvdan.cc/gofumpt@latest

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
- name: "Dependency Review"
2727
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
2828
with:
29-
config-file: "nginxinc/k8s-common/dependency-review-config.yml@main"
29+
config-file: "nginx/k8s-common/dependency-review-config.yml@main"
3030
base-ref: ${{ github.event.pull_request.base.sha || github.event.repository.default_branch }}
3131
head-ref: ${{ github.event.pull_request.base.sha || github.ref }}

.github/workflows/image-promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -680,13 +680,13 @@ jobs:
680680
helm-chart=${{ needs.checks.outputs.chart_version }}
681681
notes-footer: |
682682
## Upgrade
683-
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
683+
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
684684
- For NGINX Plus, use the {{version}} images from the F5 Container registry, the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE), the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), [Azure Marketplace](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/category/containers?page=1&search=f5&subcategories=container-apps) or build your own image using the {{version}} source code.
685685
- For Helm, use version {{helm-chart}} of the chart.
686686
687687
## Resources
688688
- Documentation -- https://docs.nginx.com/nginx-ingress-controller/
689-
- Configuration examples -- https://github.com/nginxinc/kubernetes-ingress/tree/{{version}}/examples
690-
- Helm Chart -- https://github.com/nginxinc/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
689+
- Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples
690+
- Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
691691
- Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator
692692
if: ${{ github.event_name == 'push' && contains(github.ref_name, 'release-') }}

.github/workflows/issues.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: controller
2121
if: contains(github.event.issue.body, 'nginx.ingress.kubernetes.io')
2222
run: |
23-
text="\n\n I\'ve parsed the text of your issue and it looks like you might be mixing up the two Ingress Controllers, please take a look at this [page](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-ingress-controllers) to see the differences between \`nginxinc/kubernetes-ingress\` (this repo) and \`kubernetes/ingress-nginx\`."
23+
text="\n\n I\'ve parsed the text of your issue and it looks like you might be mixing up the two Ingress Controllers, please take a look at this [page](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-ingress-controllers) to see the differences between \`nginx/kubernetes-ingress\` (this repo) and \`kubernetes/ingress-nginx\`."
2424
echo "text=$text" >> $GITHUB_OUTPUT
2525
2626
- name: Check if Issue author is Org member
@@ -53,5 +53,5 @@ jobs:
5353
issue_number: context.issue.number,
5454
owner: context.repo.owner,
5555
repo: context.repo.repo,
56-
body: 'Hi @${{github.event.issue.user.login}} thanks for reporting! \n\n Be sure to check out the [docs](https://docs.nginx.com/nginx-ingress-controller) and the [Contributing Guidelines](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md) while you wait for a human to take a look at this :slightly_smiling_face:${{ steps.controller.outputs.text }}\n\n Cheers!'
56+
body: 'Hi @${{github.event.issue.user.login}} thanks for reporting! \n\n Be sure to check out the [docs](https://docs.nginx.com/nginx-ingress-controller) and the [Contributing Guidelines](https://github.com/nginx/kubernetes-ingress/blob/main/CONTRIBUTING.md) while you wait for a human to take a look at this :slightly_smiling_face:${{ steps.controller.outputs.text }}\n\n Cheers!'
5757
})

.github/workflows/publish-helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Push to OCI registries
8787
run: |
88-
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginxinc/charts
88+
helm push ${{ steps.package.outputs.path }} oci://ghcr.io/nginx/charts
8989
helm push ${{ steps.package.outputs.path }} oci://registry-1.docker.io/nginxcharts
9090
9191
- name: Checkout Repository

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,19 +404,19 @@ jobs:
404404
role-to-assume: ${{ secrets.AWS_ROLE_MARKETPLACE }}
405405

406406
- name: Publish to AWS Marketplace
407-
uses: nginxinc/aws-marketplace-publish@accf7b4c725796b744f2ee27acc2488d76f63d32 # v1.0.8
407+
uses: nginx/aws-marketplace-publish@accf7b4c725796b744f2ee27acc2488d76f63d32 # v1.0.8
408408
continue-on-error: true
409409
with:
410410
version: ${{ inputs.nic_version }}
411411
product-id: ${{ secrets[matrix.product_id] }}
412412
registry: ${{ matrix.image }}
413-
release-notes: https://github.com/nginxinc/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}
413+
release-notes: https://github.com/nginx/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}
414414
description: |
415415
Best-in-class traffic management solution for services in Amazon EKS.
416416
This is the official implementation of NGINX Ingress Controller (based on NGINX Plus) from NGINX.
417417
usage-instructions: |
418418
This container requires Kubernetes and can be deployed to EKS.
419-
Review the installation instructions https://docs.nginx.com/nginx-ingress-controller/installation/ and utilize the deployment resources available https://github.com/nginxinc/kubernetes-ingress/tree/v${{ inputs.nic_version }}/deployments
419+
Review the installation instructions https://docs.nginx.com/nginx-ingress-controller/installation/ and utilize the deployment resources available https://github.com/nginx/kubernetes-ingress/tree/v${{ inputs.nic_version }}/deployments
420420
Use this image instead of building your own.
421421
422422
binaries:
@@ -601,7 +601,7 @@ jobs:
601601
"type": "section",
602602
"text": {
603603
"type": "mrkdwn",
604-
"text": "NGINX Ingress Controller v${{ inputs.nic_version }} is out! Check it out: https://github.com/nginxinc/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}"
604+
"text": "NGINX Ingress Controller v${{ inputs.nic_version }} is out! Check it out: https://github.com/nginx/kubernetes-ingress/releases/tag/v${{ inputs.nic_version }}"
605605
}
606606
}
607607
]

.github/workflows/update-release-draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ jobs:
7272
helm-chart=${{ needs.variables.outputs.chart_version }}
7373
notes-footer: |
7474
## Upgrade
75-
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
75+
- For NGINX, use the {{version}} images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name={{version-number}}), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
7676
- For NGINX Plus, use the {{version}} images from the F5 Container registry, the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE), the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), [Azure Marketplace](https://azuremarketplace.microsoft.com/en-gb/marketplace/apps/category/containers?page=1&search=f5&subcategories=container-apps) or build your own image using the {{version}} source code.
7777
- For Helm, use version {{helm-chart}} of the chart.
7878
7979
## Resources
8080
- Documentation -- https://docs.nginx.com/nginx-ingress-controller/
81-
- Configuration examples -- https://github.com/nginxinc/kubernetes-ingress/tree/{{version}}/examples
82-
- Helm Chart -- https://github.com/nginxinc/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
81+
- Configuration examples -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/examples
82+
- Helm Chart -- https://github.com/nginx/kubernetes-ingress/tree/{{version}}/deployments/helm-chart
8383
- Operator -- https://github.com/nginxinc/nginx-ingress-helm-operator

0 commit comments

Comments
 (0)