Skip to content

Commit 1155334

Browse files
authored
release v4.3.1 (#234)
1 parent d2ac17f commit 1155334

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

RELEASE_NOTES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
=======================================================================
2+
amazon-cloudwatch-observability v4.3.1 (2025-08-14)
3+
=======================================================================
4+
Enhancements:
5+
* Allow an option to set the env vars on CWAgent collector CR
6+
* Increase default memory limit of NVIDIA DCGM Exporter to 750Mi
7+
* Upgrade NVIDIA DCGM Exporter to v4.3.1-4.4.0-ubuntu22.04
8+
* Upgrade AWS for Fluent Bit to v2.33.0.20250731
9+
110
=======================================================================
211
amazon-cloudwatch-observability v4.3.0 (2025-07-24)
312
=======================================================================

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.0
3+
version: 4.3.1
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: 2 additions & 2 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
22+
tag: 2.33.0.20250731
2323
tagWindows: 2.31.12-windowsservercore
2424
repositoryDomainMap:
2525
public: public.ecr.aws/aws-observability
@@ -1339,7 +1339,7 @@ dcgmExporter:
13391339
name:
13401340
image:
13411341
repository: dcgm-exporter
1342-
tag: 3.3.9-3.6.1-ubuntu22.04
1342+
tag: 4.3.1-4.4.0-ubuntu22.04
13431343
repositoryDomainMap:
13441344
public: nvcr.io/nvidia/k8s
13451345
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn

0 commit comments

Comments
 (0)