Skip to content

Releases: crowdsecurity/crowdsec

v1.5.0-rc2

06 Mar 15:19
16a3be4
Compare
Choose a tag to compare
v1.5.0-rc2 Pre-release
Pre-release

New Features

Improvements

Bug Fixes

Chore / Deps

  • replace log.Fatal -> fmt.Errorf (#2058) @mmetc
  • Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 (#2060) @dependabot
  • Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (#1996) @dependabot
  • CAPI error code handling tests (#2027) @rr404
  • CI: set GOBIN instead of go install + cp (#2030) @mmetc
  • CI: build with go 1.20 (#2031) @mmetc
  • test: bats-detect tests for "cscli setup" (#2057) @mmetc
  • Cscli config refactoring (#1934) @mmetc
  • separate cobra constructors: lapi, machines, bouncers, postoverflows (#1945) @mmetc
  • bump docker actions to avoid deprecation warnings (#1966) @mmetc
  • ci: remove hub dispatch, (msi) take release version from git history (#1949) @mmetc
  • cscli refact: extracted New.*Cmd from alerts, capi, dashboard; removed some globals (#1990) @mmetc
  • refact cscli decisions (#2003) @mmetc
  • docker: replace BUILD_ENV with --target (#1995) @mmetc
  • break in smaller functions cscli hub, hubtest, notifications, parsers, scenarios, simulation (#2004) @mmetc
  • Store go module name in var in Makefile (#1989) @junnhy5
  • remove SYSTEM=docker during build, update dockerignore (#2017) @mmetc
  • use helpers for shorter tests, add a couple of error cases (#2016) @mmetc
  • CI: update github actions and deprecated commands (#2023) @mmetc
  • CI: bump more actions (#2028) @mmetc

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.5.0-rc1

22 Feb 08:46
be18fea
Compare
Choose a tag to compare
v1.5.0-rc1 Pre-release
Pre-release

New Features

Improvements

Bug Fixes

Chore / Deps

  • replace log.Fatal -> fmt.Errorf (#2058) @mmetc
  • Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 (#2060) @dependabot
  • Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (#1996) @dependabot
  • CAPI error code handling tests (#2027) @rr404
  • CI: set GOBIN instead of go install + cp (#2030) @mmetc
  • CI: build with go 1.20 (#2031) @mmetc
  • test: bats-detect tests for "cscli setup" (#2057) @mmetc
  • Cscli config refactoring (#1934) @mmetc
  • separate cobra constructors: lapi, machines, bouncers, postoverflows (#1945) @mmetc
  • bump docker actions to avoid deprecation warnings (#1966) @mmetc
  • ci: remove hub dispatch, (msi) take release version from git history (#1949) @mmetc
  • cscli refact: extracted New.*Cmd from alerts, capi, dashboard; removed some globals (#1990) @mmetc
  • refact cscli decisions (#2003) @mmetc
  • docker: replace BUILD_ENV with --target (#1995) @mmetc
  • break in smaller functions cscli hub, hubtest, notifications, parsers, scenarios, simulation (#2004) @mmetc
  • Store go module name in var in Makefile (#1989) @junnhy5
  • remove SYSTEM=docker during build, update dockerignore (#2017) @mmetc
  • use helpers for shorter tests, add a couple of error cases (#2016) @mmetc
  • CI: update github actions and deprecated commands (#2023) @mmetc
  • CI: bump more actions (#2028) @mmetc

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.6

09 Feb 13:29
5f71037
Compare
Choose a tag to compare

Changes

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.5

16 Jan 09:52
Compare
Choose a tag to compare

Changes

Bug Fixes

  • docker: add {VERSION}-slim tag to releases (#1977)
  • Fix docker_start.sh not properly handling env vars (#1993)

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.4

03 Jan 15:51
8d0af73
Compare
Choose a tag to compare

Changes

Bug Fixes

  • docker entrypoint/configuration fixes + refactoring (#1959) @mmetc
  • fix tls communication with lapi and user/pw auth (backport) (#1955) @mmetc
  • docker: fix/improve support for persistent configurations (#1915) (#1922) @mmetc
  • docker/README: automatic registration with tls (#1909) (#1919) @mmetc
  • docker: correctly extract BOUNCER_KEY_* (fix #1912) (#1913) (#1920) @mmetc
  • set cscli log timestamp to 24h (#1917) (#1921) @mmetc
  • docker: separate CLIENT_* and LAPI_* variables for tls certificates (backport) (#1931) @mmetc

CI

  • simplified release workflow, removed hub dispatch @mmetc

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.4-rc3

29 Dec 21:48
1b28792
Compare
Choose a tag to compare
v1.4.4-rc3 Pre-release
Pre-release

Bug fixes

  • fix tls communication with lapi and user/pw auth @mmetc
  • docker: fix/improve support for persistent configurations (#1922) @mmetc
  • docker/README: automatic registration with tls (#1919) @mmetc
  • docker: correctly extract BOUNCER_KEY_* (#1920) @mmetc
  • set cscli log timestamp to 24h (#1921) @mmetc
  • docker: separate CLIENT_* and LAPI_* variables for tls certificates (backport) (#1931) @mmetc

CI

  • simplified release workflow, removed hub dispatch @mmetc

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.4-rc2

22 Dec 13:46
80e6a2e
Compare
Choose a tag to compare
v1.4.4-rc2 Pre-release
Pre-release

Changes

This -rc2 contains only backported fixes for the Docker images.

Bug fixes

  • docker: fix/improve support for persistent configurations (#1922) @mmetc
  • docker/README: automatic registration with tls (#1919) @mmetc
  • docker: correctly extract BOUNCER_KEY_* (#1920) @mmetc
  • set cscli log timestamp to 24h (#1921) @mmetc
  • docker: separate CLIENT_* and LAPI_* variables for tls certificates (backport) (#1931) @mmetc

CI

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.4-rc1

12 Dec 10:21
86666f4
Compare
Choose a tag to compare
v1.4.4-rc1 Pre-release
Pre-release

This -rc1 contains only backported fixes for the Docker images.

Changes

Bug Fixes

  • docker: fix/improve support for persistent configurations (#1922) @mmetc
  • docker/README: automatic registration with tls (#1919) @mmetc
  • docker: correctly extract BOUNCER_KEY_* (#1920) @mmetc
  • set cscli log timestamp to 24h (#1921) @mmetc

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.3

30 Nov 13:42
f2528f3
Compare
Choose a tag to compare

Changes

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.

v1.4.2

15 Nov 11:10
3beb84b
Compare
Choose a tag to compare

Main changes

  • Kafka data source (#1698)
  • Changes on the database front to speed up operations, especially when inserting or deleting big IPs list (#1752 #1835 #1782)
  • Cscli got a visual revamp with better-looking tables and usage (#1763 #1801)
  • CrowdSec now auto-updates parsers & scenarios on a daily basis to stay on top of upcoming threats (#1817)
  • Added cscli support dump for more accessible support (#1634)
  • Added cscli notifications reinject to make debugging and tweaking around notifications easier (#1638)

New features

Bug Fixes

Changes

Geolite2 notice

This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Installation

Take a look at the installation instructions.