Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

stable/datadog - Set DD_APM_ENABLED to false in container-agent.yaml template #21510

Merged
merged 10 commits into from
Mar 19, 2020
Prev Previous commit
Merge branch 'master' into patch-1
  • Loading branch information
omerli authored Mar 19, 2020
commit e63dab130a228ee757624e4ebb4956d9756ae98d
14 changes: 13 additions & 1 deletion stable/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

## 2.0

## 2.0.12
## 2.0.14

* Fixed a bug where the `trace-agent` runs in the same container as `dd-agent`

## 2.0.13

* Fix `system-probe` startup on latest versions of containerd.
Here is the error that this change fixes:
``` State: Waiting
Reason: CrashLoopBackOff
Last State: Terminated
Reason: StartError
Message: failed to create containerd task: OCI runtime create failed: container_linux.go:349: starting container process caused "close exec fds: ensure /proc/self/fd is on procfs: operation not permitted": unknown
Exit Code: 128
```

## 2.0.11

* Add missing syscalls in the `system-probe` seccomp profile
Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.0.12
version: 2.0.14
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.