Releases: crowdsecurity/helm-charts
crowdsec-0.24.0
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- Fix rolebinding.yaml by @SISheogorath in #347
- bump crowdsec to 1.7.8 by @blotus in #352
New Contributors
- @SISheogorath made their first contribution in #347
Full Changelog: crowdsec-0.23.0...crowdsec-0.24.0
crowdsec-0.23.0
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
Full Changelog: crowdsec-0.22.1...crowdsec-0.23.0
crowdsec-0.22.1
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- fix the markdown generation by avoiding this | by @sabban in #328
- Update WAF code section in README.md by @VadymKhvoinytskyi in #334
- set securityContext's from values by @dmaes in #291
- Add tolerations to job template by @Synseria in #327
- register jobs: use a dedicated image with kubectl instead of installing it at runtime in the job by @blotus in #336
- bump version to 0.22.1 by @blotus in #337
New Contributors
- @VadymKhvoinytskyi made their first contribution in #334
- @dmaes made their first contribution in #291
- @Synseria made their first contribution in #327
Full Changelog: crowdsec-0.22.0...crowdsec-0.22.1
crowdsec-0.22.0
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- Check if TLS auth is enabled in StoreLAPICscliCredentialsInSecret helper by @Munchungus in #324
- add documentation for storeLAPICscliCredentialsInSecret by @blotus in #325
- bump crowdsec to v1.7.6 by @blotus in #326
New Contributors
- @Munchungus made their first contribution in #324
Full Changelog: crowdsec-0.21.1...crowdsec-0.22.0
crowdsec-0.21.1
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
Full Changelog: crowdsec-0.21.0...crowdsec-0.21.1
crowdsec-0.21.0
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- fix github workflow trigger by @sabban in #307
- Adding group_id param to kafka source by @badihi in #292
- Add missing properties for FileSource by @david-garcia-garcia in #289
- Add subPath support for existing PVC by @tambovchanin in #313
- ci: push charts to GHCR by @onedr0p in #310
- Fix values.schema.json references by @rdartus in #295
- feat(charts/crowdsec): add configurable serviceAccountName for deployment by @arthurzenika in #294
- move chart release action to manual workflow by @blotus in #315
- LAPI: add an option to share cscli credentials between all replicas by @blotus in #314
- Bump crowdsec version to 1.7.3 & chart version to 0.21.0 by @blotus in #317
New Contributors
- @badihi made their first contribution in #292
- @david-garcia-garcia made their first contribution in #289
- @tambovchanin made their first contribution in #313
- @onedr0p made their first contribution in #310
- @rdartus made their first contribution in #295
Full Changelog: crowdsec-0.20.1...crowdsec-0.21.0
crowdsec-0.20.1
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- fix(crowdsec): appsec server cert dns names by @ganeshjp in #296
- improve documentation for values by @sabban in #301
- fix typo by @sabban in #303
- bump version to get README.md updated on artifacthub by @sabban in #304
- small fixes by @sabban in #305
- fix helloworld values by @sabban in #306
New Contributors
Full Changelog: crowdsec-0.20.0...crowdsec-0.20.1
crowdsec-0.20.0
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
Full Changelog: crowdsec-0.19.5...crowdsec-0.20.0
crowdsec-0.19.5
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- feat(values.schema): add S3 data source schema by @arthurzenika in #275
- docs(readme): typo in agent and appsec config key name by @CyberHippo in #278
- helloworld: set spec.ingressClassName (default nginx) as recommended since k8s 1.18 by @mmetc in #273
- Fixed incorrect placement of imagePullSecrets in capi-register-job by @piotrsawicki in #271
- chore: bump v1.6.10 & chart version by @LaurenceJJones in #284
New Contributors
- @arthurzenika made their first contribution in #275
- @CyberHippo made their first contribution in #278
- @piotrsawicki made their first contribution in #271
Full Changelog: crowdsec-0.19.4...crowdsec-0.19.5
crowdsec-0.19.4
Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- bump v1.6.9, chart bump by @LaurenceJJones in #272
Tip
This CrowdSec version includes the option to set agents to self delete instead of waiting for flush timer
You can achieve this by configuring inside the values.yaml: (note the example shown is an extension of the default values)
config:
config.yaml.local: |
api:
client:
unregister_on_exit: true
server:
auto_registration: # Activate if not using TLS for authentication
enabled: true
token: "${REGISTRATION_TOKEN}" # /!\ Do not modify this variable (auto-generated and handled by the chart)
allowed_ranges: # /!\ Make sure to adapt to the pod IP ranges used by your cluster
- "127.0.0.1/32"
- "192.168.0.0/16"
- "10.0.0.0/8"
- "172.16.0.0/12"Full Changelog: crowdsec-0.19.3...crowdsec-0.19.4