Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Release Notes For Version 1.247355.0 #612

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -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)
========================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down