Releases: crowdsecurity/crowdsec
v1.0.11
New
- add autocompletion for
cscli
(#717) @AlteredCoder - refactor configuration management : extend non-root usage (#698) @AlteredCoder
Bug Fixes & Improvements
- ent update : 0.7.0 (#692) @buixor
cscli
hub mgmt improvements (#710) @buixor- bump pyyaml from 5.3.1 to 5.4 in /docs (#720) @dependabot
- bump jinja2 from 2.11.1 to 2.11.3 in /docs (#706) @dependabot
- ensure LAPI logs respect
log_media
(#707) @buixor - fix pattern registration (#715) @AlteredCoder
- debian package auto-testing (#701) @buixor
pkg/apiclient
: pick up dropped errors (#676) @alrs- fix null deref in cscli config (#694) @AlteredCoder
- use --no-cache with apk to skip manual apk update (#689) @PeterDaveHello
- don't hide cscli version (#686) @AlteredCoder
- fix #677 (#684) @AlteredCoder
- reorder Dockerfile to improve image layer caching (#681) @PeterDaveHello
- pattern syntax consistence (#675) @buixor
- fix #670, improve decision delete doc (#673) @buixor
- pkg/metabase: fix dropped error (#652) @alrs
- remove pattern matching valid SSH disconnect (#668) @dani
Documentation & others
- FreeBSD changes (#718) (#721) @AlteredCoder
- update crowdsec tour documentation (#713) @AlteredCoder
- update README (#714) @AlteredCoder
- fix debian-like installation documentation (#708) @registergoofy
- clarify doc on onsuccess in parsers + add new date formats for dateparse (#703) @buixor
- unified functional tests (#696) @buixor
- misspelling in docker Readme (#688) @thib3113
- up installation documentation (#678) @buixor
- automatically update docker hub readme (github action) (#679) @he2ss
- update the config.yaml file (#674) @AlteredCoder
- clarify help message, fix #659 (#672) @buixor
- fix documentation in write_configurations (#666) @AlteredCoder
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.9
Improvements
- allow for acquisition files to be specified from a directory as well (#619) @buixor
- improve logging cscli and wizard (#643) @AlteredCoder
- add a prometheus_uri option for cscli's config (#625) @buixor
Bug Fixes & various
- docker: fix the perms of SQLite DB for metabase (#647) @buixor
- don't try to login with zero scenarios (#627) @buixor
- skip empty lines to avoid issue of #630 (#631) @buixor
- only set logfile dir if media is file (#615) @buixor
- fix races + significantly improve crowdsec forensic mode shutdown speed (#633) @registergoofy
- truely don't try to send anything with empty online credentials configuration file (#657) @registergoofy
Documentation
- reference faq for metabase without docker (#649) @buixor
- doc api + minor api fixes (#654) @buixor
- update bouncer_machine_management.md (#614) @KINGMilo
- doc improvements (#644) @buixor
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.8
Improvements
- allow for acquisition files to be specified from a directory as well (#619) @buixor
- improve logging cscli and wizard (#643) @AlteredCoder
- add a prometheus_uri option for cscli's config (#625) @buixor
Bug Fixes
- docker: fix the perms of SQLite DB for metabase (#647) @buixor
- don't try to login with zero scenarios (#627) @buixor
- skip empty lines to avoid issue of #630 (#631) @buixor
- only set logfile dir if media is file (#615) @buixor
- fix races + significantly improve crowdsec forensic mode shutdown speed (#633) @registergoofy
Changes
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.7
Changes
Improvements
- allow environment variable in configuration file (#601) @AlteredCoder
- update docker image + documentation (#602) @erenJag
- Add use_forwarded_for_headers configuration option for LAPI (#610) @blotus
Bug fixes
- Fix: typo in apic.go logs (#592) @sbs2001
- Fix: default configurations (#597) @buixor
- create crowdsec group for metabase and crowdsec.db (#606) @AlteredCoder
- fix stack trace when missing cscli in config file (#607) @AlteredCoder
- don't load lapi creds when running only api (#608) @AlteredCoder
Various
- update go.mod (#580) @AlteredCoder
- add link to exported fields in write configuration documentation (#584) @AlteredCoder
- add answer to #589 to FAQ (#590) @buixor
- add two options: configure and noop (#591) @registergoofy
- Docs: Correct link in README for installation via source (#593) @sbs2001
- Documentation update (#596) @JeanDevaux
- Update grammar of index.md for localAPI docs (#598) @KINGMilo
- remove help message backup/restore in wizard (#612) @AlteredCoder
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.6
Changes
Improvements
- allow environment variable in configuration file (#601) @AlteredCoder
- add two options: configure and noop (#591) @registergoofy
- update go.mod (#580) @AlteredCoder
Bug fixes
- Fix: enable items when upgrading a collection (#599) @AlteredCoder
- Fix: default configurations (#597) @buixor
- Fix: typo in apic.go logs (#592) @sbs2001
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.5
Changes
- Update grammar of index.md for localAPI docs (#598) @KINGMilo
- update go.mod (#580) @AlteredCoder
- Fix default configurations (#597) @buixor
- Documentation update (#596) @JeanDevaux
- Docs: Correct link in README for installation via source (#593) @sbs2001
- Fix typo in apic.go logs (#592) @sbs2001
- add two options: configure and noop (#591) @registergoofy
- add answer to #589 to FAQ (#590) @buixor
- add link to exported fields in write configuration documentation (#584) @AlteredCoder
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.4
Changes
Improvements
- fix ipv6 operations & allow iner/outer range search (#567) @AlteredCoder
- wizard : enable detection of
httpd
(#512) @sbs2001 (centos) - wizard : improve upgrade (#542) @erenJag
Bug fixes
- fix jwt token desynchronization between crowdsec and lapi (#572) @buixor
- wizard: don't force
--binupgrade
when upgrading a patch cscli dashboard create
: drop the platform argument to avoid being compatible ONLY with API 1.41 (#582) @buixor
Various
- Sanitize id from either source (#568) @srcr (BSD support)
- MAKE is now a variable (#569) @srcr (BSD support)
- go mod tidy (#566) @buixor
- Update copyright year (#565) @registergoofy
- Fix docker library used by cscli dashboard (#563) @AlteredCoder
- jwt token generation improvement (#557) @registergoofy
- Remove usage of tachymeter (#561) @buixor
- Add doc on how to contribute bouncers (#560) @buixor
- Update docker doc for database persistence (#551) @thelittlefireman
- Tor doc : add http as well (#547) @buixor
- Add tests for wizard upgrade (#545) @AlteredCoder
- Document how to use it with tor (#546) @buixor
- Delete old/empty docs (#544) @buixor
- Update documentation for upgrade (#543) @buixor
- Fix bugs in wizard and cscli (#577) @AlteredCoder
- add useful links in the wizard (#576) @AlteredCoder
- Update db schema in documentation (#575) @AlteredCoder
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.3
Changes
Improvements
- fix ipv6 operations & allow iner/outer range search (#567) @AlteredCoder
- wizard : enable detection of
httpd
(#512) @sbs2001 (centos) - wizard : improve upgrade (#542) @erenJag
Bug fixes
- fix jwt token desynchronization between crowdsec and lapi (#572) @buixor
- wizard: don't force
--binupgrade
when upgrading a patch
Various
- Sanitize id from either source (#568) @srcr (BSD support)
- MAKE is now a variable (#569) @srcr (BSD support)
- go mod tidy (#566) @buixor
- Update copyright year (#565) @registergoofy
- Fix docker library used by cscli dashboard (#563) @AlteredCoder
- jwt token generation improvement (#557) @registergoofy
- Remove usage of tachymeter (#561) @buixor
- Add doc on how to contribute bouncers (#560) @buixor
- Update docker doc for database persistence (#551) @thelittlefireman
- Tor doc : add http as well (#547) @buixor
- Add tests for wizard upgrade (#545) @AlteredCoder
- Document how to use it with tor (#546) @buixor
- Delete old/empty docs (#544) @buixor
- Update documentation for upgrade (#543) @buixor
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Upgrading installation
Take a look at the upgrade instructions or installation instructions.
v1.0.2
Changes
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
v1.0.1
Changes
Bug fixes
- Handle broken pipe errors in local API (#538) @buixor
- Update systemctl env to use default LANG (#535) @AlteredCoder
- Export node logger (needed for hub CI) (#537) @registergoofy
- Avoid pushing signals from local/tainted scenarios (#536) @buixor
- Deal with LAPI down : ensure client will reauthenticate (#527) @buixor
- Fix
cscli hub upgrade
(#534) @AlteredCoder - Fix
--all
flags forcscli [item] upgrade
(#534) @AlteredCoder - Fix localhost confusion (
localhost
vs127.0.0.1
) (#522) @erenJag - Don't trash bouncer configuration on
wizard.sh --upgrade
(#522) @erenJag - Early hub CI integration (#521) @registergoofy
- Fix prometheus URL used by cscli (#520) @AlteredCoder
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.