Skip to content

Commit

Permalink
release 1.8.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Jul 2, 2024
1 parent 2322e71 commit e0e99c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=======================================================================
amazon-cloudwatch-observability v1.8.0 (2024-07-02)
========================================================================
Bug Fixes:
* Add GOMEMLIMIT environment variable for Neuron Monitor to fix OOM crash issue (#56)

Enhancements:
* Update Windows Fluent-Bit configuration to export Kubelet and kube-proxy service logs to host log group (#45)
* Upgrade CWAgent Operator to v1.4.1
* Upgrade CWAgent to v1.300041.0

=======================================================================
amazon-cloudwatch-observability v1.7.0 (2024-05-23)
========================================================================
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.7.0
version: 1.8.0
appVersion: 1.0.0
description: A Helm chart for Amazon CloudWatch Observability
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/amazon-cloudwatch-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ manager:
name:
image:
repository: cloudwatch-agent-operator
tag: 1.4.0
tag: 1.4.1
repositoryDomainMap:
public: public.ecr.aws/cloudwatch-agent
cn-north-1: 934860584483.dkr.ecr.cn-north-1.amazonaws.com.cn
Expand Down Expand Up @@ -496,7 +496,7 @@ agent:
name:
image:
repository: cloudwatch-agent
tag: 1.300040.0b650
tag: 1.300041.0b681
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 e0e99c7

Please sign in to comment.