From ab3bbd8701ad5f6bc363ee64c0dca8e504ab7d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9na=C3=AFc=20Huard?= Date: Tue, 23 Jun 2020 09:09:42 +0200 Subject: [PATCH] [stable/datadog] Bump the default version of the docker images (#22910) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lénaïc Huard --- stable/datadog/CHANGELOG.md | 9 +++++++++ stable/datadog/Chart.yaml | 2 +- stable/datadog/values.yaml | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/stable/datadog/CHANGELOG.md b/stable/datadog/CHANGELOG.md index 132876f253..85a5ddd838 100644 --- a/stable/datadog/CHANGELOG.md +++ b/stable/datadog/CHANGELOG.md @@ -1,6 +1,15 @@ # Datadog changelog +## 2.3.11 + +* Bump the default version of the agent docker images + +## 2.3.10 + +* Add dnsConfig options to all containers + ## 2.3.9 + * Add `clusterAgent.podLabels` variable to add labels to the Cluster Agent Pod(s) ## 2.3.8 diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index f5adef218c..0d26c41106 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.3.10 +version: 2.3.11 appVersion: "7" description: Datadog Agent keywords: diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index cbd12138d2..6211b1a0e2 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -385,7 +385,7 @@ clusterAgent: ## @param tag - string - required ## Define the Cluster-Agent version to use. # - tag: 1.5.2 + tag: 1.6.0 ## @param pullPolicy - string - required ## The Kubernetes pull policy. @@ -599,7 +599,7 @@ agents: ## Define the Agent version to use. ## Use 7-jmx to enable jmx fetch collection # - tag: 7.19.0 + tag: 7.20.2 ## @param doNotCheckTag - boolean - optional ## By default, the version passed in agents.image.tag is checked @@ -908,7 +908,7 @@ clusterChecksRunner: ## Define the Agent version to use. ## Use 7-jmx to enable jmx fetch collection # - tag: 7.19.0 + tag: 7.20.2 ## @param pullPolicy - string - required ## The Kubernetes pull policy.