Changelog
🎉 Features
9c1a10e feat: add new dry run mode (!98)
8e0284d feat: print fail2ban version on startup (!96)
812f506 feat: tag docker images with extra labels (!85)
🐛 Fixes
37b6764 fix: set http server timeouts (!91)
📑 Other
8c67048 ci: fix release step script (!101)
e46da3e docs: add dry run flag to readme (!100)
b6cec83 ci: add go vet to test stage (!99)
b9ab77d build: disable cgo for makefile build (!97)
dc342e3 chore: replace ioutil with os calls (!95)
594d9f2 chore: rename examples folder (!94)
cfa20f6 ci: configure dependency scanning (!93)
56ecc03 chore: update makefile commands (!92)
11c4b26 refactor: move server setup code to new package (!90)
3cff8cc refactor: rewrite auth handler code (!89)
43cab7a refactor: replace cli parser with kong (!88)
8974395 ci: add sast step to pipeline (!87)
f1e69fc docs: update readme with latest changes (!86)
d7f9b5c chore: update go and dependencies