-
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
chore: bump NGINX version v1.21.4 #8889
Conversation
Signed-off-by: Jintao Zhang <[email protected]>
/kind feature |
@tao12345666333 we need to merge this to kick of the cloud build or are you doing that on your own? |
@strongjz Actually I haven't finished this PR |
hi, I want to upgrade NGINX to 1.22.0,will it work if i only change "export NGINX_VERSION=1.19.10" to "export NGINX_VERSION=1.22.0" and change its sha256 hash value ? I always build failure and never success,the common error is following: |
no, also need to change all module dependencies. |
Are there any hints to find the target versions of dependencies ? I am not work on NGINX and this seems hard to me |
Signed-off-by: Jintao Zhang <[email protected]>
Next I just need to update the patch |
Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang <[email protected]>
|
@tao12345666333 ready for some review? let me know, we can do live review! :D |
yes! |
@@ -18,13 +18,13 @@ set -o errexit | |||
set -o nounset | |||
set -o pipefail | |||
|
|||
export NGINX_VERSION=1.19.10 | |||
export NGINX_VERSION=1.21.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: should we stick with v1.21.4 even 1.21.6 existing? should we cherry pick 21.6 patches?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As Openresty hasn't been updated to 1.21.6, although not much has changed between 1.21.4 and 1.21.6. But I want to merge this first, to test this. Then update to 1.21.6 in subsequent PRs
/unhold
yey nice. I guess this is good. I only wanted to know if we can use the last nginx patch :D |
/lgtm Unhold as you wish! Thanks Jintao! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rikatz, tao12345666333 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
As Openresty hasn't been updated to 1.21.6, although not much has changed between 1.21.4 and 1.21.6. But I want to merge this first, to test this. Then update to 1.21.6 in subsequent PRs /unhold |
/hold cancel |
Hi @tao12345666333, @rikatz, the version upgrade in this PR 1.21.4 has reached an end of support since long time. Is there any plan to upgrade to currently supported version like 1.22.1 or 1.23.2. As mentioned here |
* chore: bump NGINX version v1.21.4 Signed-off-by: Jintao Zhang <[email protected]> * chore: bump all others Signed-off-by: Jintao Zhang <[email protected]> * apply all patches Signed-off-by: Jintao Zhang <[email protected]> * fix files hash Signed-off-by: Jintao Zhang <[email protected]> * fix ajp module Signed-off-by: Jintao Zhang <[email protected]> Signed-off-by: Jintao Zhang <[email protected]>
Signed-off-by: Jintao Zhang [email protected]
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
fixes: #8799
How Has This Been Tested?
Checklist: