Skip to content

Commit

Permalink
release v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Dec 18, 2024
1 parent 40f269d commit 22b73c5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 17 deletions.
17 changes: 17 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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)
========================================================================
Expand Down
2 changes: 1 addition & 1 deletion charts/amazon-cloudwatch-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
25 changes: 9 additions & 16 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1444,4 +1437,4 @@ neuronMonitor:
add:
- SYS_ADMIN
serviceAccount:
name: # override exporter service account name
name: # override exporter service account name

0 comments on commit 22b73c5

Please sign in to comment.