Kong / openresty-patches

Moved to https://github.com/Kong/kong-build-tools
Apache License 2.0
14 stars 6 forks source link

fix(patches) remove service mesh patches from http subsystem for 1.15… #59

Closed dndx closed 4 years ago

dndx commented 5 years ago

….8.2

bungle commented 5 years ago

Can you also make it so that numbering is logical still?

OK:

LuaJIT-2.1-20190507_01-fix-tab-rechaining.patch
LuaJIT-2.1-20190507_02-fix-arm-arithmetic-condition-codes.patch
LuaJIT-2.1-20190507_03-dyn-lightuserdata-map.patch

CHANGE:

nginx-1.15.8-upstream_client_certificate.patch
nginx-1.15.8_01-stream-tls.patch
nginx-1.15.8_02-listen-transparent.patch
nginx-1.15.8_05-remove-server-tokens-from-special-responses-output.patch

TO:

nginx-1.15.8_01-upstream_client_certificate.patch
nginx-1.15.8_02-stream-tls.patch
nginx-1.15.8_03-listen-transparent.patch
nginx-1.15.8_04-remove-server-tokens-from-special-responses-output.patch

DO WE NEED THESE:

ngx_stream_lua-0.0.7_01-ssl-ctx.patch
ngx_stream_lua-0.0.7_04-starttls.patch
nginx-1.15.8_03-listen-transparent.patch
dndx commented 5 years ago

@bungle thanks for the review. The updated version has been tested with: https://travis-ci.org/Kong/kong/builds/608204383 and seems to be all passing.

subnetmarco commented 4 years ago

For anybody wondering about this PR, the Service Mesh capabilities have been released into Kuma (https://kuma.io). This will allow both Kong and Kuma to iterate on their own respective use-cases independently in a better way (and without cluttering the codebase). Kong and Kuma can talk together, so that APIM capabilities can still be provided on top of a Kuma mesh.

kikito commented 4 years ago

Closing this in favor of https://github.com/Kong/kong-build-tools/pull/165