Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE_NOTES for 1.300030.0 #928

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
========================================================================
Amazon CloudWatch Agent 1.300030.0 (2023-10-24)
========================================================================

Bug fixes:
* Fix EMF log corruption caused by highly concurrent messages sent to the agent
* CA Bundle fix for AWS Secret regions
* Filter out terminated pods when calculating container insights node request metrics to match kubectl implementation
* Fix auto_removal to not block on the file being removed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we also add the fix from #915 to the release notes?


Enhancements:
* Support both zero padded and non-padded month/day when using %m/%d for the logfile timestamp_format
* Use default path when -otelconfig option not given
* Restrict pprof-addr to localhost

========================================================================
Amazon CloudWatch Agent 1.300028.4 (2023-10-4)
========================================================================

Bug fixes:
* Use GZIP 6 RPM Compression To Fix Install On AL2 Without Kernel Patch

========================================================================
Amazon CloudWatch Agent 1.300028.3 (2023-10-3)
========================================================================

Bug fixes:
* Use fmt.Printf Instead Of log.Printf On Start Up Because Of A Bug With Windows User Data Causing Agent Not To Start

========================================================================
Amazon CloudWatch Agent 1.300028.1 (2023-09-18)
========================================================================
Expand Down