Skip to content

Commit 70318c7

Browse files
authored
Release 4.5.0 (#243)
1 parent 566a75b commit 70318c7

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

RELEASE_NOTES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
=======================================================================
2+
amazon-cloudwatch-observability v4.5.0 (2025-09-24)
3+
=======================================================================
4+
Enhancements:
5+
* Support custom configurations for admission webhook with managed resources
6+
* Support ARM GPU instances with DCGM Exporter
7+
* Upgrade CWAgent to v1.300060.0b1248
8+
* Upgrade CWAgent Operator to v3.2.0
9+
* Upgrade Fluent Bit to v2.34.0
10+
* Upgrade Java SDK to v2.11.5
11+
* Upgrade .NET SDK to v1.9.1
12+
* Upgrade DCGM Exporter to 4.4.0-4.5.0-ubuntu22.04
13+
* Upgrade Neuron Monitor to v1.6.0
14+
115
=======================================================================
216
amazon-cloudwatch-observability v4.4.0 (2025-09-04)
317
=======================================================================

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.4.0
3+
version: 4.5.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: 8 additions & 8 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.2
22+
tag: 2.34.0
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.1
1040+
tag: 3.2.0
10411041
repositoryDomainMap:
10421042
public: public.ecr.aws/cloudwatch-agent
10431043
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1048,15 +1048,15 @@ manager:
10481048
java:
10491049
repositoryDomain: public.ecr.aws/aws-observability
10501050
repository: adot-autoinstrumentation-java
1051-
tag: v2.11.2
1051+
tag: v2.11.5
10521052
python:
10531053
repositoryDomain: public.ecr.aws/aws-observability
10541054
repository: adot-autoinstrumentation-python
1055-
tag: v0.9.0
1055+
tag: v0.12.1
10561056
dotnet:
10571057
repositoryDomain: public.ecr.aws/aws-observability
10581058
repository: adot-autoinstrumentation-dotnet
1059-
tag: v1.9.0
1059+
tag: v1.9.1
10601060
nodejs:
10611061
repositoryDomain: public.ecr.aws/aws-observability
10621062
repository: adot-autoinstrumentation-node
@@ -1270,7 +1270,7 @@ agent:
12701270
replicas: 1 # The total number non-terminated pods targeted by this AmazonCloudWatchAgent's deployment or statefulSet.
12711271
image:
12721272
repository: cloudwatch-agent
1273-
tag: 1.300059.0b1207
1273+
tag: 1.300060.0b1248
12741274
repositoryDomainMap:
12751275
public: public.ecr.aws/cloudwatch-agent
12761276
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1363,7 +1363,7 @@ dcgmExporter:
13631363
name:
13641364
image:
13651365
repository: dcgm-exporter
1366-
tag: 4.3.1-4.4.0-ubuntu22.04
1366+
tag: 4.4.0-4.5.0-ubuntu22.04
13671367
repositoryDomainMap:
13681368
public: nvcr.io/nvidia/k8s
13691369
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1534,7 +1534,7 @@ neuronMonitor:
15341534
name:
15351535
image:
15361536
repository: neuron-monitor
1537-
tag: 1.5.1
1537+
tag: 1.6.0
15381538
repositoryDomainMap:
15391539
public: public.ecr.aws/neuron
15401540
resources:

0 commit comments

Comments
 (0)