Skip to content

Commit

Permalink
Merge branch 'main' into hasan.mahmood/system-probe-autopilot
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang authored Feb 28, 2025
2 parents 64df0bc + 5e32c14 commit 3ff2fa1
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 42 deletions.
6 changes: 5 additions & 1 deletion charts/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Datadog changelog

## 3.99.0
## 3.100.0

* Enable `system-probe` container on GKE Autopilot (requires GKE 1.32.1-gke.1729000 or later).

## 3.99.0

* Upgrade default Agent version to `7.63.2`.

## 3.98.1

* Fixes bug that causes `DD_KUBERNETES_ANNOTATIONS_AS_TAGS` env var to be incorrectly set to the merged value of `.Values.datadog.kubernetesResourcesLabelsAsTags` and `.Values.datadog.kubernetesResourcesAnnotationsAsTags`.
Expand Down
6 changes: 3 additions & 3 deletions charts/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ helm install <RELEASE_NAME> \
| agents.image.pullPolicy | string | `"IfNotPresent"` | Datadog Agent image pull policy |
| agents.image.pullSecrets | list | `[]` | Datadog Agent repository pullSecret (ex: specify docker registry credentials) |
| agents.image.repository | string | `nil` | Override default registry + image.name for Agent |
| agents.image.tag | string | `"7.63.0"` | Define the Agent version to use |
| agents.image.tag | string | `"7.63.2"` | Define the Agent version to use |
| agents.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
| agents.localService.forceLocalServiceEnabled | bool | `false` | Force the creation of the internal traffic policy service to target the agent running on the local node. By default, the internal traffic service is created only on Kubernetes 1.22+ where the feature became beta and enabled by default. This option allows to force the creation of the internal traffic service on kubernetes 1.21 where the feature was alpha and required a feature gate to be explicitly enabled. |
| agents.localService.overrideName | string | `""` | Name of the internal traffic service to target the agent running on the local node |
Expand Down Expand Up @@ -608,7 +608,7 @@ helm install <RELEASE_NAME> \
| clusterAgent.image.pullPolicy | string | `"IfNotPresent"` | Cluster Agent image pullPolicy |
| clusterAgent.image.pullSecrets | list | `[]` | Cluster Agent repository pullSecret (ex: specify docker registry credentials) |
| clusterAgent.image.repository | string | `nil` | Override default registry + image.name for Cluster Agent |
| clusterAgent.image.tag | string | `"7.63.0"` | Cluster Agent image tag to use |
| clusterAgent.image.tag | string | `"7.63.2"` | Cluster Agent image tag to use |
| clusterAgent.kubernetesApiserverCheck.disableUseComponentStatus | bool | `false` | Set this to true to disable use_component_status for the kube_apiserver integration. |
| clusterAgent.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default Cluster Agent liveness probe settings |
| clusterAgent.metricsProvider.aggregator | string | `"avg"` | Define the aggregator the cluster agent will use to process the metrics. The options are (avg, min, max, sum) |
Expand Down Expand Up @@ -664,7 +664,7 @@ helm install <RELEASE_NAME> \
| clusterChecksRunner.image.pullPolicy | string | `"IfNotPresent"` | Datadog Agent image pull policy |
| clusterChecksRunner.image.pullSecrets | list | `[]` | Datadog Agent repository pullSecret (ex: specify docker registry credentials) |
| clusterChecksRunner.image.repository | string | `nil` | Override default registry + image.name for Cluster Check Runners |
| clusterChecksRunner.image.tag | string | `"7.63.0"` | Define the Agent version to use |
| clusterChecksRunner.image.tag | string | `"7.63.2"` | Define the Agent version to use |
| clusterChecksRunner.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
| clusterChecksRunner.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default agent liveness probe settings |
| clusterChecksRunner.networkPolicy.create | bool | `false` | If true, create a NetworkPolicy for the cluster checks runners. DEPRECATED. Use datadog.networkPolicy.create instead |
Expand Down
6 changes: 3 additions & 3 deletions charts/datadog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ clusterAgent:
name: cluster-agent

# clusterAgent.image.tag -- Cluster Agent image tag to use
tag: 7.63.0
tag: 7.63.2

# clusterAgent.image.digest -- Cluster Agent image digest to use, takes precedence over tag if specified
digest: ""
Expand Down Expand Up @@ -1566,7 +1566,7 @@ agents:
name: agent

