-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade NGINX version and all the Openresty modules we bake in the base NGINX image #9198
Comments
@ElvinEfendi: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@ElvinEfendi: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
yes. I’m working on it. #8889 (comment) |
Closing this in favour of #8799. Talked to @tao12345666333 in Slack, @tao12345666333 is going to test with both If none of those work because of some conflicts with Openresty ecosystem, then we can go with |
ingress-nginx currently uses NGINX 1.19.10 while the latest stable NGINX version is 1.22 as per http://nginx.org/en/download.html.
You can see in http://nginx.org/en/CHANGES that there are a lot of improvements since
1.19.10
, notably:Introduced in
Changes with nginx 1.21.6 25 Jan 2022
. I have not tested, but this could potentially fix #8094 too.Since we rely on Openresty ecosystem, we should try to follow what they use as base NGINX version, which is
1.21.4
. Looking at NGINX changelog, there does not seem to be huge diff between1.21.4
and1.21.6
, so I think we should be able to safely use NGINX1.21.6
and apply these Openresty patches.Why not directly go to the latest NGINX version 1.23.2?
We can probably do this too, I see that Openresty adopted the patches for it too. The only reservation would be that is not the latest stable release, but as long as our tests passes maybe that's fine?
The text was updated successfully, but these errors were encountered: