Update ghcr.io/crowdsecurity/crowdsec Docker tag to v1.7.7 #234
Reference in New Issue
Block a user
Delete Branch "renovate/ghcr.io-crowdsecurity-crowdsec-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.7.6→v1.7.7Release Notes
crowdsecurity/crowdsec (ghcr.io/crowdsecurity/crowdsec)
v1.7.7Compare Source
CrowdSec 1.7.7 brings 2 major changes:
RE2 by default on linux
CrowdsSec has supported for a long time using RE2 as the regexp engine, and with this release we make it the default.
CrowdSec has always used the builtin Go regexp package, which is a Go reimplementation of the RE2 library, but with known performance limitations.
The switch to RE2 will bring significantly increased regexp performance (one of the most critical part of CrowdSec) at the cost of slightly longer regexp compilation and higher baseline memory usage.
Other changes
Other notable changes include:
kindattribute for alerts used to identify its source (a scenario, a WAF rule, a manual decision creation, ...)cscli allowlist importcommandHTTP_PROXYenvironment variable in thenotification-httppluginFull changelog
New Features
Improvements
kindalert attribute (#4351) @blotusBug Fixes
Changes
Chore / Deps
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.
Installation
Take a look at the installation instructions.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.