Skip to content

Commit eb54a18

Browse files
authored
release v4.4.0 (#237)
1 parent afa3d8b commit eb54a18

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

RELEASE_NOTES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
=======================================================================
2+
amazon-cloudwatch-observability v4.4.0 (2025-09-04)
3+
=======================================================================
4+
Enhancements:
5+
* Upgrade CWAgent to v1.300059.0b1207
6+
* Add Tensor Core Utililzation metric to DCGM Exporter configuration
7+
* Upgrade CWAgent Operator to v3.1.1
8+
* Upgrade Fluent Bit to v2.33.2
9+
* Upgrade Java SDK to v2.11.2
10+
* Upgrade .NET SDK to v1.9.0
11+
* Upgrade NodeJS SDK to v0.7.0
12+
113
=======================================================================
214
amazon-cloudwatch-observability v4.3.1 (2025-08-14)
315
=======================================================================

charts/amazon-cloudwatch-observability/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: amazon-cloudwatch-observability
3-
version: 4.3.1
3+
version: 4.4.0
44
appVersion: 1.0.0
55
description: A Helm chart for Amazon CloudWatch Observability
66
type: application

charts/amazon-cloudwatch-observability/values.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ containerLogs:
1919
fluentBit:
2020
image:
2121
repository: aws-for-fluent-bit
22-
tag: 2.33.0.20250731
22+
tag: 2.33.2
2323
tagWindows: 2.31.12-windowsservercore
2424
repositoryDomainMap:
2525
public: public.ecr.aws/aws-observability
@@ -1037,7 +1037,7 @@ manager:
10371037
name:
10381038
image:
10391039
repository: cloudwatch-agent-operator
1040-
tag: 3.1.0
1040+
tag: 3.1.1
10411041
repositoryDomainMap:
10421042
public: public.ecr.aws/cloudwatch-agent
10431043
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1048,19 +1048,19 @@ manager:
10481048
java:
10491049
repositoryDomain: public.ecr.aws/aws-observability
10501050
repository: adot-autoinstrumentation-java
1051-
tag: v2.10.0
1051+
tag: v2.11.2
10521052
python:
10531053
repositoryDomain: public.ecr.aws/aws-observability
10541054
repository: adot-autoinstrumentation-python
10551055
tag: v0.9.0
10561056
dotnet:
10571057
repositoryDomain: public.ecr.aws/aws-observability
10581058
repository: adot-autoinstrumentation-dotnet
1059-
tag: v1.7.0
1059+
tag: v1.9.0
10601060
nodejs:
10611061
repositoryDomain: public.ecr.aws/aws-observability
10621062
repository: adot-autoinstrumentation-node
1063-
tag: v0.6.0
1063+
tag: v0.7.0
10641064
applicationSignals:
10651065
autoMonitor:
10661066
monitorAllServices: false
@@ -1246,7 +1246,7 @@ agent:
12461246
replicas: 1 # The total number non-terminated pods targeted by this AmazonCloudWatchAgent's deployment or statefulSet.
12471247
image:
12481248
repository: cloudwatch-agent
1249-
tag: 1.300058.0b1191
1249+
tag: 1.300059.0b1207
12501250
repositoryDomainMap:
12511251
public: public.ecr.aws/cloudwatch-agent
12521252
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn

0 commit comments

Comments
 (0)