Skip to content

Releases: threatstack/threatstack-helm

2.1.3

14 Jul 15:06
e95a070
Compare
Choose a tag to compare

Updated with latest version of agent.

  • Removed an old workaround with the liveness probe in the Daemonset definition.

2.1.2

20 Apr 14:37
5af5ab6
Compare
Choose a tag to compare

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

03 Mar 15:09
aff34c0
Compare
Choose a tag to compare

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

03 Feb 16:06
cf1b7d0
Compare
Choose a tag to compare

Updated to default to latest agent version.

  • Updated some template settings
  • Added additional options to customize the daemonset

2.0.0

04 Nov 15:36
ed2357e
Compare
Choose a tag to compare

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

08 Oct 12:55
b46e52c
Compare
Choose a tag to compare

Enhancements to the daemonset.

1.2.0

12 Aug 14:54
01dbda6
Compare
Choose a tag to compare
  • Bump agent to 2.2.4
  • Bug fixes and updates 🙂

1.1.1

15 Jul 17:06
cce0b28
Compare
Choose a tag to compare

Updating container agent version.

1.1.0

27 May 15:28
2c85e2b
Compare
Choose a tag to compare
  • Supports defining agent setup arguments in an externally (not chart) managed secret
  • Bumped default agent version to latest agent

1.0.3

06 May 16:30
038d5e9
Compare
Choose a tag to compare
  • 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 !