Skip to content

Commit bcacaf3

Browse files
authored
release v3.2.0 (#169)
* release v3.2.0 * Update RELEASE_NOTES
1 parent fb4fa05 commit bcacaf3

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

RELEASE_NOTES

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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+
119
=======================================================================
220
amazon-cloudwatch-observability v3.1.0 (2025-01-08)
321
========================================================================

charts/amazon-cloudwatch-observability/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: amazon-cloudwatch-observability
3-
version: 3.1.0
3+
version: 3.2.0
44
appVersion: 1.0.0
55
description: A Helm chart for Amazon CloudWatch Observability
66
type: application

charts/amazon-cloudwatch-observability/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ manager:
11701170
name:
11711171
image:
11721172
repository: cloudwatch-agent-operator
1173-
tag: 2.0.1
1173+
tag: 2.1.0
11741174
repositoryDomainMap:
11751175
public: public.ecr.aws/cloudwatch-agent
11761176
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
@@ -1181,19 +1181,19 @@ manager:
11811181
java:
11821182
repositoryDomain: public.ecr.aws/aws-observability
11831183
repository: adot-autoinstrumentation-java
1184-
tag: v1.32.6
1184+
tag: v1.33.0
11851185
python:
11861186
repositoryDomain: public.ecr.aws/aws-observability
11871187
repository: adot-autoinstrumentation-python
1188-
tag: v0.7.0
1188+
tag: v0.8.0
11891189
dotnet:
11901190
repositoryDomain: public.ecr.aws/aws-observability
11911191
repository: adot-autoinstrumentation-dotnet
1192-
tag: v1.4.0
1192+
tag: v1.6.0
11931193
nodejs:
11941194
repositoryDomain: public.ecr.aws/aws-observability
11951195
repository: adot-autoinstrumentation-node
1196-
tag: v0.3.0
1196+
tag: v0.5.0
11971197
autoInstrumentationConfiguration:
11981198
java:
11991199
runtime_metrics:
@@ -1324,7 +1324,7 @@ agent:
13241324
replicas: 1 # The total number non-terminated pods targeted by this AmazonCloudWatchAgent's deployment or statefulSet.
13251325
image:
13261326
repository: cloudwatch-agent
1327-
tag: 1.300051.0b992
1327+
tag: 1.300052.0b1024
13281328
repositoryDomainMap:
13291329
public: public.ecr.aws/cloudwatch-agent
13301330
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn

0 commit comments

Comments
 (0)