Releases: threatstack/threatstack-helm
Releases · threatstack/threatstack-helm
2.1.3
Updated with latest version of agent.
- Removed an old workaround with the liveness probe in the Daemonset definition.
2.1.2
Updated chart to default to latest released agent (2.3.3). Also, we added SYS_NICE capability to handle issues seen with GKE COS.
2.1.1
Updated chart to default to latest released agent
- Includes modifications to reduce number of capabilities required, disabled running the agent in privileged mode, and adding the app armor annotation to ensure certain event types included full data.
2.1.0
Updated to default to latest agent version.
- Updated some template settings
- Added additional options to customize the daemonset
2.0.0
New major release!
NOTE: The 2.0.0 version of this helm chart takes advantage of some new config parameters in the 2.3.0 Threat Stack Agent. Earlier Threat Stack Agent version will fail on startup. It also reorganizes some of the chart configuration values, so please review the changes and adjust your environment-specific override values appropriately.
- Adds a value to enable the new containerd functionality in the 2.3.0 Threat Stack Agent
- Adds a value to enable existing dockerd functionality in the Threat Stack Agent
- Added some additional documentation in the README.md
1.2.1
Enhancements to the daemonset.
1.2.0
- Bump agent to 2.2.4
- Bug fixes and updates 🙂
1.1.1
Updating container agent version.
1.1.0
- Supports defining agent setup arguments in an externally (not chart) managed secret
- Bumped default agent version to latest agent
1.0.3
- Bumps default agent to 2.2.1
- Works around a helm 3 bug so that the chart now deploys to all nodes in a cluster by default. Thanks @jessebye !