Skip to content

Commit fe8968d

Browse files
authored
Adding release notes and chart update (#3313)
1 parent 4eb0ef6 commit fe8968d

18 files changed

+98
-74
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v1.19.6
4+
* Dependency - Bump k8s.io/apimachinery from 0.32.3 to 0.33.0 by @dependabot in #3279
5+
* Dependency - Bump golang.org/x/sys from 0.31.0 to 0.32.0 in /test/agent in #3280
6+
* Fix - fixed integration test script by @viveksb007 in #3282
7+
* Fix - Adding CVE fixes and remove pinned dependencies by @jaydeokar in #3283
8+
* Dependency - Updating netlink to v1.3.1 by @jaydeokar in #3286
9+
* Feature - adding ENABLE_IMDS_ONLY_MODE configuration so ipamd will not interact with EC2 for node init and reconcile by @bhaoz in #3287
10+
311
## v1.19.5
412
* Fix - fixed node init failure when using custom networking and SGPP @oliviassss in #3277
513

charts/aws-vpc-cni/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: aws-vpc-cni
3-
version: 1.19.5
4-
appVersion: "v1.19.5"
3+
version: 1.19.6
4+
appVersion: "v1.19.6"
55
description: A Helm chart for the AWS VPC CNI
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/amazon-vpc-cni-k8s

charts/aws-vpc-cni/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ The following table lists the configurable parameters for this chart and their d
4848
| `minimumWindowsIPTarget`| Minimum IP target value for Windows prefix delegation | `3` |
4949
| `branchENICooldown` | Number of seconds that branch ENIs remain in cooldown | `60` |
5050
| `fullnameOverride` | Override the fullname of the chart | `aws-node` |
51-
| `image.tag` | Image tag | `v1.19.5` |
51+
| `image.tag` | Image tag | `v1.19.6` |
5252
| `image.domain` | ECR repository domain | `amazonaws.com` |
5353
| `image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
5454
| `image.endpoint` | ECR repository endpoint to use. | `ecr` |
5555
| `image.account` | ECR repository account number | `602401143452` |
5656
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
5757
| `image.override` | A custom docker image to use | `nil` |
5858
| `imagePullSecrets` | Docker registry pull secret | `[]` |
59-
| `init.image.tag` | Image tag | `v1.19.5` |
59+
| `init.image.tag` | Image tag | `v1.19.6` |
6060
| `init.image.domain` | ECR repository domain | `amazonaws.com` |
6161
| `init.image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
6262
| `init.image.endpoint` | ECR repository endpoint to use. | `ecr` |
@@ -69,7 +69,7 @@ The following table lists the configurable parameters for this chart and their d
6969
| `originalMatchLabels` | Use the original daemonset matchLabels | `false` |
7070
| `nameOverride` | Override the name of the chart | `aws-node` |
7171
| `nodeAgent.enabled` | If the Node Agent container should be created | `true` |
72-
| `nodeAgent.image.tag` | Image tag for Node Agent | `v1.2.1` |
72+
| `nodeAgent.image.tag` | Image tag for Node Agent | `v1.2.2` |
7373
| `nodeAgent.image.domain`| ECR repository domain | `amazonaws.com` |
7474
| `nodeAgent.image.region`| ECR repository region to use. Should match your cluster | `us-west-2` |
7575
| `nodeAgent.image.endpoint` | ECR repository endpoint to use. | `ecr` |
@@ -84,6 +84,7 @@ The following table lists the configurable parameters for this chart and their d
8484
| `nodeAgent.conntrackCacheCleanupPeriod` | Cleanup interval for network policy agent conntrack cache | 300 |
8585
| `nodeAgent.enableIpv6` | Enable IPv6 support for Node Agent | `false` |
8686
| `nodeAgent.resources` | Node Agent resources, will defualt to .Values.resources if not set | `{}` |
87+
| `nodeAgent.logLevel` | Node Agent logging verbosity level. | `debug` |
8788
| `extraVolumes` | Array to add extra volumes | `[]` |
8889
| `extraVolumeMounts` | Array to add extra mount | `[]` |
8990
| `nodeSelector` | Node labels for pod assignment | `{}` |

charts/aws-vpc-cni/templates/daemonset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ spec:
151151
- --metrics-bind-addr={{ include "aws-vpc-cni.nodeAgentMetricsBindAddr" . }}
152152
- --health-probe-bind-addr={{ include "aws-vpc-cni.nodeAgentHealthProbeBindAddr" . }}
153153
- --conntrack-cache-cleanup-period={{ .Values.nodeAgent.conntrackCacheCleanupPeriod }}
154+
- --log-level={{ .Values.nodeAgent.logLevel }}
154155
{{- with default .Values.resources .Values.nodeAgent.resources }}
155156
resources:
156157
{{- toYaml . | nindent 12 }}

charts/aws-vpc-cni/values.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nameOverride: aws-node
88

99
init:
1010
image:
11-
tag: v1.19.5
11+
tag: v1.19.6
1212
domain: amazonaws.com
1313
region: us-west-2
1414
endpoint: ecr
@@ -27,7 +27,7 @@ init:
2727
nodeAgent:
2828
enabled: true
2929
image:
30-
tag: v1.2.1
30+
tag: v1.2.2
3131
domain: amazonaws.com
3232
region: us-west-2
3333
endpoint: ecr
@@ -48,10 +48,11 @@ nodeAgent:
4848
metricsBindAddr: "8162"
4949
healthProbeBindAddr: "8163"
5050
conntrackCacheCleanupPeriod: 300
51+
logLevel: "debug"
5152
resources: {}
5253

5354
image:
54-
tag: v1.19.5
55+
tag: v1.19.6
5556
domain: amazonaws.com
5657
region: us-west-2
5758
endpoint: ecr
@@ -85,8 +86,9 @@ env:
8586
ENABLE_IPv4: "true"
8687
ENABLE_IPv6: "false"
8788
ENABLE_SUBNET_DISCOVERY: "true"
88-
VPC_CNI_VERSION: "v1.19.5"
89+
VPC_CNI_VERSION: "v1.19.6"
8990
NETWORK_POLICY_ENFORCING_MODE: "standard"
91+
ENABLE_IMDS_ONLY_MODE: "false"
9092

9193
# Add env from configMap or from secrets
9294
# - name: ENV_VAR1

charts/cni-metrics-helper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: cni-metrics-helper
3-
version: 1.19.5
4-
appVersion: v1.19.5
3+
version: 1.19.6
4+
appVersion: v1.19.6
55
description: A Helm chart for the AWS VPC CNI Metrics Helper
66
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
77
home: https://github.com/aws/amazon-vpc-cni-k8s

charts/cni-metrics-helper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The following table lists the configurable parameters for this chart and their d
6060
| -------------------------------|---------------------------------------------------------------|-------------------------------------|
6161
| `affinity` | Map of node/pod affinities | `{}` |
6262
| `fullnameOverride` | Override the fullname of the chart | `cni-metrics-helper` |
63-
| `image.tag` | Image tag | `v1.19.5` |
63+
| `image.tag` | Image tag | `v1.19.6` |
6464
| `image.domain` | ECR repository domain | `amazonaws.com` |
6565
| `image.region` | ECR repository region to use. Should match your cluster | `us-west-2` |
6666
| `image.account` | ECR repository account number | `602401143452` |

charts/cni-metrics-helper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nameOverride: cni-metrics-helper
44

55
image:
66
region: us-west-2
7-
tag: v1.19.5
7+
tag: v1.19.6
88
account: "602401143452"
99
domain: "amazonaws.com"
1010
# Set to use custom image

config/master/aws-k8s-cni-cn.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ metadata:
300300
app.kubernetes.io/name: aws-node
301301
app.kubernetes.io/instance: aws-vpc-cni
302302
k8s-app: aws-node
303-
app.kubernetes.io/version: "v1.19.5"
303+
app.kubernetes.io/version: "v1.19.6"
304304
---
305305
# Source: aws-vpc-cni/templates/configmap.yaml
306306
apiVersion: v1
@@ -312,7 +312,7 @@ metadata:
312312
app.kubernetes.io/name: aws-node
313313
app.kubernetes.io/instance: aws-vpc-cni
314314
k8s-app: aws-node
315-
app.kubernetes.io/version: "v1.19.5"
315+
app.kubernetes.io/version: "v1.19.6"
316316
data:
317317
enable-windows-ipam: "false"
318318
enable-network-policy-controller: "false"
@@ -331,7 +331,7 @@ metadata:
331331
app.kubernetes.io/name: aws-node
332332
app.kubernetes.io/instance: aws-vpc-cni
333333
k8s-app: aws-node
334-
app.kubernetes.io/version: "v1.19.5"
334+
app.kubernetes.io/version: "v1.19.6"
335335
rules:
336336
- apiGroups:
337337
- crd.k8s.amazonaws.com
@@ -377,7 +377,7 @@ metadata:
377377
app.kubernetes.io/name: aws-node
378378
app.kubernetes.io/instance: aws-vpc-cni
379379
k8s-app: aws-node
380-
app.kubernetes.io/version: "v1.19.5"
380+
app.kubernetes.io/version: "v1.19.6"
381381
roleRef:
382382
apiGroup: rbac.authorization.k8s.io
383383
kind: ClusterRole
@@ -397,7 +397,7 @@ metadata:
397397
app.kubernetes.io/name: aws-node
398398
app.kubernetes.io/instance: aws-vpc-cni
399399
k8s-app: aws-node
400-
app.kubernetes.io/version: "v1.19.5"
400+
app.kubernetes.io/version: "v1.19.6"
401401
spec:
402402
updateStrategy:
403403
rollingUpdate:
@@ -418,7 +418,7 @@ spec:
418418
hostNetwork: true
419419
initContainers:
420420
- name: aws-vpc-cni-init
421-
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.19.5
421+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.19.6
422422
imagePullPolicy: Always
423423
env:
424424
- name: DISABLE_TCP_EARLY_DEMUX
@@ -440,7 +440,7 @@ spec:
440440
{}
441441
containers:
442442
- name: aws-node
443-
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.19.5
443+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.19.6
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -491,6 +491,8 @@ spec:
491491
value: "false"
492492
- name: DISABLE_NETWORK_RESOURCE_PROVISIONING
493493
value: "false"
494+
- name: ENABLE_IMDS_ONLY_MODE
495+
value: "false"
494496
- name: ENABLE_IPv4
495497
value: "true"
496498
- name: ENABLE_IPv6
@@ -504,7 +506,7 @@ spec:
504506
- name: NETWORK_POLICY_ENFORCING_MODE
505507
value: "standard"
506508
- name: VPC_CNI_VERSION
507-
value: "v1.19.5"
509+
value: "v1.19.6"
508510
- name: WARM_ENI_TARGET
509511
value: "1"
510512
- name: WARM_PREFIX_TARGET
@@ -539,7 +541,7 @@ spec:
539541
- mountPath: /run/xtables.lock
540542
name: xtables-lock
541543
- name: aws-eks-nodeagent
542-
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon/aws-network-policy-agent:v1.2.1
544+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon/aws-network-policy-agent:v1.2.2
543545
imagePullPolicy: Always
544546
ports:
545547
- containerPort: 8162
@@ -559,6 +561,7 @@ spec:
559561
- --metrics-bind-addr=:8162
560562
- --health-probe-bind-addr=:8163
561563
- --conntrack-cache-cleanup-period=300
564+
- --log-level=debug
562565
resources:
563566
requests:
564567
cpu: 25m

config/master/aws-k8s-cni-us-gov-east-1.yaml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ metadata:
300300
app.kubernetes.io/name: aws-node
301301
app.kubernetes.io/instance: aws-vpc-cni
302302
k8s-app: aws-node
303-
app.kubernetes.io/version: "v1.19.5"
303+
app.kubernetes.io/version: "v1.19.6"
304304
---
305305
# Source: aws-vpc-cni/templates/configmap.yaml
306306
apiVersion: v1
@@ -312,7 +312,7 @@ metadata:
312312
app.kubernetes.io/name: aws-node
313313
app.kubernetes.io/instance: aws-vpc-cni
314314
k8s-app: aws-node
315-
app.kubernetes.io/version: "v1.19.5"
315+
app.kubernetes.io/version: "v1.19.6"
316316
data:
317317
enable-windows-ipam: "false"
318318
enable-network-policy-controller: "false"
@@ -331,7 +331,7 @@ metadata:
331331
app.kubernetes.io/name: aws-node
332332
app.kubernetes.io/instance: aws-vpc-cni
333333
k8s-app: aws-node
334-
app.kubernetes.io/version: "v1.19.5"
334+
app.kubernetes.io/version: "v1.19.6"
335335
rules:
336336
- apiGroups:
337337
- crd.k8s.amazonaws.com
@@ -377,7 +377,7 @@ metadata:
377377
app.kubernetes.io/name: aws-node
378378
app.kubernetes.io/instance: aws-vpc-cni
379379
k8s-app: aws-node
380-
app.kubernetes.io/version: "v1.19.5"
380+
app.kubernetes.io/version: "v1.19.6"
381381
roleRef:
382382
apiGroup: rbac.authorization.k8s.io
383383
kind: ClusterRole
@@ -397,7 +397,7 @@ metadata:
397397
app.kubernetes.io/name: aws-node
398398
app.kubernetes.io/instance: aws-vpc-cni
399399
k8s-app: aws-node
400-
app.kubernetes.io/version: "v1.19.5"
400+
app.kubernetes.io/version: "v1.19.6"
401401
spec:
402402
updateStrategy:
403403
rollingUpdate:
@@ -418,7 +418,7 @@ spec:
418418
hostNetwork: true
419419
initContainers:
420420
- name: aws-vpc-cni-init
421-
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni-init:v1.19.5
421+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni-init:v1.19.6
422422
imagePullPolicy: Always
423423
env:
424424
- name: DISABLE_TCP_EARLY_DEMUX
@@ -440,7 +440,7 @@ spec:
440440
{}
441441
containers:
442442
- name: aws-node
443-
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.19.5
443+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.19.6
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -491,6 +491,8 @@ spec:
491491
value: "false"
492492
- name: DISABLE_NETWORK_RESOURCE_PROVISIONING
493493
value: "false"
494+
- name: ENABLE_IMDS_ONLY_MODE
495+
value: "false"
494496
- name: ENABLE_IPv4
495497
value: "true"
496498
- name: ENABLE_IPv6
@@ -504,7 +506,7 @@ spec:
504506
- name: NETWORK_POLICY_ENFORCING_MODE
505507
value: "standard"
506508
- name: VPC_CNI_VERSION
507-
value: "v1.19.5"
509+
value: "v1.19.6"
508510
- name: WARM_ENI_TARGET
509511
value: "1"
510512
- name: WARM_PREFIX_TARGET
@@ -539,7 +541,7 @@ spec:
539541
- mountPath: /run/xtables.lock
540542
name: xtables-lock
541543
- name: aws-eks-nodeagent
542-
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon/aws-network-policy-agent:v1.2.1
544+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon/aws-network-policy-agent:v1.2.2
543545
imagePullPolicy: Always
544546
ports:
545547
- containerPort: 8162
@@ -559,6 +561,7 @@ spec:
559561
- --metrics-bind-addr=:8162
560562
- --health-probe-bind-addr=:8163
561563
- --conntrack-cache-cleanup-period=300
564+
- --log-level=debug
562565
resources:
563566
requests:
564567
cpu: 25m

0 commit comments

Comments
 (0)