Skip to content

Commit eb9798e

Browse files
authored
Merge pull request #40 from crowdsecurity/bump_1.0.1
bump to v1.0.1
2 parents 90189a5 + fb8623c commit eb9798e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian/patches/crowdsec_nginx.conf.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Index: openresty/crowdsec_openresty.conf
1010

1111
init_by_lua_block {
1212
cs = require "crowdsec"
13-
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v0.1.11")
13+
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.1")
1414
@@ -14,4 +14,4 @@ init_by_lua_block {
1515
access_by_lua_block {
1616
local cs = require "crowdsec"

ingress-nginx/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local cs = require "plugins.crowdsec.crowdsec"
22
local ngx = ngx
33

44
local _M = {}
5-
local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v0.1.11")
5+
local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.1")
66
if ok == nil then
77
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
88
error()

openresty/crowdsec_openresty.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lua_ssl_trusted_certificate ${SSL_CERTS_PATH};
44

55
init_by_lua_block {
66
cs = require "crowdsec"
7-
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v0.1.11")
7+
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.1")
88
if ok == nil then
99
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
1010
error()

0 commit comments

Comments
 (0)