Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.0.0 #152

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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)
========================================================================
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
2 changes: 1 addition & 1 deletion charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,4 +1446,4 @@ neuronMonitor:
add:
- SYS_ADMIN
serviceAccount:
name: # override exporter service account name
name: # override exporter service account name
Loading