Skip to content

Commit

Permalink
Release 2.0.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Aug 16, 2024
1 parent 0595aa2 commit c7a51ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
=======================================================================
amazon-cloudwatch-observability v2.0.0 (2024-08-15)
========================================================================
Breaking Changes:
* Enforce default requests and limits for auto instrumentation init containers

Enhancements:
* Allow configurable requests and limits for auto instrumentation init containers (#65)
* Restructure resources configurations for AppSignals (#80)
* Upgrade CWAgent to v1.300044.0
* Upgrade CWAgent Operator to v1.6.0
* Upgrade .Net SDK to v1.2.0
* Upgrade FluentBit for Linux to 2.32.2.20240627

=======================================================================
amazon-cloudwatch-observability v1.10.0 (2024-07-30)
========================================================================
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.10.0
version: 2.0.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 @@ -417,7 +417,7 @@ manager:
dotnet:
repositoryDomain: public.ecr.aws/aws-observability
repository: adot-autoinstrumentation-dotnet
tag: v1.1.0
tag: v1.2.0
autoInstrumentationResources:
java:
limits:
Expand Down Expand Up @@ -533,7 +533,7 @@ agent:
name:
image:
repository: cloudwatch-agent
tag: 1.300042.1b746
tag: 1.300044.0b793
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 c7a51ba

Please sign in to comment.