What’s Changed
- fix Makefile by getting rid of quotes in variables (#222) @sabban
- Allow to configure max number of elements in ipset set (#220) @blotus
- fix support for .yaml.local (#219) @mmetc
- read go version from runtime pkg; don't use -X (#218) @mmetc
- make ipset type configurable (#211) @jakobwenzel
- make: accept BUILD_VENDOR_FLAGS (#209) @mmetc
- support crowdsec-firewall-bouncer.yaml.local (#196) @mmetc
- lint/shellharden postinstall scripts, removed bash dependency, look for cscli in $PATH (#205) @mmetc
- build static release, removed PID_DIR (#208) @mmetc
- update go.mod to reflect the InsecureSkipVerify fix (#206) @sabban
- Fix metrics when LOG action is on (#204) @sbs2001
- Measure dropped packets (#199) @sbs2001
- install/upgrade/uninstall -> posix sh (#198) @mmetc
- Variable supportedDecisionsTypes private (#203) @LaurenceJJones
- golangci-lint 1.49 and related fixes (#200) @mmetc
- updated/enabled/sorted linters; whitespace for readability (#195) @mmetc
- install.sh: fix iptables detection (#183) @freeekanayaka
- cap ban duration when it is too long for ipset (#184) @blotus
- add support for TLS auth (#188) @blotus
- fix ipv6 set-only nftables init (#181) @buixor
- add some lint checks and error wrapping (#174) @mmetc
- unify version flag with other bouncer and crowdsec (#180) @AlteredCoder