diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1dbd49d..4698f0a 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,21 @@ +======================================================================== +amazon-cloudwatch-observability v3.0.0 (2024-12-23) +======================================================================== +New Features: +* Add support for installing multiple AmazonCloudWatchAgent workloads (#126) +* Introduce support for Prometheus scraping with the CloudWatchAgent and TargetAllocator (#126) +* Set default PriorityClass as system-node-critical for CloudWatchAgent and FluentBit daemonsets (#137) + +Enhancements: +* Unify schema for Application Signals metrics across platforms +* Increment ADOT JAVA SDK to v1.32.6 for Application Signals +* Support p5en instance types for GPU Enhanced Container Insights (#150) + +Bug Fixes: +* Do not apply default tolerations to controller manager deployment (#137) +* Avoid excessive logging of 404 errors when IMDS tags access is not enabled +* Fix edge case that causes the CloudWatchAgent to crash with a concurrent map writes error + ======================================================================= amazon-cloudwatch-observability v2.6.0 (2024-12-06) ======================================================================== diff --git a/charts/amazon-cloudwatch-observability/Chart.yaml b/charts/amazon-cloudwatch-observability/Chart.yaml index 4972f14..6d32309 100644 --- a/charts/amazon-cloudwatch-observability/Chart.yaml +++ b/charts/amazon-cloudwatch-observability/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: amazon-cloudwatch-observability -version: 2.6.0 +version: 3.0.0 appVersion: 1.0.0 description: A Helm chart for Amazon CloudWatch Observability type: application diff --git a/charts/amazon-cloudwatch-observability/values.yaml b/charts/amazon-cloudwatch-observability/values.yaml index 46bb7b5..5afa9ff 100644 --- a/charts/amazon-cloudwatch-observability/values.yaml +++ b/charts/amazon-cloudwatch-observability/values.yaml @@ -1446,4 +1446,4 @@ neuronMonitor: add: - SYS_ADMIN serviceAccount: - name: # override exporter service account name \ No newline at end of file + name: # override exporter service account name