kyprizel / testcookie-nginx-module

simple robot mitigation module using cookie based challenge/response technique. Not supported any more.
http://kyprizel.github.com/testcookie-nginx-module/
525 stars 140 forks source link

There aren’t any releases here #61

Closed madest92 closed 6 years ago

madest92 commented 6 years ago

@kyprizel can you add the master code to a stable release?

kyprizel commented 6 years ago

what for?

madest92 commented 6 years ago

I configure custom nginx with modules. And other modules have versioning. For example download:

VERSION_NGINX_LUA='0.10.11'
URL_LUA='https://github.com/openresty/lua-nginx-module'
wget $URL_LUA/archive/v${VERSION_NGINX_LUA}.tar.gz

I know exactly which version is installed. I can see the change log. In your module you need to download each time from the master. And there is no guarantee that the new changes will not lead to problems.

kyprizel commented 6 years ago

You can make all freezes at your side.

dvershinin commented 5 years ago

@kyprizel I don't think it's a lot of extra work to go to Releases tab and tag a release :) You do have some versions specified in the changelog but go figure which one maps to which commit.

Tagging releases would tremendously help with packaging the module as dynamic one, as RPM package. E.g. for here