Skip to content
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## k8s/1.1.1 / ECS/1.1.1
- Upgrade cloudwatch-agent image version to 1.237768.0
- Upgrade fluentd version to v1.10.4-debian-cloudwatch-1.0.

## k8s/1.1.0
- Upgrade cloudwatch-agent image version to 1.231221.0
- Support some other features like AWS SDK Metrics, EMF, etc
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.231221.0",
"Image": "amazon/cloudwatch-agent:1.237768.0",
"MountPoints": [
{
"ReadOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
Expand Down Expand Up @@ -696,4 +696,4 @@ spec:
requests:
cpu: 50m
memory: 50Mi
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 60
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.231221.0
image: amazon/cloudwatch-agent:1.237768.0
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
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.231221.0
image: amazon/cloudwatch-agent:1.237768.0
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand Down Expand Up @@ -562,7 +562,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
Expand Down Expand Up @@ -587,4 +587,4 @@ spec:
requests:
cpu: 50m
memory: 50Mi
terminationGracePeriodSeconds: 60
terminationGracePeriodSeconds: 60
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.230621.0
image: amazon/cloudwatch-agent:1.237768.0
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand Down
2 changes: 1 addition & 1 deletion k8s-yaml-templates/fluentd/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions k8s-yaml-templates/quickstart/cwagent-fluentd-quickstart.yaml
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.230621.0
image: amazon/cloudwatch-agent:1.237768.0
#ports:
# - containerPort: 8125
# hostPort: 8125
Expand Down Expand Up @@ -562,7 +562,7 @@ spec:
command: ['sh','-c','']
containers:
- name: fluentd-cloudwatch
image: fluent/fluentd-kubernetes-daemonset:v1.7.3-debian-cloudwatch-1.0
image: fluent/fluentd-kubernetes-daemonset:v1.10.4-debian-cloudwatch-1.0
env:
- name: REGION
valueFrom:
Expand Down