# agents.image.tag -- Define the Agent version to use
tag: 7.63.0
tag: 7.63.2

# agents.image.digest -- Define Agent image digest to use, takes precedence over tag if specified
digest: ""
Expand Down Expand Up @@ -2075,7 +2075,7 @@ clusterChecksRunner:
name: agent

# clusterChecksRunner.image.tag -- Define the Agent version to use
tag: 7.63.0
tag: 7.63.2

# clusterChecksRunner.image.digest -- Define Agent image digest to use, takes precedence over tag if specified
digest: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand All @@ -159,7 +159,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down
4 changes: 2 additions & 2 deletions test/datadog/baseline/cluster-agent-deployment_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -223,7 +223,7 @@ spec:
command:
- cp
- -r
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
command:
- cp
- -r
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- name: DD_ADMISSION_CONTROLLER_AGENT_SIDECAR_IMAGE_NAME
value: agent
- name: DD_ADMISSION_CONTROLLER_AGENT_SIDECAR_IMAGE_TAG
value: 7.63.0
value: 7.63.2
- name: DD_REMOTE_CONFIGURATION_ENABLED
value: "false"
- name: DD_CLUSTER_CHECKS_ENABLED
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -233,7 +233,7 @@ spec:
command:
- cp
- -r
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions test/datadog/baseline/daemonset_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
value: "true"
- name: DD_KUBELET_CORE_CHECK_ENABLED
value: "true"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -248,7 +248,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 15
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand Down Expand Up @@ -332,7 +332,7 @@ spec:
fieldPath: status.hostIP
- name: DD_OTLP_CONFIG_LOGS_ENABLED
value: "false"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down
12 changes: 6 additions & 6 deletions test/datadog/baseline/default_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ spec:
value: "true"
- name: DD_KUBELET_CORE_CHECK_ENABLED
value: "true"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -953,7 +953,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 15
Expand Down Expand Up @@ -1002,7 +1002,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand Down Expand Up @@ -1037,7 +1037,7 @@ spec:
fieldPath: status.hostIP
- name: DD_OTLP_CONFIG_LOGS_ENABLED
value: "false"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down Expand Up @@ -1256,7 +1256,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -1329,7 +1329,7 @@ spec:
command:
- cp
- -r
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions test/datadog/baseline/gdc_daemonset_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
value: "true"
- name: DD_KUBELET_CORE_CHECK_ENABLED
value: "true"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -177,7 +177,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand Down Expand Up @@ -225,7 +225,7 @@ spec:
value: "false"
- name: DD_PROVIDER_KIND
value: gke-gdc
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down
6 changes: 3 additions & 3 deletions test/datadog/baseline/gdc_daemonset_logs_collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
value: "true"
- name: DD_KUBELET_CORE_CHECK_ENABLED
value: "true"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand Down Expand Up @@ -237,7 +237,7 @@ spec:
value: "false"
- name: DD_PROVIDER_KIND
value: gke-gdc
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down
18 changes: 9 additions & 9 deletions test/datadog/baseline/other_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ spec:
value: "true"
- name: DD_KUBELET_CORE_CHECK_ENABLED
value: "true"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -1020,7 +1020,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
initialDelaySeconds: 15
Expand Down Expand Up @@ -1069,7 +1069,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand Down Expand Up @@ -1104,7 +1104,7 @@ spec:
fieldPath: status.hostIP
- name: DD_OTLP_CONFIG_LOGS_ENABLED
value: "false"
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down Expand Up @@ -1270,7 +1270,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -1319,7 +1319,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
resources: {}
Expand All @@ -1332,7 +1332,7 @@ spec:
command:
- bash
- -c
image: gcr.io/datadoghq/agent:7.63.0
image: gcr.io/datadoghq/agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-config
resources: {}
Expand Down Expand Up @@ -1504,7 +1504,7 @@ spec:
configMapKeyRef:
key: install_type
name: datadog-kpi-telemetry-configmap
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down Expand Up @@ -1577,7 +1577,7 @@ spec:
command:
- cp
- -r
image: gcr.io/datadoghq/cluster-agent:7.63.0
image: gcr.io/datadoghq/cluster-agent:7.63.2
imagePullPolicy: IfNotPresent
name: init-volume
volumeMounts:
Expand Down

0 comments on commit 3ff2fa1

Please sign in to comment.