You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/datadog/CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Datadog changelog
2
2
3
+
## 3.99.0
4
+
5
+
* Upgrade default Agent version to `7.63.2`.
6
+
3
7
## 3.98.1
4
8
5
9
* 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`.
[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/).
| agents.image.tag | string | `"7.63.0"` | Define the Agent version to use |
528
+
| agents.image.tag | string | `"7.63.2"` | Define the Agent version to use |
529
529
| agents.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
530
530
| 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. |
531
531
| agents.localService.overrideName | string | `""` | Name of the internal traffic service to target the agent running on the local node |
| clusterAgent.image.tag | string | `"7.63.0"` | Cluster Agent image tag to use |
611
+
| clusterAgent.image.tag | string | `"7.63.2"` | Cluster Agent image tag to use |
612
612
| clusterAgent.kubernetesApiserverCheck.disableUseComponentStatus | bool | `false` | Set this to true to disable use_component_status for the kube_apiserver integration. |
613
613
| clusterAgent.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default Cluster Agent liveness probe settings |
614
614
| clusterAgent.metricsProvider.aggregator | string | `"avg"` | Define the aggregator the cluster agent will use to process the metrics. The options are (avg, min, max, sum) |
| clusterChecksRunner.image.tag | string | `"7.63.0"` | Define the Agent version to use |
667
+
| clusterChecksRunner.image.tag | string | `"7.63.2"` | Define the Agent version to use |
668
668
| clusterChecksRunner.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
669
669
| clusterChecksRunner.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default agent liveness probe settings |
670
670
| clusterChecksRunner.networkPolicy.create | bool | `false` | If true, create a NetworkPolicy for the cluster checks runners. DEPRECATED. Use datadog.networkPolicy.create instead |
0 commit comments