Releases: threatstack/threatstack-helm
Releases · threatstack/threatstack-helm
3.2.2
Update for latest agent version.
3.2.0
- Updated default agent version
- Included the refactor and fixes from #50 (thanks @jullianow !)
- Added values to configure the deployments for CRI-O and OpenShift
- Other fixes and improvements
3.1.1
Updated helm chart for latest agent release version, and incorporated @jullianow 's updates in #44
Thanks Julian!
3.1.0
Update to latest agent version.
- Added host mount propagation
- Multiple fixes, including one from the communtity!
- License and contributing process updates
3.0.1
Latest version of the Threat Stack Helm Chart, to go with agent 3.0.0. This chart adds:
- eBPF flags/options
- Low Power Mode
If you happened to download the 3.0.0 chart for the short time it was available, we’d recommend using 3.0.1.
2.4.0
Introduce automatic redeployment of the Daemonset
- Added
podAnnotations
and priorityClassName
to the api-reader Deployment, to bring to parity with the Daemonset
- Updated
README.md
content with changes.
2.3.0
Updated agent version to new release.
2.2.1
Update chart default to latest agent version (2.4.1)
2.2.0
This version is not compatible with agents before 2.4.0.
- Changed the logic of how the container daemon socket enablement works, as by default in 2.4.0, the agent will attempt to figure out what daemons are running.
- As a result the
enableDocker
/enableContainerd
flags are not set now. if you do set them to true
/false
, you will cause the agent to explicitly enable/disable those features
- Removed unneeded volumeMounts as a result of the previously documented daemon socket change
- Modified the liveness probe period
60
-> 360