-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathRELEASE_NOTES
106 lines (90 loc) · 5.33 KB
/
RELEASE_NOTES
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
========================================================================
Amazon CloudWatch Agent Operator v2.0.1 (2024-12-17)
========================================================================
Bug Fixes:
* [Prometheus] Fix TA Image and Operator Version
========================================================================
Amazon CloudWatch Agent Operator v2.0.0 (2024-12-09)
========================================================================
Enhancements:
* [Prometheus] Implement Target Allocator to distribute prometheus targets among CloudWatch Agent instances
* [Prometheus] Create Prometheus and Target Allocator resources
========================================================================
Amazon CloudWatch Agent Operator v1.9.0 (2024-11-01)
========================================================================
Enhancements:
* Open a port 4311 for agent server when appsignals is enabled
* Attach service name source as resource attribute to operator
* Use replicaset name as part of service name fallback
* [ApplicationSignals] Support runtime metrics for Application Signals
========================================================================
Amazon CloudWatch Agent Operator v1.8.0 (2024-10-17)
========================================================================
Enhancements:
* Support JMX annotations
* Support supplemental OTEL YAML configuration
* [ApplicationSignals] Support configurable resources for NodeJS
* [ApplicationSignals] Only add Application Signals ports to service when enabled in agent configuration
========================================================================
Amazon CloudWatch Agent Operator v1.7.0 (2024-09-03)
========================================================================
Enhancements:
* [ApplicationSignals] Support NodeJS auto-instrumentation on Linux platforms
========================================================================
Amazon CloudWatch Agent Operator v1.6.0 (2024-07-30)
========================================================================
Enhancements:
* [ApplicationSignals] Allow configurable resource requests and limits for auto-instrumentation SDK init containers (#196)
========================================================================
Amazon CloudWatch Agent Operator v1.5.0 (2024-07-18)
========================================================================
Enhancements:
* [ApplicationSignals] Support .NET auto-instrumentation on Linux and Windows platforms
========================================================================
Amazon CloudWatch Agent Operator v1.4.1 (2024-06-17)
========================================================================
Bug Fixes:
* Expose EMF TCP and UDP ports, and others, in the service (#182)
========================================================================
Amazon CloudWatch Agent Operator v1.4.0 (2024-05-22)
========================================================================
Enhancements:
* [ContainerInsights] Add status handlers for Neuron and DCGM resources to reduce logging (#169)
* [ApplicationSignals] Support application_signals instead of app_signals (#172)
* [ContainerInsights] Support tolerations for Neuron and DCGM custom resources (#175)
========================================================================
Amazon CloudWatch Agent Operator v1.3.1 (2024-04-24)
========================================================================
Enhancements:
* [Windows-ContainerInsights] Add WorkingDir field to agent container if defined CWAgent spec to fix issue with Containerd 1.7 on Windows (#158)
========================================================================
Amazon CloudWatch Agent Operator v1.3.0 (2024-04-18)
========================================================================
Enhancements:
* [ContainerInsights] Move DCGM & Neuron resource management into the operator
========================================================================
Amazon CloudWatch Agent Operator v1.2.1 (2024-04-16)
========================================================================
Bug Fixes:
* [AppSignals] Fix to dynamically pick between https & https depending on AppSignals TLS setup
Enhancements:
* [AppSignals] Update auto annotation logic to add missing annotations and restart only when required
========================================================================
Amazon CloudWatch Agent Operator v1.2.0 (2024-04-01)
========================================================================
Enhancements:
* [Container-Insights] Add support for Container Insights on Windows (#110)
========================================================================
Amazon CloudWatch Agent Operator v1.1.1 (2024-03-21)
========================================================================
Enhancements:
* [Fluent-bit] Update aws-for-fluent-bit: 2.31.12.20230911 -> 2.32.0.20240304 (#117)
========================================================================
Amazon CloudWatch Agent Operator v1.1.0 (2024-03-06)
========================================================================
Bug fixes:
* [Fluent-bit Helm Chart] Fix the issue with cluster name containing only numeric values (#47)
Enhancements:
* [Collector Config] Use CWAgent Config Instead Of OTEL Collector (#62)
* [Auto Instrumentation] Create feature flag to allow multi-instrumentation (#99)
* [Agent Receivers] Get Agent Receiver Ports From Agent Config (#58)