Closed hutchic closed 1 year ago
This will make our builds more deterministic, less error prone, and take slightly less time
This change is a noop for current / past Kong gateway builds.
Going forward in .requirements swap RESTY_OPENSSL_VERSION=1.1.1s for KONG_OPENSSL_VERSION=1.1.0 to use the pre-compiled OPENSSL packages
.requirements
RESTY_OPENSSL_VERSION=1.1.1s
KONG_OPENSSL_VERSION=1.1.0
:tada: This PR is included in version 4.41.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This will make our builds more deterministic, less error prone, and take slightly less time
This change is a noop for current / past Kong gateway builds.
Going forward in
.requirements
swapRESTY_OPENSSL_VERSION=1.1.1s
forKONG_OPENSSL_VERSION=1.1.0
to use the pre-compiled OPENSSL packages