Skip to content

Commit 93a934e

Browse files
authored
release v6.4.0 (#341)
1 parent ae69292 commit 93a934e

3 files changed

Lines changed: 23 additions & 10 deletions

File tree

RELEASE_NOTES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
=======================================================================
2+
amazon-cloudwatch-observability v6.4.0 (2026-07-21)
3+
=======================================================================
4+
Enhancements:
5+
* Upgrade Fluent Bit to v3.4.8
6+
* Upgrade CWAgent Operator to v3.6.0
7+
* Upgrade Java SDK to v2.29.0
8+
* Upgrade .NET SDK to v1.14.0
9+
* Upgrade DCGM Exporter to 4.6.0-4.8.3-distroless
10+
* Upgrade Neuron Monitor to v1.11.0
11+
* Upgrade Node Exporter to v1.12.1
12+
* Add support for Service Events and Dynamic Instrumentation configuration for Application Signals
13+
114
=======================================================================
215
amazon-cloudwatch-observability v6.3.0 (2026-06-22)
316
=======================================================================

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: 6.3.0
3+
version: 6.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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ containerLogs:
3131
fluentBit:
3232
image:
3333
repository: aws-for-fluent-bit
34-
tag: 3.4.3
34+
tag: 3.4.8
3535
tagWindows: 2.31.12-windowsservercore
3636
repositoryDomainMap:
3737
public: public.ecr.aws/aws-observability
@@ -466,7 +466,7 @@ manager:
466466
name:
467467
image:
468468
repository: cloudwatch-agent-operator
469-
tag: 3.5.0
469+
tag: 3.6.0
470470
repositoryDomainMap:
471471
public: public.ecr.aws/cloudwatch-agent
472472
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -477,15 +477,15 @@ manager:
477477
java:
478478
repositoryDomain: public.ecr.aws/aws-observability
479479
repository: adot-autoinstrumentation-java
480-
tag: v2.28.2
480+
tag: v2.29.0
481481
python:
482482
repositoryDomain: public.ecr.aws/aws-observability
483483
repository: adot-autoinstrumentation-python
484484
tag: v0.18.0
485485
dotnet:
486486
repositoryDomain: public.ecr.aws/aws-observability
487487
repository: adot-autoinstrumentation-dotnet
488-
tag: v1.13.0
488+
tag: v1.14.0
489489
nodejs:
490490
repositoryDomain: public.ecr.aws/aws-observability
491491
repository: adot-autoinstrumentation-node
@@ -804,7 +804,7 @@ dcgmExporter:
804804
name:
805805
image:
806806
repository: dcgm-exporter
807-
tag: 4.5.2-4.8.1-ubuntu22.04
807+
tag: 4.6.0-4.8.3-distroless
808808
repositoryDomainMap:
809809
public: nvcr.io/nvidia/k8s
810810
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -980,7 +980,7 @@ neuronMonitor:
980980
name:
981981
image:
982982
repository: neuron-monitor
983-
tag: 1.10.0
983+
tag: 1.11.0
984984
repositoryDomainMap:
985985
public: public.ecr.aws/neuron
986986
resources:
@@ -1064,7 +1064,7 @@ kubeStateMetrics:
10641064
us-gov-west-1: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com
10651065
# Used in China/GovCloud regions where the public upstream image isn't available; the helper falls back to repositoryDomainMap[region]/restrictedRepository:restrictedTag
10661066
restrictedRepository: eks/kube-state-metrics
1067-
restrictedTag: v2.18.0-eksbuild.10
1067+
restrictedTag: v2.19.1-eksbuild.3
10681068
resources:
10691069
limits:
10701070
cpu: 200m
@@ -1090,7 +1090,7 @@ nodeExporter:
10901090
name:
10911091
image:
10921092
repository: prometheus/node-exporter
1093-
tag: v1.11.1
1093+
tag: v1.12.1
10941094
repositoryDomainMap:
10951095
public: quay.io
10961096
cn-north-1: 918309763551.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1099,7 +1099,7 @@ nodeExporter:
10991099
us-gov-west-1: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com
11001100
# Used in China/GovCloud regions where the public upstream image isn't available; the helper falls back to repositoryDomainMap[region]/restrictedRepository:restrictedTag
11011101
restrictedRepository: eks/prometheus-node-exporter
1102-
restrictedTag: v1.11.1-eksbuild.4
1102+
restrictedTag: v1.12.1-eksbuild.1
11031103
resources:
11041104
limits:
11051105
cpu: 200m

0 commit comments

Comments
 (0)