Skip to content

Commit

Permalink
fix: Move DCA changelogs (#33537)
Browse files Browse the repository at this point in the history
Co-authored-by: Ursula Chen <[email protected]>
(cherry picked from commit 62c6691)
  • Loading branch information
gabedos authored and github-actions[bot] committed Jan 29, 2025
1 parent c339423 commit 0bd0cf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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 through clusterAgent.admissionController.agentSidecarInjection.profiles.
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -9,4 +9,4 @@
fixes:
- |
Include `gpu_vendor` pod tags on the Datadog Cluster Agent when
enabling datadog.clusterTagger.collectKubernetesTags.
enabling datadog.clusterTagger.collectKubernetesTags.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0bd0cf3

Please sign in to comment.