Update ghcr.io/crowdsecurity/crowdsec Docker tag to v1.6.10 #10

Merged
ryuupendragon merged 1 commits from renovate/ghcr.io-crowdsecurity-crowdsec-1.x into main 2025-07-11 10:10:54 +05:30
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/crowdsecurity/crowdsec patch v1.6.9 -> v1.6.10

Release Notes

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

v1.6.10

Compare Source

Overview

This release mostly focuses on small bug fixes and improvements:

  • WAF: fixed a resource leak in the appsec datasource when checking bouncer authentication
  • Allowlists: added cscli allowlists check to check if an IP/range belongs to an allowlist
  • S3 datasource: added support for SNS notifications
  • HTTP datasource: added support for GET and HEAD requests to allow the log provider to confirm the datasource is working.

Full changelog is below.

Improvements
Changes
Bug Fixes
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.6.9` -> `v1.6.10` | --- ### Release Notes <details> <summary>crowdsecurity/crowdsec (ghcr.io/crowdsecurity/crowdsec)</summary> ### [`v1.6.10`](https://github.com/crowdsecurity/crowdsec/releases/tag/v1.6.10) [Compare Source](https://github.com/crowdsecurity/crowdsec/compare/v1.6.9...v1.6.10) ##### Overview This release mostly focuses on small bug fixes and improvements: - WAF: fixed a resource leak in the appsec datasource when checking bouncer authentication - Allowlists: added `cscli allowlists check` to check if an IP/range belongs to an allowlist - S3 datasource: added support for `SNS` notifications - HTTP datasource: added support for `GET` and `HEAD` requests to allow the log provider to confirm the datasource is working. Full changelog is below. ##### Improvements - enhance: Add allowlist check ([#&#8203;3684](https://github.com/crowdsecurity/crowdsec/issues/3684)) [@&#8203;LaurenceJJones](https://github.com/LaurenceJJones) - Flags for console features ([#&#8203;3457](https://github.com/crowdsecurity/crowdsec/issues/3457)) [@&#8203;Simbiat](https://github.com/Simbiat) - HTTP datasource: allow GET/HEAD request for checking if the datasource is working ([#&#8203;3710](https://github.com/crowdsecurity/crowdsec/issues/3710)) [@&#8203;blotus](https://github.com/blotus) - enhance: appsec reuse httpc optimization ([#&#8203;3693](https://github.com/crowdsecurity/crowdsec/issues/3693)) [@&#8203;LaurenceJJones](https://github.com/LaurenceJJones) - hubtest: resolve relative path for 'cscli', 'crowdsec' ([#&#8203;3651](https://github.com/crowdsecurity/crowdsec/issues/3651)) [@&#8203;mmetc](https://github.com/mmetc) - refact pkg/cwhub ([#&#8203;3666](https://github.com/crowdsecurity/crowdsec/issues/3666)) [@&#8203;mmetc](https://github.com/mmetc) - S3 datasource: add support for SNS format ([#&#8203;3716](https://github.com/crowdsecurity/crowdsec/issues/3716)) [@&#8203;blotus](https://github.com/blotus) ##### Changes - refact pkg/acquisition: extract loop method ([#&#8203;3615](https://github.com/crowdsecurity/crowdsec/issues/3615)) [@&#8203;mmetc](https://github.com/mmetc) - refact: plugin config parsing ([#&#8203;3640](https://github.com/crowdsecurity/crowdsec/issues/3640)) [@&#8203;mmetc](https://github.com/mmetc) - refact: migrate net.IP -> net/netip: part 1 ([#&#8203;3680](https://github.com/crowdsecurity/crowdsec/issues/3680)) [@&#8203;mmetc](https://github.com/mmetc) - use github.com/cenkalti/backoff/v5 for apiclient backoff ([#&#8203;3662](https://github.com/crowdsecurity/crowdsec/issues/3662)) [@&#8203;mmetc](https://github.com/mmetc) - use go 1.24.4 ([#&#8203;3674](https://github.com/crowdsecurity/crowdsec/issues/3674)) [@&#8203;mmetc](https://github.com/mmetc) - cscli help typos ([#&#8203;3707](https://github.com/crowdsecurity/crowdsec/issues/3707)) [@&#8203;mmetc](https://github.com/mmetc) - move cti expr helper to pkg/cticlient ([#&#8203;3696](https://github.com/crowdsecurity/crowdsec/issues/3696)) [@&#8203;mmetc](https://github.com/mmetc) - refact csplugin: move ProfileAlert to models ([#&#8203;3671](https://github.com/crowdsecurity/crowdsec/issues/3671)) [@&#8203;mmetc](https://github.com/mmetc) - refact cmd/crowdsec: extract functions from runCrowdsec() ([#&#8203;3669](https://github.com/crowdsecurity/crowdsec/issues/3669)) [@&#8203;mmetc](https://github.com/mmetc) - cscli capi register: no error if online\_api\_credentials.yaml does not exist ([#&#8203;3645](https://github.com/crowdsecurity/crowdsec/issues/3645)) [@&#8203;mmetc](https://github.com/mmetc) - refact cmd/crowdsec: move plugin initialization to apiserver ([#&#8203;3668](https://github.com/crowdsecurity/crowdsec/issues/3668)) [@&#8203;mmetc](https://github.com/mmetc) - lint: require name on interface parameters ([#&#8203;3614](https://github.com/crowdsecurity/crowdsec/issues/3614)) [@&#8203;mmetc](https://github.com/mmetc) - unit tests: rename ./tests, ./test\_data -> ./testdata ([#&#8203;3673](https://github.com/crowdsecurity/crowdsec/issues/3673)) [@&#8203;mmetc](https://github.com/mmetc) ##### Bug Fixes - Fix infinite loop in decisions list for some values of limit ([#&#8203;3695](https://github.com/crowdsecurity/crowdsec/issues/3695)) [@&#8203;blotus](https://github.com/blotus) - fix: Reset datafiles before loading the hub on HUP ([#&#8203;3712](https://github.com/crowdsecurity/crowdsec/issues/3712)) [@&#8203;LaurenceJJones](https://github.com/LaurenceJJones) - fix: allowlist use content created at instead of list itself ([#&#8203;3703](https://github.com/crowdsecurity/crowdsec/issues/3703)) [@&#8203;LaurenceJJones](https://github.com/LaurenceJJones) - pkg/apiserver: remove incorrect log.Error ([#&#8203;3672](https://github.com/crowdsecurity/crowdsec/issues/3672)) [@&#8203;mmetc](https://github.com/mmetc) ##### Chore / Deps - dependabot: set kind/dependencies label ([#&#8203;3722](https://github.com/crowdsecurity/crowdsec/issues/3722)) [@&#8203;blotus](https://github.com/blotus) - CI: update action deps ([#&#8203;3692](https://github.com/crowdsecurity/crowdsec/issues/3692)) [@&#8203;mmetc](https://github.com/mmetc) - update golangci-lint v2.2 and config ([#&#8203;3713](https://github.com/crowdsecurity/crowdsec/issues/3713)) [@&#8203;mmetc](https://github.com/mmetc) - refact: replace iplib with net/netip ([#&#8203;3642](https://github.com/crowdsecurity/crowdsec/issues/3642)) [@&#8203;mmetc](https://github.com/mmetc) - update hashicorp/go-plugin ([#&#8203;3694](https://github.com/crowdsecurity/crowdsec/issues/3694)) [@&#8203;mmetc](https://github.com/mmetc) - update github.com/jedib0t/go-pretty/ ([#&#8203;3705](https://github.com/crowdsecurity/crowdsec/issues/3705)) [@&#8203;mmetc](https://github.com/mmetc) ##### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMC40IiwidXBkYXRlZEluVmVyIjoiNDEuMzAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate-bot added 1 commit 2025-07-11 10:09:48 +05:30
ryuupendragon was assigned by renovate-bot 2025-07-11 10:09:49 +05:30
ryuupendragon merged commit ca0f5f774b into main 2025-07-11 10:10:54 +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#10
No description provided.