signalsciences/sigsci-nginx-ingress-controller

Inconsistency between module version API and release notes

Closed this issue · 1 comments

# Get the latest version of the sigsci nginx native module
&& MODULE_VERSION=$(wget -O- -q https://dl.signalsciences.net/sigsci-module-nginx-native/VERSION) \

If you click https://dl.signalsciences.net/sigsci-module-nginx-native/VERSION, you get 1.1.8. However, release notes claim the latest version is 1.6.0 and 1.1.8 was released over 7 years ago.

Am I looking at two totally different things? Or the API is lagging behind too much?

Great question, the 1.1.8 and 1.6.0 are actually versions for two separate modules, but the naming can be confusing. We have a nginx-native module written in C, and another nginx module that uses Lua to integrate.

For the ingress controller we are using the nginx-native module, which at time of writing is version 1.1.8.