Skip to content

Commit 6790a12

Browse files
authored
Update k8s version to 1.3.38 and cwa version to 1.300060.0b1248 (#199)
1 parent 406ce72 commit 6790a12

File tree

47 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+71
-71
lines changed

container-insights-manifest-update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
cd "$(dirname "$0")"
44

55
# Version definitions
6-
newK8sVersion="k8s/1.3.37"
7-
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207"
6+
newK8sVersion="k8s/1.3.38"
7+
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248"
88
fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.10.3-debian-cloudwatch-1.0"
99
fluentBitVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:2.32.4"
1010
fluentBitWindowsVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:windowsservercore-stable"

ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cloudformation-quickstart/cwagent-ecs-instance-metric-cfn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"ContainerDefinitions": [
106106
{
107107
"Name": "cloudwatch-agent",
108-
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
108+
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
109109
"MountPoints": [
110110
{
111111
"ReadOnly": true,

ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric/cwagent-ecs-instance-metric.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"containerDefinitions": [
77
{
88
"name": "cloudwatch-agent",
9-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
9+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
1010
"mountPoints": [
1111
{
1212
"readOnly": true,

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-awsvpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Resources:
224224
NetworkMode: awsvpc
225225
ContainerDefinitions:
226226
- Name: cloudwatch-agent-prometheus
227-
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207
227+
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248
228228
Essential: true # Set to false if you want the task to continue to run even when the agent fails
229229
MountPoints: []
230230
PortMappings: []

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cloudformation-quickstart/cwagent-ecs-prometheus-metric-for-bridge-host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Resources:
219219
NetworkMode: !Ref ECSNetworkMode
220220
ContainerDefinitions:
221221
- Name: cloudwatch-agent-prometheus
222-
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207
222+
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248
223223
Essential: true # Set to false if you want the task to continue to run even when the agent fails
224224
MountPoints: []
225225
PortMappings: []

ecs-task-definition-templates/deployment-mode/replica-service/cwagent-prometheus/cwagent-prometheus-task-definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"containerDefinitions": [
77
{
88
"name": "cloudwatch-agent-prometheus",
9-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
9+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
1010
"mountPoints": [
1111
],
1212
"portMappings": [

ecs-task-definition-templates/deployment-mode/sidecar/combination/combination-ec2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "cloudwatch-agent",
25-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
25+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
2626
"secrets": [
2727
{
2828
"name": "CW_CONFIG_CONTENT",

ecs-task-definition-templates/deployment-mode/sidecar/combination/combination-fargate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "cloudwatch-agent",
22-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
22+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
2323
"secrets": [
2424
{
2525
"name": "CW_CONFIG_CONTENT",

ecs-task-definition-templates/deployment-mode/sidecar/cwagent-emf/cwagent-emf-ec2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"name": "cloudwatch-agent",
25-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
25+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
2626
"secrets": [
2727
{
2828
"name": "CW_CONFIG_CONTENT",

ecs-task-definition-templates/deployment-mode/sidecar/cwagent-emf/cwagent-emf-fargate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "cloudwatch-agent",
22-
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300059.0b1207",
22+
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300060.0b1248",
2323
"secrets": [
2424
{
2525
"name": "CW_CONFIG_CONTENT",

0 commit comments

Comments
 (0)