-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathRELEASE_NOTES
More file actions
588 lines (511 loc) · 24.9 KB
/
Copy pathRELEASE_NOTES
File metadata and controls
588 lines (511 loc) · 24.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
=======================================================================
amazon-cloudwatch-observability v6.4.0 (2026-07-21)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v3.4.8
* Upgrade CWAgent Operator to v3.6.0
* Upgrade Java SDK to v2.29.0
* Upgrade .NET SDK to v1.14.0
* Upgrade DCGM Exporter to 4.6.0-4.8.3-distroless
* Upgrade Neuron Monitor to v1.11.0
* Upgrade Node Exporter to v1.12.1
* Add support for Service Events and Dynamic Instrumentation configuration for Application Signals
=======================================================================
amazon-cloudwatch-observability v6.3.0 (2026-06-22)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300070.0b1586
* Upgrade Fluent Bit to v3.4.3
* Upgrade CWAgent Operator to v3.5.0
* Upgrade Java SDK to v2.28.2
* Upgrade Python SDK to v0.18.0
* Upgrade .NET SDK to v1.13.0
* Upgrade NodeJS SDK to v0.12.0
* Upgrade Kube State Metrics to v2.19.1
* Add support for Service Events and Dynamic Instrumentation configuration for Application Signals
=======================================================================
amazon-cloudwatch-observability v6.2.0 (2026-05-29)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300069.0b1529
* Upgrade Fluent Bit to v3.4.0
* Upgrade Python SDK to v0.17.1
* Upgrade Neuron Monitor to v1.10.0
* Disable Otel Container Insights by default
* Adds LIS CSI metrics support to OTEL container insights config
* Adds application and host log collection via OTEL
* Add pattern validation to Instrumentation CRD config fields
=======================================================================
amazon-cloudwatch-observability v6.1.0 (2026-05-05)
=======================================================================
Bug fixes:
- Fixed region injection logic in the template helper (#307)
- Replaced hardcoded amazon-cloudwatch namespace references to support non-default namespace in certmanager.yaml (#307)
- Changed 4 genSignedCert calls to use the agent's own expiry config (#307)
Enhancements:
* Upgrade CWAgent to v1.300067.0b1404
* Upgrade CWAgent Operator to v3.4.2
* Upgrade Fluent Bit to v3.3.0
* Upgrade Java SDK to v2.26.2
* Upgrade Python SDK to v0.17.0
* Upgrade .NET SDK to v1.12.0
* Upgrade NodeJS SDK to v0.11.0
* Upgrade Neuron Monitor to v1.9.0
* Refactor fluent-bit region-specific (isolated) config using tpl conditionals (#271)
=======================================================================
amazon-cloudwatch-observability v5.4.0 (2026-05-01)
========================================================================
Bug fixes:
- Fixed region injection logic in the template helper (#307)
- Replaced hardcoded amazon-cloudwatch namespace references to support non-default namespace in certmanager.yaml (#307)
- Changed 4 genSignedCert calls to use the agent's own expiry config (#307)
Enhancements:
* Upgrade CWAgent to v1.300067.0b1404
* Upgrade CWAgent Operator to v3.4.2
* Upgrade Fluent Bit to v3.3.0
* Upgrade Java SDK to v2.26.2
* Upgrade Python SDK to v0.17.0
* Upgrade .NET SDK to v1.12.0
* Upgrade NodeJS SDK to v0.11.0
* Upgrade Neuron Monitor to v1.9.0
* Refactor fluent-bit region-specific (isolated) config using tpl conditionals (#271)
=======================================================================
amazon-cloudwatch-observability v6.0.1 (2026-04-08)
=======================================================================
Enhancements:
* [Container Insights] Cluster-scraper deployment now uses cloudwatch-agent SA instead of cluster-scraper SA
=======================================================================
amazon-cloudwatch-observability v6.0.0 (2026-04-02)
=======================================================================
New Features:
* Introduce OTel Container Insights (enabled by default)
=======================================================================
amazon-cloudwatch-observability v5.3.1 (2026-04-07)
========================================================================
Enhancements:
* Retain configmap get permission at cluster scope (#291)
=======================================================================
amazon-cloudwatch-observability v5.3.0 (2026-03-31)
========================================================================
Enhancements:
* Upgrade CWAgent to v1.300066.0b1367
* Upgrade CWAgent Operator to v3.3.3
* Upgrade Java SDK to v2.25.1
* Upgrade Python SDK to v0.16.0
* Upgrade .NET SDK to v.11.1
* Upgrade NodeJS SDK to v0.9.0
* Add automatic rolling deployment and option to re-create admission webhook certs (#242)
* Add liveness and readiness probes to operator deployment (#245)
* Configure DCGM Exporter interval for high resolution accelerated compute GPU metrics collection (#248)
* Add top level useDualstackEndpoint configuration (#254)
* Refactor Fluent Bit config parsing logic for isolated regions (#257)
* Support Blackwell GPU instances (#258)
* Move args into command and add neuron-monitor-blocker volume (#275)
=======================================================================
amazon-cloudwatch-observability v5.2.3 (2026-03-20)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v3.2.4
=======================================================================
amazon-cloudwatch-observability v5.2.2 (2026-03-16)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v3.2.3
* Upgrade Neuron Monitor to v1.8.0
=======================================================================
amazon-cloudwatch-observability v5.2.1 (2026-02-16)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300064.1b1344
* Upgrade CWAgent Operator to v3.3.2
* Upgrade Fluent Bit to v3.2.2
* Upgrade DCGM Exporter to 4.5.2-4.8.1-ubuntu22.04
=======================================================================
amazon-cloudwatch-observability v5.2.0 (2026-01-26)
=======================================================================
Enhancements:
* All enhancements from v4.10.0
=======================================================================
amazon-cloudwatch-observability v5.1.0 (2026-01-15)
=======================================================================
Enhancements:
* All enhancements from v4.9.0
=======================================================================
amazon-cloudwatch-observability v5.0.0 (2025-10-16)
=======================================================================
Enhancements:
* Enable Application Signals AutoMonitor by default
=======================================================================
amazon-cloudwatch-observability v4.10.3 (2026-03-18)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v3.2.4
=======================================================================
amazon-cloudwatch-observability v4.10.2 (2026-03-16)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v3.2.3
* Upgrade Neuron Monitor to v1.8.0
=======================================================================
amazon-cloudwatch-observability v4.10.1 (2026-02-16)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300064.1b1344
* Upgrade CWAgent Operator to v3.3.2
* Upgrade Fluent Bit to v3.2.2
* Upgrade DCGM Exporter to 4.5.2-4.8.1-ubuntu22.04
=======================================================================
amazon-cloudwatch-observability v4.8.0 (2025-11-12)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300063.0b1323
* Upgrade CWAgent Operator to v3.3.1
* Upgrade Fluent Bit to v3.1.1
=======================================================================
amazon-cloudwatch-observability v4.7.0 (2025-11-12)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300062.0b1304
* Upgrade FluentBit to v3.0.1
* Conditionally set DCGM Exporter Interval for high resolution collection
=======================================================================
amazon-cloudwatch-observability v4.6.0 (2025-10-16)
=======================================================================
Enhancements:
* Upgrade CWAgent Operator to v3.3.0
* Upgrade FluentBit to v3.0.0
* Update FluentBit config to use systemd plugin for retrieving host logs
=======================================================================
amazon-cloudwatch-observability v4.5.0 (2025-09-24)
=======================================================================
Enhancements:
* Support custom configurations for admission webhook with managed resources
* Support ARM GPU instances with DCGM Exporter
* Upgrade CWAgent to v1.300060.0b1248
* Upgrade CWAgent Operator to v3.2.0
* Upgrade Fluent Bit to v2.34.0
* Upgrade Java SDK to v2.11.5
* Upgrade .NET SDK to v1.9.1
* Upgrade DCGM Exporter to 4.4.0-4.5.0-ubuntu22.04
* Upgrade Neuron Monitor to v1.6.0
=======================================================================
amazon-cloudwatch-observability v4.4.0 (2025-09-04)
=======================================================================
Enhancements:
* Upgrade CWAgent to v1.300059.0b1207
* Add Tensor Core Utililzation metric to DCGM Exporter configuration
* Upgrade CWAgent Operator to v3.1.1
* Upgrade Fluent Bit to v2.33.2
* Upgrade Java SDK to v2.11.2
* Upgrade .NET SDK to v1.9.0
* Upgrade NodeJS SDK to v0.7.0
=======================================================================
amazon-cloudwatch-observability v4.3.1 (2025-08-14)
=======================================================================
Enhancements:
* Allow an option to set the env vars on CWAgent collector CR
* Increase default memory limit of NVIDIA DCGM Exporter to 750Mi
* Upgrade NVIDIA DCGM Exporter to v4.3.1-4.4.0-ubuntu22.04
* Upgrade AWS for Fluent Bit to v2.33.0.20250731
=======================================================================
amazon-cloudwatch-observability v4.3.0 (2025-07-24)
=======================================================================
Enhancements:
* Introduce enablement flags for DCGM, Neuron and Windows resources
* Upgrade CWAgent to v1.300058.0b1191
* Upgrade Fluent Bit to v2.33.0
=======================================================================
amazon-cloudwatch-observability v4.2.1 (2025-07-14)
=======================================================================
Enhancements:
* Upgrade Fluent Bit to v2.32.5.20250626
=======================================================================
amazon-cloudwatch-observability v4.2.0 (2025-06-25)
=======================================================================
Bug Fixes:
* Set deploymentUpdateStrategy when agent mode is deployment
* Aggregrate neuroncore utilization across core/device pair
* Fix bugs when enabling Prometheus CR
Enhancements:
* Extend support for DCGM scraping on Bottlerocket instances
* Introduce AutoMonitor for EKS Application Signals
* Allow overriding security context for FluentBit
=======================================================================
amazon-cloudwatch-observability v4.1.0 (2025-05-27)
========================================================================
New Features:
* [Container Insights] Adding support for EBS NVMe metrics using EBS CSI Driver
Enhancements:
* Upgrade CWAgent to v1.300056.0b1123
* Upgrade CWAgent Operator to v3.0.1
* Upgrade Neuron Monitor to v1.5.0
=======================================================================
amazon-cloudwatch-observability v4.0.1 (2025-05-16)
========================================================================
Enhancements:
* Upgrade CWAgent to v1.300055.2b1110
=======================================================================
amazon-cloudwatch-observability v4.0.0 (2025-05-09)
=======================================================================
New Features:
* Introduce AutoMonitor for EKS Application Signals
Bug Fixes:
* Fix bug with cp for .net auto instrumentation when run as non-root
=======================================================================
amazon-cloudwatch-observability v3.7.0 (2025-04-22)
========================================================================
Enhancements:
* Upgrade CWAgent to v1.30055.0b1095
* Expose update strategy to make it configurable for cloudwatch agent and fluentbit
* Adding component level affinity selectors and node selectors
* Support per-component tolerations (+ manager)
* Upgrade CloudWatch Agent Addon to v3.7.0-eksbuild.1
* Upgrade Neuron Monitor to v1.4.0
* Upgrade Fluent Bit to v2.32.5.20250327
* Upgrade Application Signals SDKs:
* Upgrade Java SDK to v2.10.0
* Upgrade Python SDK to v0.9.0
* Upgrade .NET SDK to v1.7.0
* Upgrade NodeJS SDK to v0.6.0
Bug Fixes:
* Support integer cluster names
* Support trn2u.48xlarge instance types for gpu monitoring
=======================================================================
amazon-cloudwatch-observability v3.6.0 (2025-03-25)
=======================================================================
New Features:
* Support for deploying CloudWatch Agent on Red Hat OpenShift Service on AWS (ROSA) clusters.
Enhancements:
* Add K8S_CLUSTER_NAME environment variable to improve cluster name detection.
========================================================================
amazon-cloudwatch-observability v3.5.0 (2025-03-17)
========================================================================
Enhancements:
* Upgrade CloudWatchAgent to 1.300053.1b1058
========================================================================
amazon-cloudwatch-observability v3.4.0 (2025-03-10)
========================================================================
Enhancements:
* [Application Signals] Performance fix by using EndpointSlices to reduce load on API server
* Upgrade CloudWatchAgent to 1.300053.0b1046
* Upgrade CloudWatchAgentOperator to 2.2.0
========================================================================
amazon-cloudwatch-observability v3.3.1 (2025-02-06)
========================================================================
Bug Fixes:
* Upgrade DCGM Exporter to 3.3.9-3.6.1-ubuntu22.04-amd64 to fix arch issue
========================================================================
amazon-cloudwatch-observability v3.3.0 (2025-02-06)
========================================================================
Enhancements:
* Upgrade DCGM Exporter to 3.3.9-3.6.1-ubuntu22.04
=======================================================================
amazon-cloudwatch-observability v3.2.0 (2025-02-04)
========================================================================
New Features:
* Support Logical NeuronCore configuration (LNC) with trn2
Enhancements:
* Allow both YAML string and object for OTEL config
* Add runtime metrics config for Application Signals .NET
* Remove unsupported Neuron Monitor metrics
* Upgrade CWAgent to v1.300052.0b1024
* Upgrade CWAgent Operator to v2.1.0
* Upgrade Java SDK to v1.33.0
* Upgrade Python SDK to v0.8.0
* Upgrade .Net SDK to v1.6.0
* Upgrade NodeJS SDK to v0.5.0
* Upgrade Neuron Monitor to v1.3.0
=======================================================================
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)
========================================================================
New Features:
* Add support for installing multiple AmazonCloudWatchAgent workloads (#126)
* Introduce support for Prometheus scraping with the CloudWatchAgent and TargetAllocator (#126)
* Set default PriorityClass as system-node-critical for CloudWatchAgent and FluentBit daemonsets (#137)
Enhancements:
* Unify schema for Application Signals metrics across platforms
* Increment ADOT JAVA SDK to v1.32.6 for Application Signals
* Support p5en instance types for GPU Enhanced Container Insights (#150)
Bug Fixes:
* Do not apply default tolerations to controller manager deployment (#137)
* Avoid excessive logging of 404 errors when IMDS tags access is not enabled
* Fix edge case that causes the CloudWatchAgent to crash with a concurrent map writes error
=======================================================================
amazon-cloudwatch-observability v2.6.0 (2024-12-06)
========================================================================
Enhancements:
* Support extra files fluent-bit configurations for isolated regions
=======================================================================
amazon-cloudwatch-observability v2.5.0 (2024-11-20)
========================================================================
Enhancements:
* Support Tranium 2 and p5e HyperPod instance types
=======================================================================
amazon-cloudwatch-observability v2.4.0 (2024-11-20)
========================================================================
Enhancements:
* Increment CWAgent to v1.300050.0b956 that adds ability to scraping Kueue metrics
=======================================================================
amazon-cloudwatch-observability v2.3.1 (2024-11-14)
========================================================================
Bug Fixes:
* Remove keyUsages in favor of usages in cert manager template (#128)
=======================================================================
amazon-cloudwatch-observability v2.3.0 (2024-11-08)
========================================================================
New Features:
* Add agent server port for vending entity to FluentBit
Enhancements:
* Upgrade CWAgent to v1.300049.1b929
* Upgrade CWAgent Operator to v1.9.0
* Upgrade Java SDK to v1.32.5
* Upgrade Python SDK to v0.7.0
* Upgrade .Net SDK to v1.4.0
* Upgrade NodeJS SDK to v0.3.0
=======================================================================
amazon-cloudwatch-observability v2.2.0 (2024-10-21)
========================================================================
New Features:
* Adding support for supplemental YAML config for cloudwatch-agent on Linux (#110)
Enhancements:
* Upgrade CWAgent to v1.300048.1b904
* Upgrade CWAgent Operator to v1.8.0
* Upgrade Java SDK to v1.32.4
* Upgrade Python SDK to v0.6.0
=======================================================================
amazon-cloudwatch-observability v2.1.3 (2024-10-04)
========================================================================
Enhancements:
* Upgrade CWAgent to v1.300047.0b872
* Upgrade NodeJS SDK to v0.2.0
=======================================================================
amazon-cloudwatch-observability v2.1.2 (2024-10-01)
========================================================================
Enhancements:
* Upgrade .Net SDK to v1.3.2
* Upgrade Neuron-Monitor to v1.2.1
* Support G6 GPU instance types with DCGM-Exporter
=======================================================================
amazon-cloudwatch-observability v2.1.1 (2024-09-17)
========================================================================
Enhancements:
* Upgrade Python SDK to v0.5.0
=======================================================================
amazon-cloudwatch-observability v2.1.0 (2024-09-13)
========================================================================
New Features:
* Adding support for NodeJS auto instrumentation for Application Signals (#91)
Enhancements:
* Separate agent daemonsets on windows for container insights and application signals (#90)
* Upgrade CWAgent to v1.300045.1b823
* Upgrade CWAgent Operator to v1.7.0
* Upgrade Python SDK to v0.4.0
* Upgrade .Net SDK to v1.3.0
=======================================================================
amazon-cloudwatch-observability v2.0.1 (2024-08-23)
========================================================================
Enhancements:
* Upgrade DCGM-Exporter for Linux to 3.3.7-3.5.0-ubuntu22.04
* Upgrade CWAgent to v1.300045.0
=======================================================================
amazon-cloudwatch-observability v2.0.0 (2024-08-15)
========================================================================
Breaking Changes:
* Enforce default requests and limits for auto instrumentation init containers
Enhancements:
* Allow configurable requests and limits for auto instrumentation init containers (#65)
* Restructure resources configurations for AppSignals (#80)
* Upgrade CWAgent to v1.300044.0
* Upgrade CWAgent Operator to v1.6.0
* Upgrade .Net SDK to v1.2.0
* Upgrade FluentBit for Linux to 2.32.2.20240627
=======================================================================
amazon-cloudwatch-observability v1.10.0 (2024-07-30)
========================================================================
New Features:
* Adding support for .Net auto instrumentation for Application Signals (#64)
Enhancements:
* Upgrade CWAgent Operator to v1.5.0
=======================================================================
amazon-cloudwatch-observability v1.9.0 (2024-07-22)
========================================================================
Bug Fixes:
* Add nodeAffinity rule to not spin up resources on Fargate instances (#58)
* Increase the default memory limit of DCGM Exporter to 500Mi to fix OOM crashing issue (#67)
Enhancements:
* Support parameterized resources configuration (#63)
* Upgrade Java SDK to v1.32.3
* Upgrade Python SDK to v0.3.0
* Upgrade CWAgent to v1.300042.1
=======================================================================
amazon-cloudwatch-observability v1.8.0 (2024-07-02)
========================================================================
Bug Fixes:
* Add GOMEMLIMIT environment variable for Neuron Monitor to fix OOM crash issue (#56)
Enhancements:
* Update Windows Fluent-Bit configuration to export Kubelet and kube-proxy service logs to host log group (#45)
* Upgrade CWAgent Operator to v1.4.1
* Upgrade CWAgent to v1.300041.0
=======================================================================
amazon-cloudwatch-observability v1.7.0 (2024-05-23)
========================================================================
Enhancements:
* Add default tolerations (#41)
* Add ability to customize fluent bit config via values.yaml (#43)
* Add Sagemaker instances to node-affinity for DCGM and Neuron monitor (#36)
* Update app_signals to application_signals (#40)
* Upgrade Java SDK to v1.32.2
* Upgrade Python SDK to v0.2.0
* Upgrade CWAgent Operator to v1.4.0
* Upgrade CWAgent to v1.300040.0
=======================================================================
amazon-cloudwatch-observability v1.6.0 (2024-04-29)
========================================================================
Enhancements:
* Add WorkingDir field to agent container if defined CWAgent spec to fix issue with Containerd 1.7 on Windows (#26)
* Move DCGM & Neuron resource management into the operator (#19)
* Upgrade neuron-monitor to v1.0.1
* Upgrade CWAgent Operator to v1.3.1
=======================================================================
amazon-cloudwatch-observability v1.5.5 (2024-04-26)
========================================================================
Enhancements:
* Upgrade CWAgent to v1.300037.1
=======================================================================
amazon-cloudwatch-observability v1.5.4 (2024-04-23)
========================================================================
Enhancements:
* Upgrade python sdk to v0.1.1 (#22)
=======================================================================
amazon-cloudwatch-observability v1.5.3 (2024-04-19)
========================================================================
Enhancements:
* Do not create fluent bit resources if containerLogs is disabled (#23)
=======================================================================
amazon-cloudwatch-observability v1.5.2 (2024-04-16)
========================================================================
Enhancements:
* Updating the agent image version to support Elastic Fabric Adapter (EFA) for Container Insights
* Updating Python SDK and Operator image versions
=======================================================================
amazon-cloudwatch-observability v1.5.1 (2024-04-11)
========================================================================
Notes:
* Re-releasing v1.5.0 with a version bump
=======================================================================
amazon-cloudwatch-observability v1.5.0 (2024-04-08)
========================================================================
Enhancements:
* Adding support for Windows for Container Insights (#10)
* Adding support for Neuron Montor Daemonet for Container Insights (#9)
* Making cluster-name a mandatory field (#12)
=======================================================================
amazon-cloudwatch-observability v1.4.0 (2024-03-12)
========================================================================
Enhancements:
* Adding support for dcgm exporter daemonset for Nvidia GPU metrics (#4)