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

Release 1.3.6 #73

Merged
merged 1 commit into from
Apr 23, 2021
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## k8s/1.3.6
- Upgrade cloduwatch-agent image version to cloudwatch-agent:1.247347.6b250880
- Fix container insight pod metric missing when using containerd runtime
## k8s/1.3.4
- Upgrade cloudwatch-agent image version to cloudwatch-agent:1.247347.4b250525
- Fix container insight pod metric missing when using docker systemd cgroup driver
Expand Down
4 changes: 2 additions & 2 deletions container-insights-manifest-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cd "$(dirname "$0")"
k8sDirPrefix="./k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring"
ecsDirPrefix="./ecs-task-definition-templates/deployment-mode/daemon-service/cwagent-ecs-instance-metric"

newK8sVersion="k8s/1.3.5"
agentVersion="amazon/cloudwatch-agent:1.247347.5b250583"
newK8sVersion="k8s/1.3.6"
agentVersion="amazon/cloudwatch-agent:1.247347.6b250880"
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.247347.5b250583",
"Image": "amazon/cloudwatch-agent:1.247347.6b250880",
"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.247347.5b250583",
"image": "amazon/cloudwatch-agent:1.247347.6b250880",
"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: amazon/cloudwatch-agent:1.247347.5b250583
Image: amazon/cloudwatch-agent:1.247347.6b250880
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: amazon/cloudwatch-agent:1.247347.5b250583
Image: amazon/cloudwatch-agent:1.247347.6b250880
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.247347.5b250583",
"image": "amazon/cloudwatch-agent:1.247347.6b250880",
"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.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -42,7 +42,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
resources:
limits:
memory: 400Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: amazon/cloudwatch-agent:1.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -125,7 +125,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -323,6 +323,7 @@ data:
Name systemd
Tag dataplane.systemd.*
Systemd_Filter _SYSTEMD_UNIT=docker.service
Systemd_Filter _SYSTEMD_UNIT=kubelet.service
DB /var/fluent-bit/state/systemd.db
Path /var/log/journal
Read_From_Tail ${READ_FROM_TAIL}
Expand Down Expand Up @@ -501,7 +502,7 @@ spec:
fieldRef:
fieldPath: spec.nodeName
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
resources:
limits:
memory: 200Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
spec:
containers:
- name: cloudwatch-agent
image: amazon/cloudwatch-agent:1.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand All @@ -125,7 +125,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
# Please don't change the mountPath
volumeMounts:
- name: cwagentconfig
Expand Down Expand Up @@ -580,7 +580,7 @@ spec:
name: cluster-info
key: cluster.name
- name: CI_VERSION
value: "k8s/1.3.5"
value: "k8s/1.3.6"
resources:
limits:
memory: 400Mi
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: amazon/cloudwatch-agent:1.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
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.5"
value: "k8s/1.3.6"
- 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: amazon/cloudwatch-agent:1.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
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.5"
value: "k8s/1.3.6"
# 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: amazon/cloudwatch-agent:1.247347.5b250583
image: amazon/cloudwatch-agent:1.247347.6b250880
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.5"
value: "k8s/1.3.6"
# Please don't change the mountPath
volumeMounts:
- name: prometheus-cwagentconfig
Expand Down