diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 7e078a2c4d..98d63fdb49 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,3 +1,11 @@ +======================================================================== +Amazon CloudWatch Agent 1.247355.0 (2022-08-10) +======================================================================== + +Enhancements: +* Support mode on premise +* Windows MSI installer silent exec implementation + ======================================================================== Amazon CloudWatch Agent 1.247354.0 (2022-07-14) ======================================================================== diff --git a/amazon-cloudwatch-container-insights/container-insights-manifest-update.sh b/amazon-cloudwatch-container-insights/container-insights-manifest-update.sh index 1601f2d876..695421f099 100755 --- a/amazon-cloudwatch-container-insights/container-insights-manifest-update.sh +++ b/amazon-cloudwatch-container-insights/container-insights-manifest-update.sh @@ -5,7 +5,7 @@ k8sDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/daemonset/cont ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric" newK8sVersion="k8s/1.3.0" -agentVersion="amazon/cloudwatch-agent:1.247346.0b249609" +agentVersion="amazon/cloudwatch-agent:1.247355.0b252062" fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0" fluentBitVersion="amazon/aws-for-fluent-bit:2.10.0" diff --git a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json index 8ad442976e..e992448454 100644 --- a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json +++ b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json @@ -105,7 +105,7 @@ "ContainerDefinitions": [ { "Name": "cloudwatch-agent", - "Image": "amazon/cloudwatch-agent:1.247346.0b249609", + "Image": "amazon/cloudwatch-agent:1.247355.0b252062", "MountPoints": [ { "ReadOnly": true, diff --git a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json index ea3c62e5f6..ccd5b43dfb 100644 --- a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json +++ b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json @@ -6,7 +6,7 @@ "containerDefinitions": [ { "name": "cloudwatch-agent", - "image": "amazon/cloudwatch-agent:1.247346.0b249609", + "image": "amazon/cloudwatch-agent:1.247355.0b252062", "mountPoints": [ { "readOnly": true, diff --git a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml index 280a8186b0..b7cf29b4e1 100644 --- a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml +++ b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml @@ -222,7 +222,7 @@ Resources: NetworkMode: awsvpc ContainerDefinitions: - Name: cloudwatch-agent-prometheus - Image: amazon/cloudwatch-agent:1.247346.0b249609 + Image: amazon/cloudwatch-agent:1.247355.0b252062 Essential: true MountPoints: [] PortMappings: [] diff --git a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml index 1061e1042b..330db71cc6 100644 --- a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml +++ b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml @@ -217,7 +217,7 @@ Resources: NetworkMode: !Ref ECSNetworkMode ContainerDefinitions: - Name: cloudwatch-agent-prometheus - Image: amazon/cloudwatch-agent:1.247346.0b249609 + Image: amazon/cloudwatch-agent:1.247355.0b252062 Essential: true MountPoints: [] PortMappings: [] diff --git a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json index 9e33987bd0..b831445b7a 100644 --- a/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json +++ b/amazon-cloudwatch-container-insights/ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json @@ -6,7 +6,7 @@ "containerDefinitions": [ { "name": "cloudwatch-agent-prometheus", - "image": "amazon/cloudwatch-agent:1.247346.0b249609", + "image": "amazon/cloudwatch-agent:1.247355.0b252062", "essential": true, "mountPoints": [ ], diff --git a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset.yaml b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset.yaml index 0cef4e19cc..6eef18969e 100644 --- a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset.yaml +++ b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/cwagent/cwagent-daemonset.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: cloudwatch-agent - image: amazon/cloudwatch-agent:1.247346.0b249609 + image: amazon/cloudwatch-agent:1.247355.0b252062 #ports: # - containerPort: 8125 # hostPort: 8125 diff --git a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml index c1fe2b46d9..9684268085 100644 --- a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml +++ b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluent-bit-quickstart.yaml @@ -99,7 +99,7 @@ spec: spec: containers: - name: cloudwatch-agent - image: amazon/cloudwatch-agent:1.247346.0b249609 + image: amazon/cloudwatch-agent:1.247355.0b252062 #ports: # - containerPort: 8125 # hostPort: 8125 diff --git a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml index 5c22368308..793856b67a 100644 --- a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml +++ b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml @@ -99,7 +99,7 @@ spec: spec: containers: - name: cloudwatch-agent - image: amazon/cloudwatch-agent:1.247346.0b249609 + image: amazon/cloudwatch-agent:1.247355.0b252062 #ports: # - containerPort: 8125 # hostPort: 8125 diff --git a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-eks.yaml b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-eks.yaml index 6344d05040..1899191bab 100644 --- a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-eks.yaml +++ b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-eks.yaml @@ -445,7 +445,7 @@ spec: spec: containers: - name: cloudwatch-agent - image: amazon/cloudwatch-agent:1.247346.0b249609 + image: amazon/cloudwatch-agent:1.247355.0b252062 imagePullPolicy: Always resources: limits: diff --git a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-k8s.yaml b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-k8s.yaml index 6b694ba0e0..4244b2ead4 100644 --- a/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-k8s.yaml +++ b/amazon-cloudwatch-container-insights/k8s-deployment-manifest-templates/deployment-mode/service/cwagent-prometheus/prometheus-k8s.yaml @@ -396,7 +396,7 @@ spec: spec: containers: - name: cloudwatch-agent - image: amazon/cloudwatch-agent:1.247346.0b249609 + image: amazon/cloudwatch-agent:1.247355.0b252062 imagePullPolicy: Always resources: limits: