From a2ac5f6e3d354886848bccb8a4680678b761ed1e Mon Sep 17 00:00:00 2001 From: Gabriel Dos Santos Date: Wed, 29 Jan 2025 14:25:00 +0000 Subject: [PATCH 1/2] Move DCA changelogs --- .../notes/agent-sidecar-security-f60f67e2c493cbd0.yaml | 5 ++--- .../notes/kubeapiserver-gpu-tagging-f780b5a3893880f4.yaml | 4 ++-- .../notes/sidecar-killed-on-job-fe0a57ea49c2529f.yaml | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) rename releasenotes/notes/agent-sidecar-security-cbfd5ea9f72124d0.yaml => releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml (80%) rename releasenotes/notes/kubeapiserver-gpu-tagging-e6202bc782982e5d.yaml => releasenotes-dca/notes/kubeapiserver-gpu-tagging-f780b5a3893880f4.yaml (74%) rename releasenotes/notes/sidecar-killed-on-job-5dd6537ed1098646.yaml => releasenotes-dca/notes/sidecar-killed-on-job-fe0a57ea49c2529f.yaml (86%) diff --git a/releasenotes/notes/agent-sidecar-security-cbfd5ea9f72124d0.yaml b/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml similarity index 80% rename from releasenotes/notes/agent-sidecar-security-cbfd5ea9f72124d0.yaml rename to releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml index a1f2095a0d121..fa40356796579 100644 --- a/releasenotes/notes/agent-sidecar-security-cbfd5ea9f72124d0.yaml +++ b/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml @@ -1,14 +1,13 @@ # Each section from every release note are combined when the -# CHANGELOG.rst is rendered. So the text needs to be worded so that +# CHANGELOG-DCA.rst is rendered. So the text needs to be worded so that # it does not depend on any information only available in another # section. This may mean repeating some details, but each section # must be readable independently of the other. # # Each section note must be formatted as reStructuredText. --- -upgrade: enhancements: - | The Datadog Cluster Agent admission controller agent sidecar injection now sets up Agent sidecars to run with securityContext of `readOnlyRootFilesystem:false` by default. - Advanced users can customize the securityContext via clusterAgent.admissionController.agentSidecarInjection.profiles. + Advanced users can customize the securityContext via clusterAgent.admissionController.agentSidecarInjection.profiles. \ No newline at end of file diff --git a/releasenotes/notes/kubeapiserver-gpu-tagging-e6202bc782982e5d.yaml b/releasenotes-dca/notes/kubeapiserver-gpu-tagging-f780b5a3893880f4.yaml similarity index 74% rename from releasenotes/notes/kubeapiserver-gpu-tagging-e6202bc782982e5d.yaml rename to releasenotes-dca/notes/kubeapiserver-gpu-tagging-f780b5a3893880f4.yaml index a09ed5f24515e..453a01bd074c1 100644 --- a/releasenotes/notes/kubeapiserver-gpu-tagging-e6202bc782982e5d.yaml +++ b/releasenotes-dca/notes/kubeapiserver-gpu-tagging-f780b5a3893880f4.yaml @@ -1,5 +1,5 @@ # Each section from every release note are combined when the -# CHANGELOG.rst is rendered. So the text needs to be worded so that +# CHANGELOG-DCA.rst is rendered. So the text needs to be worded so that # it does not depend on any information only available in another # section. This may mean repeating some details, but each section # must be readable independently of the other. @@ -9,4 +9,4 @@ fixes: - | Include `gpu_vendor` pod tags on the Datadog Cluster Agent when - enabling datadog.clusterTagger.collectKubernetesTags. + enabling datadog.clusterTagger.collectKubernetesTags. \ No newline at end of file diff --git a/releasenotes/notes/sidecar-killed-on-job-5dd6537ed1098646.yaml b/releasenotes-dca/notes/sidecar-killed-on-job-fe0a57ea49c2529f.yaml similarity index 86% rename from releasenotes/notes/sidecar-killed-on-job-5dd6537ed1098646.yaml rename to releasenotes-dca/notes/sidecar-killed-on-job-fe0a57ea49c2529f.yaml index 893c7b24d3d9a..ddff4ee64cc52 100644 --- a/releasenotes/notes/sidecar-killed-on-job-5dd6537ed1098646.yaml +++ b/releasenotes-dca/notes/sidecar-killed-on-job-fe0a57ea49c2529f.yaml @@ -1,5 +1,5 @@ # Each section from every release note are combined when the -# CHANGELOG.rst is rendered. So the text needs to be worded so that +# CHANGELOG-DCA.rst is rendered. So the text needs to be worded so that # it does not depend on any information only available in another # section. This may mean repeating some details, but each section # must be readable independently of the other. From 95d3e598f42e72fd98633830b77d0f17678fc0a0 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Santos <91925154+gabedos@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:38:11 -0500 Subject: [PATCH 2/2] Update releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com> --- .../notes/agent-sidecar-security-f60f67e2c493cbd0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml b/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml index fa40356796579..ce055dd6d3f0f 100644 --- a/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml +++ b/releasenotes-dca/notes/agent-sidecar-security-f60f67e2c493cbd0.yaml @@ -10,4 +10,4 @@ enhancements: - | The Datadog Cluster Agent admission controller agent sidecar injection now sets up Agent sidecars to run with securityContext of `readOnlyRootFilesystem:false` by default. - Advanced users can customize the securityContext via clusterAgent.admissionController.agentSidecarInjection.profiles. \ No newline at end of file + Advanced users can customize the securityContext through clusterAgent.admissionController.agentSidecarInjection.profiles. \ No newline at end of file