From a256d3e1568255a8943aa0a5afc272b0e544b584 Mon Sep 17 00:00:00 2001 From: Ganga Mahesh Siddem Date: Tue, 4 Jun 2024 13:59:39 -0700 Subject: [PATCH 1/2] improve release notes --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bf23f81af..2c4d2382f 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -28,6 +28,7 @@ additional questions or comments. - Fluentd - 1.16.3 ##### Code change log ## What's Changed + > Note: Default resource limits on the DaemonSet container have been increased: CPU limit has been raised from 500m to 3 cores, and memory limit has been increased from 750Mi to 2.5GB to support high log scale collection. - Common * Add scan tools to the build pipeline by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1237 * streamline input plugin code. by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1238 From a8f5eb60a3fede788117157cab3285614d7ead17 Mon Sep 17 00:00:00 2001 From: Ganga Mahesh Siddem Date: Tue, 4 Jun 2024 14:00:36 -0700 Subject: [PATCH 2/2] improve release notes --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 2c4d2382f..c0ac72a77 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -28,7 +28,7 @@ additional questions or comments. - Fluentd - 1.16.3 ##### Code change log ## What's Changed - > Note: Default resource limits on the DaemonSet container have been increased: CPU limit has been raised from 500m to 3 cores, and memory limit has been increased from 750Mi to 2.5GB to support high log scale collection. + > Note: Default resource limits on the Linux DaemonSet container have been increased: CPU limit has been raised from 500m to 3 cores, and memory limit has been increased from 750Mi to 2.5GB to support high log scale collection. - Common * Add scan tools to the build pipeline by @jatakiajanvi12 in https://github.com/microsoft/Docker-Provider/pull/1237 * streamline input plugin code. by @pfrcks in https://github.com/microsoft/Docker-Provider/pull/1238