From 22b73c57ea857177d331d444a3260db0666d1037 Mon Sep 17 00:00:00 2001 From: Kaushik Surya Date: Wed, 18 Dec 2024 18:32:02 +0000 Subject: [PATCH] release v3.0.0 --- RELEASE_NOTES | 17 +++++++++++++ .../Chart.yaml | 2 +- .../values.yaml | 25 +++++++------------ 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 1dbd49d..34d3317 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,20 @@ +======================================================================== +amazon-cloudwatch-observability v3.0.0 (2024-12-18) +======================================================================== +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 + +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 b6ad767..b9c7d34 100644 --- a/charts/amazon-cloudwatch-observability/values.yaml +++ b/charts/amazon-cloudwatch-observability/values.yaml @@ -1358,21 +1358,14 @@ agent: config: # optional config that can be provided to override the defaultConfig otelConfig: # optional YAML config that can be provided to combine with the config/defaultConfig defaultConfig: - { - "logs": { - "metrics_collected": { - "kubernetes": { - "enhanced_container_insights": true - }, - "application_signals": { } - } - }, - "traces": { - "traces_collected": { - "application_signals": { } - } - } - } + logs: + metrics_collected: + kubernetes: + enhanced_container_insights: true + application_signals: {} + traces: + traces_collected: + application_signals: {} prometheus: config: targetAllocator: @@ -1444,4 +1437,4 @@ neuronMonitor: add: - SYS_ADMIN serviceAccount: - name: # override exporter service account name \ No newline at end of file + name: # override exporter service account name