Skip to content

Commit

Permalink
Release v1.7.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence committed May 23, 2024
1 parent 32e8402 commit 18ebaf4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 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.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)
========================================================================
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.6.0
version: 1.7.0
appVersion: 1.0.0
description: A Helm chart for Amazon CloudWatch Observability
type: application
Expand Down
8 changes: 4 additions & 4 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ manager:
name:
image:
repository: cloudwatch-agent-operator
tag: 1.3.1
tag: 1.4.0
repositoryDomainMap:
public: public.ecr.aws/cloudwatch-agent
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
Expand All @@ -383,11 +383,11 @@ manager:
java:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-java
tag: v1.32.1
tag: v1.32.2
python:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-python
tag: v0.1.1
tag: v0.2.0
autoAnnotateAutoInstrumentation:
java:
namespaces: [ ]
Expand Down Expand Up @@ -476,7 +476,7 @@ agent:
name:
image:
repository: cloudwatch-agent
tag: 1.300037.1b602
tag: 1.300040.0b650
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 18ebaf4

Please sign in to comment.