From 47e08aaf6a7480d26590eaa651233daa77cc6200 Mon Sep 17 00:00:00 2001 From: Jeffrey Chien Date: Mon, 11 Sep 2023 12:29:52 -0400 Subject: [PATCH] Update release notes for 1.300028.0. (#850) --- RELEASE_NOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1d7877ef9f..59a67c3d14 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,11 +1,12 @@ ======================================================================== -Amazon CloudWatch Agent 1.300028.0 (2023-09-07) +Amazon CloudWatch Agent 1.300028.0 (2023-09-11) ======================================================================== Bug fixes: * Fix file pattern matching to support glob wildcard characters (!{}) * Use LogStreamName instead of ServiceName in token replacement for Prometheus * Add fallback shared config files for credential ordering to maintain previous AWS SDK behavior +* Drop unsupported NaN, Inf, and out of range values Enhancements: * Try using IMDSv2 only first before using client with fallback