Skip to content

Commit

Permalink
release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Jan 9, 2025
1 parent 617a397 commit d2aaec4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=======================================================================
amazon-cloudwatch-observability v3.1.0 (2025-01-08)
========================================================================
Enhancements:
* Update fluent-bit to 2.32.5 to support pod identity credential

========================================================================
amazon-cloudwatch-observability v3.0.0 (2024-12-23)
========================================================================
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: 3.0.0
version: 3.1.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 @@ -171,7 +171,7 @@ containerLogs:
fluentBit:
image:
repository: aws-for-fluent-bit
tag: 2.32.4
tag: 2.32.5
tagWindows: 2.31.12-windowsservercore
repositoryDomainMap:
public: public.ecr.aws/aws-observability
Expand Down Expand Up @@ -1360,21 +1360,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

0 comments on commit d2aaec4

Please sign in to comment.