Skip to content

Releases: crowdsecurity/helm-charts

crowdsec-0.24.0

12 May 08:23
e2976c4

Choose a tag to compare

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

What's Changed

New Contributors

Full Changelog: crowdsec-0.23.0...crowdsec-0.24.0

crowdsec-0.23.0

07 Apr 08:25
bdda592

Choose a tag to compare

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

02 Mar 10:33
2de0970

Choose a tag to compare

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

Full Changelog: crowdsec-0.22.0...crowdsec-0.22.1

crowdsec-0.22.0

26 Jan 10:19
d6e1c47

Choose a tag to compare

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

Full Changelog: crowdsec-0.21.1...crowdsec-0.22.0

crowdsec-0.21.1

18 Dec 09:05
b510ad7

Choose a tag to compare

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

What's Changed

  • bump crowdsec version to 1.7.4 and chart version to 0.21.1 by @blotus in #320

Full Changelog: crowdsec-0.21.0...crowdsec-0.21.1

crowdsec-0.21.0

01 Dec 10:56
c24668e

Choose a tag to compare

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

What's Changed

New Contributors

Full Changelog: crowdsec-0.20.1...crowdsec-0.21.0

crowdsec-0.20.1

09 Oct 15:48
a71f36d

Choose a tag to compare

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

What's Changed

New Contributors

Full Changelog: crowdsec-0.20.0...crowdsec-0.20.1

crowdsec-0.20.0

10 Sep 08:50
96d8a58

Choose a tag to compare

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

15 Jul 09:38
2c52c87

Choose a tag to compare

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

Full Changelog: crowdsec-0.19.4...crowdsec-0.19.5

crowdsec-0.19.4

24 Jun 08:41
6d7a304

Choose a tag to compare

Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.

What's Changed

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