Skip to content

Releases: crowdsecurity/cs-firewall-bouncer

v0.0.31

23 Sep 16:25
2884c0f
Compare
Choose a tag to compare

What’s Changed

  • add back missing logging rules for iptables (#383) @blotus
  • update dependencies + lint (#382) @mmetc
  • Pipenv cache + remove useless build flags (#381) @mmetc

v0.0.30

17 Sep 11:58
3f592b5
Compare
Choose a tag to compare

What’s Changed

  • Add support for reporting number of bytes/packets that were blocked by the bouncer (#365)
  • Improve performance when collecting metrics for prometheus and crowdsec by using iptables-save / embedded counters in the nft rules (#365)
  • Improve performance in iptables/ipset mode during insertion (#365)
  • In iptables/nftables mode, sets are now split per crowdsec origin (CAPI, crowdsec, list:XXX, ...) to provide accurate reporting (#365)

v0.0.29

12 Aug 14:17
9594360
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v0.0.28...v0.0.29

v0.0.29-rc4

30 Jul 14:22
9594360
Compare
Choose a tag to compare
v0.0.29-rc4 Pre-release
Pre-release

What’s Changed

v0.0.29-rc3

10 Jul 09:58
270a495
Compare
Choose a tag to compare
v0.0.29-rc3 Pre-release
Pre-release

What’s Changed

v0.0.29-rc2

11 Mar 13:11
0d19a68
Compare
Choose a tag to compare
v0.0.29-rc2 Pre-release
Pre-release

What’s Changed

v0.0.29-rc1

07 Nov 09:54
39db9d6
Compare
Choose a tag to compare
v0.0.29-rc1 Pre-release
Pre-release

What’s Changed

  • 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

v0.0.28

02 Oct 08:59
af6e7e2
Compare
Choose a tag to compare

What’s Changed

v0.0.28-rc6

21 Sep 11:06
a220ee6
Compare
Choose a tag to compare
v0.0.28-rc6 Pre-release
Pre-release

What’s Changed

v0.0.28-rc5

24 Aug 10:53
0378d77
Compare
Choose a tag to compare
v0.0.28-rc5 Pre-release
Pre-release

What’s Changed