Skip to content

Commit

Permalink
1.300042.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Aug 7, 2024
1 parent 0aedcfd commit 0709891
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions container-insights-manifest-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ k8sDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/daemonset/cont
k8sQSDirPrefix="./k8s-quickstart"
ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric"

newK8sVersion="k8s/1.3.25"
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681"
newK8sVersion="k8s/1.3.26"
agentVersion="public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746"
fluentdVersion="fluent/fluentd-kubernetes-daemonset:v1.10.3-debian-cloudwatch-1.0"
fluentBitVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:stable"
fluentBitWindowsVersion="public.ecr.aws/aws-observability/aws-for-fluent-bit:windowsservercore-stable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"ContainerDefinitions": [
{
"Name": "cloudwatch-agent",
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681",
"Image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746",
"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": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746",
"mountPoints": [
{
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Resources:
NetworkMode: awsvpc
ContainerDefinitions:
- Name: cloudwatch-agent-prometheus
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
Essential: true
MountPoints: []
PortMappings: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Resources:
NetworkMode: !Ref ECSNetworkMode
ContainerDefinitions:
- Name: cloudwatch-agent-prometheus
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
Image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
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": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681",
"image": "public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746",
"essential": true,
"mountPoints": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
hostNetwork: true
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
workingDir: "%CONTAINER_SANDBOX_MOUNT_POINT%\\Program Files\\Amazon\\AmazonCloudWatchAgent"
volumeMounts:
- name: cwagentconfig
Expand All @@ -47,7 +47,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
- name: CWAGENT_LOG_LEVEL
value: DEBUG
- name: RUN_IN_CONTAINER
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: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -42,7 +42,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
- name: FLUENT_CONTAINER_TAIL_PARSER_TYPE
value: /^(?<time>.+) (?<stream>stdout|stderr) (?<logtag>[FP]) (?<log>.*)$/
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
hostNetwork: true
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
workingDir: "%CONTAINER_SANDBOX_MOUNT_POINT%\\Program Files\\Amazon\\AmazonCloudWatchAgent"
volumeMounts:
- name: cwagentconfig
Expand All @@ -47,7 +47,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
- name: CWAGENT_LOG_LEVEL
value: DEBUG
- name: RUN_IN_CONTAINER
Expand Down Expand Up @@ -271,7 +271,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -130,7 +130,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -506,7 +506,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -130,7 +130,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -594,7 +594,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
- name: FLUENT_CONTAINER_TAIL_PARSER_TYPE
value: /^(?<time>.+) (?<stream>stdout|stderr) (?<logtag>[FP]) (?<log>.*)$/
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
imagePullPolicy: Always
resources:
limits:
Expand All @@ -410,7 +410,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
- name: RUN_IN_AWS
value: "True"
# Please don't change the mountPath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
imagePullPolicy: Always
resources:
limits:
Expand All @@ -461,7 +461,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
# Please don't change the mountPath
volumeMounts:
- name: prometheus-cwagentconfig
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: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
imagePullPolicy: Always
resources:
limits:
Expand All @@ -408,7 +408,7 @@ spec:
# Please don't change below envs
env:
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
# Please don't change the mountPath
volumeMounts:
- name: prometheus-cwagentconfig
Expand Down
8 changes: 4 additions & 4 deletions k8s-quickstart/cwagent-operator-rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -754,7 +754,7 @@ spec:
apiVersion: v1
fieldPath: metadata.name
- name: CI_VERSION
value: "k8s/1.3.25"
value: "k8s/1.3.26"
resources:
limits:
cpu: 500m
Expand Down Expand Up @@ -839,7 +839,7 @@ metadata:
name: cloudwatch-agent
namespace: amazon-cloudwatch
spec:
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
mode: daemonset
nodeSelector:
kubernetes.io/os: linux
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
hostProcess: true
runAsUserName: "NT AUTHORITY\\System"
hostNetwork: true
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
mode: daemonset
serviceAccount: cloudwatch-agent
nodeSelector:
Expand Down
2 changes: 1 addition & 1 deletion k8s-quickstart/cwagent-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cloudwatch-agent
namespace: amazon-cloudwatch
spec:
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300041.0b681
image: public.ecr.aws/cloudwatch-agent/cloudwatch-agent:1.300042.1b746
mode: daemonset
nodeSelector:
kubernetes.io/os: linux
Expand Down

0 comments on commit 0709891

Please sign in to comment.