From 9aabd53aec8fb53b82c310467faff637b6f451ab Mon Sep 17 00:00:00 2001 From: Mitali Salvi <44349099+mitali-salvi@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:41:00 -0400 Subject: [PATCH] Version bumps and updating release notes for v1.7.0 release (#221) --- RELEASE_NOTES | 7 +++++++ versions.txt | 15 +++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 4fd0a5445..940371afe 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,6 +1,13 @@ +======================================================================== +Amazon CloudWatch Agent Operator v1.7.0 (2024-09-03) +======================================================================== +Enhancements: +* [ApplicationSignals] Support NodeJS auto-instrumentation on Linux platforms + ======================================================================== Amazon CloudWatch Agent Operator v1.6.0 (2024-07-30) ======================================================================== +Enhancements: * [ApplicationSignals] Allow configurable resource requests and limits for auto-instrumentation SDK init containers (#196) ======================================================================== diff --git a/versions.txt b/versions.txt index 0b375c65f..65c95256b 100644 --- a/versions.txt +++ b/versions.txt @@ -1,15 +1,14 @@ # Represents the latest stable release of the CloudWatch Agent -cloudwatch-agent=1.300041.0b681 +cloudwatch-agent=1.300045.0b810 # Represents the current release of the CloudWatch Agent Operator. -operator=1.4.1 +operator=1.7.0 # Represents the current release of ADOT language instrumentation. aws-otel-java-instrumentation=v1.32.2 -aws-otel-python-instrumentation=v0.2.0 -# This needs to be updated with the latest release of ADOT SDK -aws-otel-dotnet-instrumentation=1.6.0 -aws-otel-nodejs-instrumentation=0.52.1 +aws-otel-python-instrumentation=v0.4.0 +aws-otel-dotnet-instrumentation=v1.3.0 +aws-otel-nodejs-instrumentation=v0.1.0 -dcgm-exporter=3.3.3-3.3.1-ubuntu22.04 -neuron-monitor=1.0.0 \ No newline at end of file +dcgm-exporter=3.3.7-3.5.0-ubuntu22.04 +neuron-monitor=1.0.1 \ No newline at end of file