Skip to content

Releases: aws/amazon-cloudwatch-agent

v1.300026.1

22 Aug 05:03
Compare
Choose a tag to compare

What's Changed

  • Macos script fix by @zhihonl in 6792c77
    🐞 This change fixes a bug in v1.300025.0 and v1.300026.0 that could have prevented the agent from restarting, specifically for macOS. An accidental change for the shfmt formatter made it such that the agent status would be falsely reported as stopped, thus preventing a restart.

Full Changelog: v1.300026.0...v1.300026.1

v1.300026.0

22 Aug 04:58
Compare
Choose a tag to compare

What's Changed

  • Remove windows event log plugin from adapter translation by @jefchien in 4c7abf4
    🐞 This change fixes a bug in v1.300025.0 that could have resulted in publishing duplicate log events for the windows event log plugin specifically.
  • Remove telegraf agent start up by @jefchien in 3f60a57
    This is an optimization to not start the telegraf agent when the config only requires handling of logs plugin (i.e. no metrics or traces).

Full Changelog: v1.300025.0...v1.300026.0

v1.300025.0

22 Aug 04:43
6c2d68d
Compare
Choose a tag to compare

🚀 This release adds support for OpenTelemetry traces and AWS X-Ray via the Amazon CloudWatch Agent. Please see https://aws.amazon.com/about-aws/whats-new/2023/08/amazon-cloudwatch-agent-opentelemetry-traces-x-ray/ for additional details.

What's Changed

New Contributors

Full Changelog: v1.247360.0...v1.300025.0

v1.247360.0

23 Jun 21:08
0358b60
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.247359.1...v1.247360.0

v1.247359.1

16 May 19:45
v1.247359.1
2dd89ab
Compare
Choose a tag to compare

Re-release of v1.247359.0 with fixed artifacts.

v1.247359.0

20 Apr 14:01
2dd89ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.247357.0...v1.247359.0

v1.247358.0

29 Mar 17:41
ff777d5
Compare
Choose a tag to compare

Version: 1.247358.0b252413

What's Changed

  • Add log output when log files are deleted with auto_removal feature #636 by @tomatod in #659

New Contributors

Full Changelog: v1.247357.0...v1.247358.0

v1.247357.0

19 Dec 20:39
24420d8
Compare
Choose a tag to compare

Enhancement

  • Add ECS EC2 Launch Type Daemon Deployment test workflow by @ChenaLee in #639
  • Sync Use crazy-max/ghaction-import-gpg@v5 From Private Repo by @sethAmazon in #643
  • Change nick-invision/retry to nick-fields/retry by @ChenaLee in #644

Bug Fixes

  • Use Systemctl Command To Restart Agent by @sethAmazon in #645
  • Update AWS SDK Go for make build mac success by @khanhntd in #640
  • Change LogFile.restoreState() so it does not return negative offset. by @adam-mateen in #646
  • Fix DetectAgentMode so auto resolves to onPrem if not ec2 by @jefchien in #652

Full Changelog: v1.247356.0...v1.247357.0

v1.247356.0

19 Dec 20:38
c89c029
Compare
Choose a tag to compare

Enhancement

New Contributors

Full Changelog: v1.247355.0...v1.247356.0

v1.247355.0

17 Oct 20:40
6119858
Compare
Choose a tag to compare

Enhancement

  • Support mode onPremise (#543)
  • Windows MSI installer silent exection implementation (#543)