Search documentation
Dashboard
Release Notes

Chao

โ€‹
0.6.3
December 7, 2023
info
Dependency updates and security patches
โ€‹
0.6.4
December 7, 2023
new
Provided Chao has access to a valid AWS credentials chain, it now interprets AWS ARN values in GREMLIN_TEAM_ID, GREMLIN_TEAM_SECRET, certPath, keyPath. Chao supports ARN values from AWS Secrets Manager or AWS Systems Manager Parameter Store. Chao can optionally be supplied with GREMLIN_IAM_ROLE to specify a role to assume for the strict purpose of fetching secret values.
โ€‹
0.6.2
December 4, 2023
fix
Chao denies values for fullUpdateInterval less than 5 hours.
โ€‹
0.6.1
November 21, 2023
new
Chao provides a small amount of jitter (5%) between sending data to the backend to avoid thundering herds when multiple clusters restart at the same time
new
Dependency updates and security patches
โ€‹
0.6.0
November 14, 2023
new
Chao now tracks the `PodStatus` of the pods in your cluster, which will be used for future Detected Risks.
โ€‹
0.5.1
October 31, 2023
new
Dependency updates and minor fixes.
โ€‹
0.5.0
July 26, 2023
new
Chao now sends the imageID (e.g. docker.io/my/image@sha256:e10723f3ce663b535d00e21447d0ddb6895e0d08454e53398211318890ecb9029) of each container to inform detected risks.
โ€‹
0.4.2
June 14, 2023
new
Bug fix that controls how long to wait based on certain conditions before sending full update when namespaces are set when running chao
โ€‹
0.4.1
May 23, 2023
new
Improved Agent Efficiency: the Chao agent now tracks object changes or "deltas" in the cluster using Kubernetes APIs, allowing it to send only relevant changes to the backend.