Skip to content

Commit

Permalink
Update agent to 7.63.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Feb 28, 2025
1 parent 3edc105 commit ea3969e
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 23 deletions.
4 changes: 4 additions & 0 deletions charts/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

## 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
2 changes: 1 addition & 1 deletion charts/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v1
name: datadog
version: 3.98.1
version: 3.99.0
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/datadog/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog

![Version: 3.98.1](https://img.shields.io/badge/Version-3.98.1-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 3.99.0](https://img.shields.io/badge/Version-3.99.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)

[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds the Datadog Agent to all nodes in your cluster via a DaemonSet. It also optionally depends on the [kube-state-metrics chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics). For more information about monitoring Kubernetes with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/).

Expand Down 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
2 changes: 1 addition & 1 deletion charts/datadog/values.yaml
Original file line number Diff line number Diff line change
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
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
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
8 changes: 4 additions & 4 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
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
8 changes: 4 additions & 4 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

0 comments on commit ea3969e

Please sign in to comment.