Update ghcr.io/crowdsecurity/crowdsec Docker tag to v1.7.7 #234

Merged
ryuupendragon merged 1 commits from renovate/ghcr.io-crowdsecurity-crowdsec-1.x into main 2026-04-02 18:34:51 +05:30
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/crowdsecurity/crowdsec patch v1.7.6v1.7.7

Release Notes

crowdsecurity/crowdsec (ghcr.io/crowdsecurity/crowdsec)

v1.7.7

Compare Source

CrowdSec 1.7.7 brings 2 major changes:

  • On linux, RE2 is now used by default for evaluating regexp in parsers
  • WAF rules can now contain a mix of AND/OR conditions without any limits, giving much greater flexibility when writing new rules
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.

[!IMPORTANT]
If you encounter any issues with the new regexp engine, you can fallback to the previous Go implementation by setting the feature flag re2_disable_grok_support (see the documentation).

Other changes

Other notable changes include:

  • a new kind attribute for alerts used to identify its source (a scenario, a WAF rule, a manual decision creation, ...)
  • a new cscli allowlist import command
  • support for the HTTP_PROXY environment variable in the notification-http plugin
  • A resource leak under high load was fixed

Full changelog

New Features

Improvements

Bug 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/crowdsecurity/crowdsec](https://github.com/crowdsecurity/crowdsec) | patch | `v1.7.6` → `v1.7.7` | --- ### Release Notes <details> <summary>crowdsecurity/crowdsec (ghcr.io/crowdsecurity/crowdsec)</summary> ### [`v1.7.7`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.7.7) [Compare Source](https://github.com/crowdsecurity/crowdsec/compare/v1.7.6...v1.7.7) CrowdSec 1.7.7 brings 2 major changes: - On linux, [RE2](https://github.com/google/re2) is now used by default for evaluating regexp in parsers - WAF rules can now contain a mix of AND/OR conditions without any limits, giving much greater flexibility when writing new rules ##### 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. > \[!IMPORTANT] > If you encounter any issues with the new regexp engine, you can fallback to the previous Go implementation by setting the feature flag `re2_disable_grok_support` (see [the documentation](https://docs.crowdsec.net/docs/next/configuration/feature_flags/#enabling-a-feature-flag)). ##### Other changes Other notable changes include: - a new `kind` attribute for alerts used to identify its source (a scenario, a WAF rule, a manual decision creation, ...) - a new `cscli allowlist import` command - support for the `HTTP_PROXY` environment variable in the `notification-http` plugin - A resource leak under high load was fixed ### Full changelog #### New Features - add LookupFile and FileMap expr helpers ([#&#8203;4372](https://github.com/crowdsecurity/crowdsec/issues/4372)) [@&#8203;buixor](https://github.com/buixor) - waf rules: allow arbitrary mix of AND and OR conditions ([#&#8203;4358](https://github.com/crowdsecurity/crowdsec/issues/4358)) [@&#8203;blotus](https://github.com/blotus) #### Improvements - enable RE2 support by default on linux ([#&#8203;4386](https://github.com/crowdsecurity/crowdsec/issues/4386)) [@&#8203;blotus](https://github.com/blotus) - cscli allowlists: add import command ([#&#8203;4378](https://github.com/crowdsecurity/crowdsec/issues/4378)) [@&#8203;blotus](https://github.com/blotus) - WAF: expose more transformations from coraza ([#&#8203;4140](https://github.com/crowdsecurity/crowdsec/issues/4140)) [@&#8203;blotus](https://github.com/blotus) - Add new `kind` alert attribute ([#&#8203;4351](https://github.com/crowdsecurity/crowdsec/issues/4351)) [@&#8203;blotus](https://github.com/blotus) - Use environment proxy settings for notification-http ([#&#8203;4364](https://github.com/crowdsecurity/crowdsec/issues/4364)) [@&#8203;op3](https://github.com/op3) #### Bug Fixes - allowlists: apply items to existing decisions in batch ([#&#8203;4095](https://github.com/crowdsecurity/crowdsec/issues/4095)) [@&#8203;blotus](https://github.com/blotus) - waf: fix tests for modsec rules generation ([#&#8203;4385](https://github.com/crowdsecurity/crowdsec/issues/4385)) [@&#8203;blotus](https://github.com/blotus) - windows: add file notification plugin in MSI package ([#&#8203;4367](https://github.com/crowdsecurity/crowdsec/issues/4367)) [@&#8203;blotus](https://github.com/blotus) - leakroutine: call cancel after leakroutine returns ([#&#8203;4369](https://github.com/crowdsecurity/crowdsec/issues/4369)) [@&#8203;blotus](https://github.com/blotus) - notification-sentinel: lower-case x-ms-date header for correct HMAC ([#&#8203;4288](https://github.com/crowdsecurity/crowdsec/issues/4288)) [@&#8203;ebirn](https://github.com/ebirn) - tests: remove temporary sqlite/plugin files from /tmp/ ([#&#8203;4332](https://github.com/crowdsecurity/crowdsec/issues/4332)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/apiserver: fix scenario count in debug log ([#&#8203;4333](https://github.com/crowdsecurity/crowdsec/issues/4333)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/csplugin: prevent race condition, deadlock ([#&#8203;4294](https://github.com/crowdsecurity/crowdsec/issues/4294)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/acquisitioncontext: minimal fix for data race in tests ([#&#8203;4327](https://github.com/crowdsecurity/crowdsec/issues/4327)) [@&#8203;mmetc](https://github.com/mmetc) - acquisition/file: minimal fix for data race in tests ([#&#8203;4326](https://github.com/crowdsecurity/crowdsec/issues/4326)) [@&#8203;mmetc](https://github.com/mmetc) - fix lint fsutil/freebsd: unnecessary conversion ([#&#8203;4324](https://github.com/crowdsecurity/crowdsec/issues/4324)) [@&#8203;mmetc](https://github.com/mmetc) - cscli: consistent status and usage message for unknown subcommands ([#&#8203;4320](https://github.com/crowdsecurity/crowdsec/issues/4320)) [@&#8203;mmetc](https://github.com/mmetc) - cscli detect: set log type for caddy unit to "syslog" ([#&#8203;4321](https://github.com/crowdsecurity/crowdsec/issues/4321)) [@&#8203;mmetc](https://github.com/mmetc) - CI: add published\_at to version.crowdsec.net/latest ([#&#8203;4291](https://github.com/crowdsecurity/crowdsec/issues/4291)) [@&#8203;blotus](https://github.com/blotus) - cmd/crowdsec: assign overflow after parsing ([#&#8203;4226](https://github.com/crowdsecurity/crowdsec/issues/4226)) [@&#8203;mmetc](https://github.com/mmetc) - waf: format as CRS match only if anomaly score is not 0 ([#&#8203;4230](https://github.com/crowdsecurity/crowdsec/issues/4230)) [@&#8203;blotus](https://github.com/blotus) #### Changes - build(deps): bump cryptography from 46.0.3 to 46.0.5 in /build/docker/test ([#&#8203;4298](https://github.com/crowdsecurity/crowdsec/issues/4298)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - support for waf- alias in cscli ([#&#8203;4347](https://github.com/crowdsecurity/crowdsec/issues/4347)) [@&#8203;buixor](https://github.com/buixor) - refact pkg/dumps: reduce complexity ([#&#8203;4209](https://github.com/crowdsecurity/crowdsec/issues/4209)) [@&#8203;mmetc](https://github.com/mmetc) - lint: refact pkg/dumps for nilaway ([#&#8203;4208](https://github.com/crowdsecurity/crowdsec/issues/4208)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/parser: redundant indirection ([#&#8203;4344](https://github.com/crowdsecurity/crowdsec/issues/4344)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/parser: extract+embed NodeConfig in Node struct ([#&#8203;4343](https://github.com/crowdsecurity/crowdsec/issues/4343)) [@&#8203;mmetc](https://github.com/mmetc) - move calls to trace.ReportPanic() on top of goroutines ([#&#8203;4338](https://github.com/crowdsecurity/crowdsec/issues/4338)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/csplugin: simplify notification loop; noop with empty queue ([#&#8203;4328](https://github.com/crowdsecurity/crowdsec/issues/4328)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/parsers: light refact, remove redundant code ([#&#8203;4213](https://github.com/crowdsecurity/crowdsec/issues/4213)) [@&#8203;mmetc](https://github.com/mmetc) - refact cmd/crowdsec: encapsulate cache into alertBuffer ([#&#8203;4300](https://github.com/crowdsecurity/crowdsec/issues/4300)) [@&#8203;mmetc](https://github.com/mmetc) - cmd/notification-\*: don't provide the same context twice for request ([#&#8203;4316](https://github.com/crowdsecurity/crowdsec/issues/4316)) [@&#8203;mmetc](https://github.com/mmetc) - don't flush 127.0.0.1 ([#&#8203;4315](https://github.com/crowdsecurity/crowdsec/issues/4315)) [@&#8203;sabban](https://github.com/sabban) - clipapi: replace tomb with errgroup ([#&#8203;4207](https://github.com/crowdsecurity/crowdsec/issues/4207)) [@&#8203;mmetc](https://github.com/mmetc) - refact cmd/crowdsec: remove redundant global variable ([#&#8203;4299](https://github.com/crowdsecurity/crowdsec/issues/4299)) [@&#8203;mmetc](https://github.com/mmetc) - refact: remove unused code in crowdsec-cli, apiserver, acquisition, database ([#&#8203;4304](https://github.com/crowdsecurity/crowdsec/issues/4304)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/leakybucket: trim down redundant Leaky struct fields ([#&#8203;4290](https://github.com/crowdsecurity/crowdsec/issues/4290)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: remove global bucketStore, unused parameters + tags ([#&#8203;4286](https://github.com/crowdsecurity/crowdsec/issues/4286)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: remove Simulated field from Leaky, keep it in config ([#&#8203;4285](https://github.com/crowdsecurity/crowdsec/issues/4285)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: extract BucketSpec from BucketFactory ([#&#8203;4284](https://github.com/crowdsecurity/crowdsec/issues/4284)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/leakybucket: extract methods from LoadBucket() part 2 ([#&#8203;4282](https://github.com/crowdsecurity/crowdsec/issues/4282)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: refact test loop, more explicit failures in testFile() ([#&#8203;4281](https://github.com/crowdsecurity/crowdsec/issues/4281)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/leakybucket: extract methods from LoadBucket() ([#&#8203;4279](https://github.com/crowdsecurity/crowdsec/issues/4279)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: replace Signal chan with explicit read/done chans ([#&#8203;4277](https://github.com/crowdsecurity/crowdsec/issues/4277)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: replace waitgroups with single rwlock ([#&#8203;4276](https://github.com/crowdsecurity/crowdsec/issues/4276)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: garbage collect: compare float with epsilon ([#&#8203;4275](https://github.com/crowdsecurity/crowdsec/issues/4275)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: refactor tests ([#&#8203;4272](https://github.com/crowdsecurity/crowdsec/issues/4272)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: replace sycn.Map with map + mutex ([#&#8203;4271](https://github.com/crowdsecurity/crowdsec/issues/4271)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: replace global counter with call to bucket store ([#&#8203;4273](https://github.com/crowdsecurity/crowdsec/issues/4273)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: review README.md ([#&#8203;4274](https://github.com/crowdsecurity/crowdsec/issues/4274)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: encapsulate store map + add methods ([#&#8203;4253](https://github.com/crowdsecurity/crowdsec/issues/4253)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: remove redundant bool var ([#&#8203;4252](https://github.com/crowdsecurity/crowdsec/issues/4252)) [@&#8203;mmetc](https://github.com/mmetc) - fix hub console side ([#&#8203;4266](https://github.com/crowdsecurity/crowdsec/issues/4266)) [@&#8203;sabban](https://github.com/sabban) - version workflow fix ([#&#8203;4262](https://github.com/crowdsecurity/crowdsec/issues/4262)) [@&#8203;sabban](https://github.com/sabban) - rename the prod branch to main ([#&#8203;4261](https://github.com/crowdsecurity/crowdsec/issues/4261)) [@&#8203;sabban](https://github.com/sabban) - add version workflow ([#&#8203;4210](https://github.com/crowdsecurity/crowdsec/issues/4210)) [@&#8203;sabban](https://github.com/sabban) - pkg/leakybucket: remove unused global ([#&#8203;4251](https://github.com/crowdsecurity/crowdsec/issues/4251)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: pass bucket factories by pointer ([#&#8203;4250](https://github.com/crowdsecurity/crowdsec/issues/4250)) [@&#8203;mmetc](https://github.com/mmetc) - pkt/leakybucket: compileScopeFilter() -> ScopeType.CompileFilter() ([#&#8203;4247](https://github.com/crowdsecurity/crowdsec/issues/4247)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: rename OverflowFilter -> OverflowProcessor ([#&#8203;4248](https://github.com/crowdsecurity/crowdsec/issues/4248)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: rename Buckets -> BucketStore ([#&#8203;4246](https://github.com/crowdsecurity/crowdsec/issues/4246)) [@&#8203;mmetc](https://github.com/mmetc) - refact leaky bayesian: method to function, unlock w/defer ([#&#8203;4242](https://github.com/crowdsecurity/crowdsec/issues/4242)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: early return ([#&#8203;4244](https://github.com/crowdsecurity/crowdsec/issues/4244)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: variable shorthand ([#&#8203;4245](https://github.com/crowdsecurity/crowdsec/issues/4245)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: move LeakRoutine to method, rename parameters ([#&#8203;4243](https://github.com/crowdsecurity/crowdsec/issues/4243)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: review bucket validation and tests ([#&#8203;4241](https://github.com/crowdsecurity/crowdsec/issues/4241)) [@&#8203;mmetc](https://github.com/mmetc) - refact: remove unnecessary pointers to map, string, mutex ([#&#8203;4212](https://github.com/crowdsecurity/crowdsec/issues/4212)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: function to method BucketFactory.LoadBucket() ([#&#8203;4229](https://github.com/crowdsecurity/crowdsec/issues/4229)) [@&#8203;mmetc](https://github.com/mmetc) - pkg/leakybucket: BucketType interface, method BucketFactory.Validate() ([#&#8203;4228](https://github.com/crowdsecurity/crowdsec/issues/4228)) [@&#8203;mmetc](https://github.com/mmetc) #### Chore / Deps - build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 ([#&#8203;4382](https://github.com/crowdsecurity/crowdsec/issues/4382)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - CI: use windows-2025 image ([#&#8203;4379](https://github.com/crowdsecurity/crowdsec/issues/4379)) [@&#8203;blotus](https://github.com/blotus) - build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 ([#&#8203;4371](https://github.com/crowdsecurity/crowdsec/issues/4371)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump astral-sh/setup-uv from 7.5.0 to 7.6.0 ([#&#8203;4373](https://github.com/crowdsecurity/crowdsec/issues/4373)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump google.golang.org/grpc from 1.74.2 to 1.79.3 ([#&#8203;4376](https://github.com/crowdsecurity/crowdsec/issues/4376)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump astral-sh/setup-uv from 7.3.1 to 7.5.0 ([#&#8203;4366](https://github.com/crowdsecurity/crowdsec/issues/4366)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 ([#&#8203;4319](https://github.com/crowdsecurity/crowdsec/issues/4319)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 ([#&#8203;4360](https://github.com/crowdsecurity/crowdsec/issues/4360)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 ([#&#8203;4361](https://github.com/crowdsecurity/crowdsec/issues/4361)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump release-drafter/release-drafter from 6.2.0 to 6.4.0 ([#&#8203;4362](https://github.com/crowdsecurity/crowdsec/issues/4362)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 ([#&#8203;4356](https://github.com/crowdsecurity/crowdsec/issues/4356)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 ([#&#8203;4353](https://github.com/crowdsecurity/crowdsec/issues/4353)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 ([#&#8203;4352](https://github.com/crowdsecurity/crowdsec/issues/4352)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/login-action from 3.7.0 to 4.0.0 ([#&#8203;4354](https://github.com/crowdsecurity/crowdsec/issues/4354)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - deps: update actions and golangci-lint ([#&#8203;4348](https://github.com/crowdsecurity/crowdsec/issues/4348)) [@&#8203;mmetc](https://github.com/mmetc) - build(deps): bump github/codeql-action from 4.32.4 to 4.32.5 ([#&#8203;4345](https://github.com/crowdsecurity/crowdsec/issues/4345)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1 ([#&#8203;4346](https://github.com/crowdsecurity/crowdsec/issues/4346)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 ([#&#8203;4339](https://github.com/crowdsecurity/crowdsec/issues/4339)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 ([#&#8203;4342](https://github.com/crowdsecurity/crowdsec/issues/4342)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - replace trace.CatchPanic(...) with trace.ReportPanic() ([#&#8203;4336](https://github.com/crowdsecurity/crowdsec/issues/4336)) [@&#8203;mmetc](https://github.com/mmetc) - build(deps): bump github/codeql-action from 4.32.3 to 4.32.4 ([#&#8203;4322](https://github.com/crowdsecurity/crowdsec/issues/4322)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - deps: update gocron v1 -> v2 ([#&#8203;4317](https://github.com/crowdsecurity/crowdsec/issues/4317)) [@&#8203;mmetc](https://github.com/mmetc) - build(deps): bump docker/build-push-action from 6.19.0 to 6.19.2 ([#&#8203;4306](https://github.com/crowdsecurity/crowdsec/issues/4306)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.32.2 to 4.32.3 ([#&#8203;4312](https://github.com/crowdsecurity/crowdsec/issues/4312)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 ([#&#8203;4292](https://github.com/crowdsecurity/crowdsec/issues/4292)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - update golangci-lint 2.9 ([#&#8203;4302](https://github.com/crowdsecurity/crowdsec/issues/4302)) [@&#8203;mmetc](https://github.com/mmetc) - build(deps): bump astral-sh/setup-uv from 7.2.1 to 7.3.0 ([#&#8203;4296](https://github.com/crowdsecurity/crowdsec/issues/4296)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/build-push-action from 6.18.0 to 6.19.0 ([#&#8203;4303](https://github.com/crowdsecurity/crowdsec/issues/4303)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.32.0 to 4.32.1 ([#&#8203;4278](https://github.com/crowdsecurity/crowdsec/issues/4278)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/setup-node from 4.4.0 to 6.2.0 ([#&#8203;4264](https://github.com/crowdsecurity/crowdsec/issues/4264)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - CI: update python and dependencies ([#&#8203;4249](https://github.com/crowdsecurity/crowdsec/issues/4249)) [@&#8203;mmetc](https://github.com/mmetc) - build(deps): bump actions/checkout from 6.0.1 to 6.0.2 ([#&#8203;4263](https://github.com/crowdsecurity/crowdsec/issues/4263)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump astral-sh/setup-uv from 7.2.0 to 7.2.1 ([#&#8203;4265](https://github.com/crowdsecurity/crowdsec/issues/4265)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump docker/login-action from 3.6.0 to 3.7.0 ([#&#8203;4257](https://github.com/crowdsecurity/crowdsec/issues/4257)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.31.11 to 4.32.0 ([#&#8203;4254](https://github.com/crowdsecurity/crowdsec/issues/4254)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump github/codeql-action from 4.31.10 to 4.31.11 ([#&#8203;4233](https://github.com/crowdsecurity/crowdsec/issues/4233)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/checkout from 6.0.1 to 6.0.2 ([#&#8203;4234](https://github.com/crowdsecurity/crowdsec/issues/4234)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump release-drafter/release-drafter from 6.1.0 to 6.2.0 ([#&#8203;4222](https://github.com/crowdsecurity/crowdsec/issues/4222)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) - build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 ([#&#8203;4223](https://github.com/crowdsecurity/crowdsec/issues/4223)) @&#8203;[dependabot\[bot\]](https://github.com/apps/dependabot) #### Geolite2 notice This product includes GeoLite2 data created by MaxMind, available from <a href="https://www.maxmind.com"><https://www.maxmind.com></a>. #### Installation Take a look at the [installation instructions](https://doc.crowdsec.net/docs/getting_started/install_crowdsec). </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate-bot added 1 commit 2026-04-02 08:01:50 +05:30
ryuupendragon merged commit 38c2e2de45 into main 2026-04-02 18:34:51 +05:30
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryuupendragon/docker-compose#234