Commit bcacaf3 1 parent fb4fa05 commit bcacaf3 Copy full SHA for bcacaf3
File tree 3 files changed +25
-7
lines changed
charts/amazon-cloudwatch-observability
3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change
1
+ =======================================================================
2
+ amazon-cloudwatch-observability v3.2.0 (2025-02-04)
3
+ ========================================================================
4
+ New Features:
5
+ * Support Logical NeuronCore configuration (LNC) with trn2
6
+
7
+ Enhancements:
8
+ * Allow both YAML string and object for OTEL config
9
+ * Add runtime metrics config for Application Signals .NET
10
+ * Remove unsupported Neuron Monitor metrics
11
+ * Upgrade CWAgent to v1.300052.0b1024
12
+ * Upgrade CWAgent Operator to v2.1.0
13
+ * Upgrade Java SDK to v1.33.0
14
+ * Upgrade Python SDK to v0.8.0
15
+ * Upgrade .Net SDK to v1.6.0
16
+ * Upgrade NodeJS SDK to v0.5.0
17
+ * Upgrade Neuron Monitor to v1.3.0
18
+
1
19
=======================================================================
2
20
amazon-cloudwatch-observability v3.1.0 (2025-01-08)
3
21
========================================================================
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : amazon-cloudwatch-observability
3
- version : 3.1 .0
3
+ version : 3.2 .0
4
4
appVersion : 1.0.0
5
5
description : A Helm chart for Amazon CloudWatch Observability
6
6
type : application
Original file line number Diff line number Diff line change @@ -1170,7 +1170,7 @@ manager:
1170
1170
name :
1171
1171
image :
1172
1172
repository : cloudwatch-agent-operator
1173
- tag : 2.0.1
1173
+ tag : 2.1.0
1174
1174
repositoryDomainMap :
1175
1175
public : public.ecr.aws/cloudwatch-agent
1176
1176
cn-north-1 : 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1181,19 +1181,19 @@ manager:
1181
1181
java :
1182
1182
repositoryDomain : public.ecr.aws/aws-observability
1183
1183
repository : adot-autoinstrumentation-java
1184
- tag : v1.32.6
1184
+ tag : v1.33.0
1185
1185
python :
1186
1186
repositoryDomain : public.ecr.aws/aws-observability
1187
1187
repository : adot-autoinstrumentation-python
1188
- tag : v0.7 .0
1188
+ tag : v0.8 .0
1189
1189
dotnet :
1190
1190
repositoryDomain : public.ecr.aws/aws-observability
1191
1191
repository : adot-autoinstrumentation-dotnet
1192
- tag : v1.4 .0
1192
+ tag : v1.6 .0
1193
1193
nodejs :
1194
1194
repositoryDomain : public.ecr.aws/aws-observability
1195
1195
repository : adot-autoinstrumentation-node
1196
- tag : v0.3 .0
1196
+ tag : v0.5 .0
1197
1197
autoInstrumentationConfiguration :
1198
1198
java :
1199
1199
runtime_metrics :
@@ -1324,7 +1324,7 @@ agent:
1324
1324
replicas : 1 # The total number non-terminated pods targeted by this AmazonCloudWatchAgent's deployment or statefulSet.
1325
1325
image :
1326
1326
repository : cloudwatch-agent
1327
- tag : 1.300051.0b992
1327
+ tag : 1.300052.0b1024
1328
1328
repositoryDomainMap :
1329
1329
public : public.ecr.aws/cloudwatch-agent
1330
1330
cn-north-1 : 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
You can’t perform that action at this time.
0 commit comments