Skip to content

Commit

Permalink
1.5.2 Release (#18)
Browse files Browse the repository at this point in the history
* 1.5.2 release

* udpate release notes
  • Loading branch information
movence authored Apr 16, 2024
1 parent 77e9b97 commit eb0fee2
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.5.2 (2024-04-16)
========================================================================
Enhancements:
* Updating the agent image version to support Elastic Fabric Adapter (EFA) for Container Insights
* Updating Python SDK and Operator image versions

=======================================================================
amazon-cloudwatch-observability v1.5.1 (2024-04-11)
========================================================================
Notes:
* Re-releasing v1.5.0 with a version bump

=======================================================================
amazon-cloudwatch-observability v1.5.0 (2024-04-08)
========================================================================
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.5.0
version: 1.5.2
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 @@ -44,7 +44,7 @@ manager:
name:
image:
repository: cloudwatch-agent-operator
tag: 1.2.0
tag: 1.2.1
repositoryDomainMap:
public: public.ecr.aws/cloudwatch-agent
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
Expand All @@ -59,7 +59,7 @@ manager:
python:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-python
tag: v0.0.1
tag: v0.1.0
autoAnnotateAutoInstrumentation:
java:
namespaces: [ ]
Expand Down Expand Up @@ -148,7 +148,7 @@ agent:
name:
image:
repository: cloudwatch-agent
tag: 1.300036.0b573
tag: 1.300037.0b583
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 eb0fee2

Please sign in to comment.