Ingress NGINX Controller for Kubernetes
Find a file
James Strong e1a16f6e74
Update nginx base image in one place (#8400)
* update files to use one base image file

Signed-off-by: James Strong <strong.james.e@gmail.com>

* add chart test as well

Signed-off-by: James Strong <strong.james.e@gmail.com>

* update e2e-test image building

Signed-off-by: James Strong <strong.james.e@gmail.com>

* update e2e base image arg

Signed-off-by: James Strong <strong.james.e@gmail.com>

* add current e2e so test run

Signed-off-by: James Strong <strong.james.e@gmail.com>

* working on fixing build

* getting dev-env and make release to work

* test

* i think buildx is working on mac

* updates

* why docker for mac and linux cli differ

* fix target arch

* fix target arch

* fix loag issue

* fix issue

* update the chroot docker file

* fix docker base build

* mac is the issue

* env not getting to the e2e deployment.go file

* fix pull issue

* fix pull issue

* move test scripts into test folder

* clean up ci

* updates for PR

* remove unnesscary var
2022-07-08 09:27:47 -07:00
.github Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
build Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
charts/ingress-nginx support extraEnvs for job resources in helm chart (#8545) 2022-06-21 07:16:26 -07:00
cmd fix the gosec test and a make target for it 2022-06-15 13:19:30 -04:00
deploy Update deploy.yaml (#8365) 2022-07-02 14:55:24 -07:00
docs changed to alpine-v3.16 (#8793) 2022-07-08 06:57:46 -07:00
hack Update deploy.yaml (#8365) 2022-07-02 14:55:24 -07:00
images Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
internal add new summary metric: ingress_header_seconds (#8726) 2022-06-22 12:59:43 -07:00
rootfs Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
test Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
version Refactor version helper (#4437) 2019-08-13 13:46:16 -04:00
.gitignore release 1.1.3 details (#8411) 2022-04-01 09:14:46 -07:00
.luacheckrc Enable lj-releng tool to lint lua code. 2020-06-09 18:01:35 +08:00
Changelog.md chore: release v1.2.1 (#8646) 2022-05-31 06:26:53 -07:00
cloudbuild.yaml images: use k8s-staging-test-infra/gcb-docker-gcloud (#7999) 2021-12-12 05:19:59 -08:00
code-of-conduct.md Update code-of-conduct.md (#1842) 2017-12-20 15:34:27 -03:00
CONTRIBUTING.md Fix spelling in documentation and top-level files (#8009) 2021-12-06 05:46:33 -08:00
go.mod Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#8781) 2022-07-04 11:19:23 -07:00
go.sum Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#8781) 2022-07-04 11:19:23 -07:00
ISSUE_TRIAGE.md Fix typos in ISSUE_TRIAGE.md (#7863) 2021-11-04 04:52:03 -07:00
LICENSE Initial commit 2016-11-04 23:54:14 +01:00
Makefile Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
mkdocs.yml set edit_uri value with main branch (#8088) 2021-12-29 09:21:36 -08:00
NGINX_BASE Update nginx base image in one place (#8400) 2022-07-08 09:27:47 -07:00
OWNERS Comment busy owners (#8035) 2021-12-15 11:38:27 -03:00
OWNERS_ALIASES Promote Jintao to maintainer (#8485) 2022-04-17 15:26:41 -07:00
README.md Fix several typos (#8701) 2022-06-15 14:33:11 -07:00
RELEASE.md chore: remove stable.txt from release process (#8778) 2022-07-04 03:17:23 -07:00
SECURITY.md Add SECURITY.md 2020-07-27 16:01:17 -06:00
SECURITY_CONTACTS Add security contacts (#7642) 2021-09-15 12:24:12 -07:00
TAG Start release of v1.2.1 (#8645) 2022-05-29 14:00:51 -07:00

Ingress NGINX Controller

CII Best Practices Go Report Card GitHub license GitHub stars GitHub stars FOSSA Status

Overview

ingress-nginx is an Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer.

Learn more about Ingress on the main Kubernetes documentation site.

Get started

See the Getting Started document.

Troubleshooting

If you encounter issues, review the troubleshooting docs, file an issue, or talk to us on the #ingress-nginx channel on the Kubernetes Slack server.

Changelog

See the list of releases to find out about feature changes. For detailed changes for each release; please check the Changelog.md file. For detailed changes on the ingress-nginx helm chart, please check the following CHANGELOG.md file.

Support Versions table

Ingress-NGINX version k8s supported version Alpine Version Nginx Version
v1.2.1 1.23, 1.22, 1.21, 1.20, 1.19 3.14.6 1.19.10†
v1.2.0 1.23, 1.22, 1.21, 1.20, 1.19 3.14.6 1.19.10†
v1.1.3 1.23, 1.22, 1.21, 1.20, 1.19 3.14.4 1.19.10†
v1.1.2 1.23, 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.1.1 1.23, 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.1.0 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.5 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.4 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.3 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.2 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.1 1.22, 1.21, 1.20, 1.19 3.14.2 1.19.9†
v1.0.0 1.22, 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.51.0 1.21, 1.20, 1.19 3.14.4 1.19.10†
v0.49.3 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.2 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.1 1.21, 1.20, 1.19 3.14.2 1.19.9†
v0.49.0 1.21, 1.20, 1.19 3.13.5 1.20.1
v0.48.1 1.21, 1.20, 1.19 3.13.5 1.20.1

This build is patched against CVE-2021-23017.

See this article if you want upgrade to the stable Ingress API.

Get Involved

Thanks for taking the time to join our community and start contributing!

  • This project adheres to the Kubernetes Community Code of Conduct. By participating in this project, you agree to abide by its terms.

  • Contributing: Contributions of all kind are welcome!

    • Read CONTRIBUTING.md for information about setting up your environment, the workflow that we expect, and instructions on the developer certificate of origin that we require.

    • Join our Kubernetes Slack channel for developer discussion : #ingress-nginx-dev.

    • Submit github issues for any feature enhancements, bugs or documentation problems. Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

  • Support: Join the #ingress-nginx-users channel inside the Kubernetes Slack to ask questions or get support from the maintainers and other users.

    • The github issues in the repository are exclusively for bug reports and feature requests.
  • Discuss: Tweet using the #IngressNginx hashtag.

License

Apache License 2.0