Skip to content

Commit

Permalink
release 1.9.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed Jul 23, 2024
1 parent 00bd626 commit 070a81a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
=======================================================================
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)
========================================================================
Expand Down
2 changes: 1 addition & 1 deletion charts/amazon-cloudwatch-observability/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: amazon-cloudwatch-observability
version: 1.8.0
version: 1.9.0
appVersion: 1.0.0
description: A Helm chart for Amazon CloudWatch Observability
type: application
Expand Down
6 changes: 3 additions & 3 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,11 @@ manager:
java:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-java
tag: v1.32.2
tag: v1.32.3
python:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-python
tag: v0.2.0
tag: v0.3.0
autoAnnotateAutoInstrumentation:
java:
namespaces: [ ]
Expand Down Expand Up @@ -505,7 +505,7 @@ agent:
name:
image:
repository: cloudwatch-agent
tag: 1.300041.0b681
tag: 1.300042.1b746
repositoryDomainMap:
public: public.ecr.aws/cloudwatch-agent
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
Expand Down

0 comments on commit 070a81a

Please sign in to comment.