What’s Changed
- Add TLS auth keys to config.yaml (#372) @LaurenceJJones
- use go 1.21.9 (#366) @mmetc
- update deps: crowdsec 1.6.1, go-cs-lib 0.0.10 (#367) @mmetc
- emit banned IPs metrics when in ipset mode (#350) @nferch
- Allow overriding version.System in docker builds (#363) @mmetc
- config: apply variable expansion to all keys (#364) @mmetc
- deps: update test dependencies (#361) @mmetc
- go.mod: remove reference to unused sqlite package (#358) @mmetc
- deps: bump crowdsec to 1.6.0 (#360) @mmetc
- CI: use go 1.21.7; bump actions (#359) @mmetc
- use go 1.21.6 (#357) @mmetc
- basic PF prometheus metrics (packets, bytes, banned ip count) (#349) @mmetc
- Governance init (#331) @LaurenceJJones
- Makefile: use GO macro if set, to check for version (#351) @mmetc
- logging: full standard timestamp with timezone (yyyy-mm-dd) (#353) @mmetc
- Log level: don't demote trace to debug if using the -v flag (#352) @mmetc
- golangci-lint update (#348) @mmetc
- use go 1.21.5 (#344) @mmetc
- update dependency on crowdsec and go-cs-bouncer (#345) @mmetc
- Lint (#339) @mmetc
- remove the the Before causing some systemd cycling issue. (#340) @sabban
- allow ipset to clean up tables when receiving sigterm (#338) @mmetc
- Release action: fix asset upload (#336) @mmetc