Skip to content

Commit 5d2e98c

Browse files
authored
cut v1.19.4 release (#3262)
1 parent fa95370 commit 5d2e98c

17 files changed

+83
-43
lines changed

CHANGELOG.md

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

3+
## v1.19.4
4+
* Improvement - Update AWS VPC CNI to SDK V2 Update - master branch by @orsenthil in #3070
5+
* Fix - Handle EKS Service for the Beta Endpoint by @orsenthil in #3143
6+
* Manifest - Adding multus v4.1.4 manifest by @jaydeokar in #3154
7+
* Tests - KOps Integration Test Follow Up by @dshehbaj in #3149
8+
* Fix - fix(test): add volume mount for docker-func-test target by @omerap12 in #3160
9+
* Fix - cni-metrics-helper metrics: do type assertion before type casting by @dshehbaj in #3152
10+
* Improvement - Add CNINode to cache filter by @dims in #3164
11+
* Fix - remove null creationTimestamp from CRD metadata by @omerap12 in #3163
12+
* Fix - issue with primary ENI ip lookup when an ENI has both IPv4 and IPv6 Address Assigned by @orsenthil in #3156
13+
* Improvement - Use awshttp client instead of smithy httpclient by @orsenthil in #3193
14+
* Fix - retryOnConflict shouldnt' retry on NotFound by @haouc in #3192
15+
* Improvement - Update awsutils.go by @git4example in #3191
16+
* Improvement - Add grpc call to fetch networkpolicymode from NP by @Pavani-Panakanti in #3202
17+
* Improvement - Changes to attach probes at pod start by @haouc in #3206
18+
* Improvement - adding eni owner tag if cluster name is present by @yash97 #3228
19+
* Improvement - only cache CNINode when SGP is in use by @oliviassss #3242
20+
* Improvement - Remove dependency on apiserver for IPAMD startup by @oliviassss #3243
21+
* Fix - Skip configuring NP related if network_policy_enforcing_mode is not set by @Pavani-Panakanti #3254
22+
* Doc and charts update
23+
24+
## v1.19.3
25+
26+
* Improvement - Changes to attach probes at pod start by @pavanipt and @haouc in https://github.com/aws/amazon-vpc-cni-k8s/pull/3206
27+
* Improvement - Add grpc call to fetch networkpolicymode from NP by @pavanipt in https://github.com/aws/amazon-vpc-cni-k8s/pull/3202
28+
* Update NP agent to v1.2.0 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3209
29+
30+
331
## v1.19.2
432

533
* Feature: run make generate-limits to update the max pods file by @tzneal in https://github.com/aws/amazon-vpc-cni-k8s/pull/3141

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.2
4-
appVersion: "v1.19.2"
3+
version: 1.19.4
4+
appVersion: "v1.19.4"
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: 3 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.2` |
51+
| `image.tag` | Image tag | `v1.19.4` |
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.2` |
59+
| `init.image.tag` | Image tag | `v1.19.4` |
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.1.5` |
72+
| `nodeAgent.image.tag` | Image tag for Node Agent | `v1.2.1` |
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` |

charts/aws-vpc-cni/values.yaml

Lines changed: 5 additions & 5 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.2
11+
tag: v1.19.4
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.1.5
30+
tag: v1.2.1
3131
domain: amazonaws.com
3232
region: us-west-2
3333
endpoint: ecr
@@ -51,7 +51,7 @@ nodeAgent:
5151
resources: {}
5252

5353
image:
54-
tag: v1.19.2
54+
tag: v1.19.4
5555
domain: amazonaws.com
5656
region: us-west-2
5757
endpoint: ecr
@@ -85,7 +85,7 @@ env:
8585
ENABLE_IPv4: "true"
8686
ENABLE_IPv6: "false"
8787
ENABLE_SUBNET_DISCOVERY: "true"
88-
VPC_CNI_VERSION: "v1.19.2"
88+
VPC_CNI_VERSION: "v1.19.4"
8989
NETWORK_POLICY_ENFORCING_MODE: "standard"
9090

9191
# Add env from configMap or from secrets
@@ -244,4 +244,4 @@ podMonitor:
244244
# The timeout before a metrics scrape fails.
245245
scrapeTimeout: 30s
246246
# relabelings to apply to the podMonitor
247-
relabelings: []
247+
relabelings: []

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.2
4-
appVersion: v1.19.2
3+
version: 1.19.4
4+
appVersion: v1.19.4
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.2` |
63+
| `image.tag` | Image tag | `v1.19.4` |
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.2
7+
tag: v1.19.4
88
account: "602401143452"
99
domain: "amazonaws.com"
1010
# Set to use custom image

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ kind: CustomResourceDefinition
6060
metadata:
6161
annotations:
6262
controller-gen.kubebuilder.io/version: v0.11.3
63-
creationTimestamp: null
6463
labels:
6564
app.kubernetes.io/name: amazon-network-policy-controller-k8s
6665
name: policyendpoints.networking.k8s.aws
@@ -289,6 +288,7 @@ spec:
289288
storage: true
290289
subresources:
291290
status: {}
291+
292292
---
293293
# Source: aws-vpc-cni/templates/serviceaccount.yaml
294294
apiVersion: v1
@@ -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.2
421+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.19.4
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.2
443+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.19.4
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -504,7 +504,7 @@ spec:
504504
- name: NETWORK_POLICY_ENFORCING_MODE
505505
value: "standard"
506506
- name: VPC_CNI_VERSION
507-
value: "v1.19.2"
507+
value: "v1.19.4"
508508
- name: WARM_ENI_TARGET
509509
value: "1"
510510
- name: WARM_PREFIX_TARGET
@@ -539,8 +539,11 @@ spec:
539539
- mountPath: /run/xtables.lock
540540
name: xtables-lock
541541
- name: aws-eks-nodeagent
542-
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon/aws-network-policy-agent:v1.1.5
542+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon/aws-network-policy-agent:v1.2.1
543543
imagePullPolicy: Always
544+
ports:
545+
- containerPort: 8162
546+
name: agentmetrics
544547
env:
545548
- name: MY_NODE_NAME
546549
valueFrom:

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ kind: CustomResourceDefinition
6060
metadata:
6161
annotations:
6262
controller-gen.kubebuilder.io/version: v0.11.3
63-
creationTimestamp: null
6463
labels:
6564
app.kubernetes.io/name: amazon-network-policy-controller-k8s
6665
name: policyendpoints.networking.k8s.aws
@@ -289,6 +288,7 @@ spec:
289288
storage: true
290289
subresources:
291290
status: {}
291+
292292
---
293293
# Source: aws-vpc-cni/templates/serviceaccount.yaml
294294
apiVersion: v1
@@ -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.2
421+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni-init:v1.19.4
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.2
443+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon-k8s-cni:v1.19.4
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -504,7 +504,7 @@ spec:
504504
- name: NETWORK_POLICY_ENFORCING_MODE
505505
value: "standard"
506506
- name: VPC_CNI_VERSION
507-
value: "v1.19.2"
507+
value: "v1.19.4"
508508
- name: WARM_ENI_TARGET
509509
value: "1"
510510
- name: WARM_PREFIX_TARGET
@@ -539,8 +539,11 @@ spec:
539539
- mountPath: /run/xtables.lock
540540
name: xtables-lock
541541
- name: aws-eks-nodeagent
542-
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon/aws-network-policy-agent:v1.1.5
542+
image: 151742754352.dkr.ecr.us-gov-east-1.amazonaws.com/amazon/aws-network-policy-agent:v1.2.1
543543
imagePullPolicy: Always
544+
ports:
545+
- containerPort: 8162
546+
name: agentmetrics
544547
env:
545548
- name: MY_NODE_NAME
546549
valueFrom:

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ kind: CustomResourceDefinition
6060
metadata:
6161
annotations:
6262
controller-gen.kubebuilder.io/version: v0.11.3
63-
creationTimestamp: null
6463
labels:
6564
app.kubernetes.io/name: amazon-network-policy-controller-k8s
6665
name: policyendpoints.networking.k8s.aws
@@ -289,6 +288,7 @@ spec:
289288
storage: true
290289
subresources:
291290
status: {}
291+
292292
---
293293
# Source: aws-vpc-cni/templates/serviceaccount.yaml
294294
apiVersion: v1
@@ -418,7 +418,7 @@ spec:
418418
hostNetwork: true
419419
initContainers:
420420
- name: aws-vpc-cni-init
421-
image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni-init:v1.19.2
421+
image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni-init:v1.19.4
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: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.19.2
443+
image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon-k8s-cni:v1.19.4
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -504,7 +504,7 @@ spec:
504504
- name: NETWORK_POLICY_ENFORCING_MODE
505505
value: "standard"
506506
- name: VPC_CNI_VERSION
507-
value: "v1.19.2"
507+
value: "v1.19.4"
508508
- name: WARM_ENI_TARGET
509509
value: "1"
510510
- name: WARM_PREFIX_TARGET
@@ -539,8 +539,11 @@ spec:
539539
- mountPath: /run/xtables.lock
540540
name: xtables-lock
541541
- name: aws-eks-nodeagent
542-
image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon/aws-network-policy-agent:v1.1.5
542+
image: 013241004608.dkr.ecr.us-gov-west-1.amazonaws.com/amazon/aws-network-policy-agent:v1.2.1
543543
imagePullPolicy: Always
544+
ports:
545+
- containerPort: 8162
546+
name: agentmetrics
544547
env:
545548
- name: MY_NODE_NAME
546549
valueFrom:

0 commit comments

Comments
 (0)