Skip to content

Commit 5e8ff63

Browse files
Bump 1.0.3 (#54)
* Update crowdsec_nginx.conf.patch * Update main.lua * Update crowdsec_openresty.conf
1 parent 3ae4af0 commit 5e8ff63

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/v1.0.2")
13+
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3")
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/v1.0.2")
5+
local ok, err = cs.init("/etc/nginx/lua/plugins/crowdsec/crowdsec-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3)
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/v1.0.2")
7+
local ok, err = cs.init("/etc/crowdsec/bouncers/crowdsec-openresty-bouncer.conf", "crowdsec-openresty-bouncer/v1.0.3")
88
if ok == nil then
99
ngx.log(ngx.ERR, "[Crowdsec] " .. err)
1010
error()

0 commit comments

Comments
 (0)