Skip to content

Commit 06343ad

Browse files
authored
Merge branch 'master' into release-1.21
2 parents 94628f1 + 32fbbc2 commit 06343ad

File tree

6 files changed

+292
-12
lines changed

6 files changed

+292
-12
lines changed

.github/actions/govulncheck/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
check-latest:
88
description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec'
99
required: false
10-
default: false
10+
default: true
1111
cache:
1212
description: 'Used to specify whether Go caching is needed. Set to true, if you would like to enable caching.'
1313
required: false
@@ -32,7 +32,7 @@ runs:
3232
steps:
3333
- if: inputs.repo-checkout != false # only explicit false prevents repo checkout
3434
uses: actions/checkout@v4
35-
- uses: actions/setup-go@v4.0.0
35+
- uses: actions/setup-go@v6.1.0
3636
with:
3737
go-version: ${{ inputs.go-version-input }}
3838
check-latest: ${{ inputs.check-latest }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Bump the aws-dependencies group with 9 updates by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3465
77
* chore: update VPC IP resource limits by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3476
88
* bumping kops tag to v1.34 by @Supreeth095 in https://github.com/aws/amazon-vpc-cni-k8s/issues/3477
9-
* feat: add retry logic for netlink dump operations by yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3440
9+
* feat: add retry logic for netlink dump operations by @dcoppa in https://github.com/aws/amazon-vpc-cni-k8s/pull/3440
1010
* chore: update VPC IP resource limits by @yash97 in https://github.com/aws/amazon-vpc-cni-k8s/pull/3481
1111
* Updating network policy agent version by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3491
1212
* Bump actions/dependency-review-action from 4.3.3 to 4.8.1 by @jaydeokar in https://github.com/aws/amazon-vpc-cni-k8s/pull/3485

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

Lines changed: 8 additions & 8 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.20.4"
303+
app.kubernetes.io/version: "v1.20.5"
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.20.4"
315+
app.kubernetes.io/version: "v1.20.5"
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.20.4"
334+
app.kubernetes.io/version: "v1.20.5"
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.20.4"
380+
app.kubernetes.io/version: "v1.20.5"
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.20.4"
400+
app.kubernetes.io/version: "v1.20.5"
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.20.4
421+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni-init:v1.20.5
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.20.4
443+
image: 961992271922.dkr.ecr.cn-northwest-1.amazonaws.com.cn/amazon-k8s-cni:v1.20.5
444444
ports:
445445
- containerPort: 61678
446446
name: metrics
@@ -508,7 +508,7 @@ spec:
508508
- name: NETWORK_POLICY_ENFORCING_MODE
509509
value: "standard"
510510
- name: VPC_CNI_VERSION
511-
value: "v1.20.4"
511+
value: "v1.20.5"
512512
- name: WARM_ENI_TARGET
513513
value: "1"
514514
- name: WARM_PREFIX_TARGET

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aws/amazon-vpc-cni-k8s
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/apparentlymart/go-cidr v1.1.0

misc/eni-max-pods.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,18 @@ c7i.large 29
226226
c7i.metal-24xl 737
227227
c7i.metal-48xl 737
228228
c7i.xlarge 58
229+
c8a.12xlarge 758
230+
c8a.16xlarge 1010
231+
c8a.24xlarge 1010
232+
c8a.2xlarge 158
233+
c8a.48xlarge 1514
234+
c8a.4xlarge 314
235+
c8a.8xlarge 392
236+
c8a.large 59
237+
c8a.medium 8
238+
c8a.metal-24xl 1010
239+
c8a.metal-48xl 1514
240+
c8a.xlarge 78
229241
c8g.12xlarge 234
230242
c8g.16xlarge 737
231243
c8g.24xlarge 737
@@ -1089,6 +1101,14 @@ x2iezn.4xlarge 234
10891101
x2iezn.6xlarge 234
10901102
x2iezn.8xlarge 234
10911103
x2iezn.metal 737
1104+
x8aedz.12xlarge 1010
1105+
x8aedz.24xlarge 1010
1106+
x8aedz.3xlarge 314
1107+
x8aedz.6xlarge 314
1108+
x8aedz.large 78
1109+
x8aedz.metal-12xl 1010
1110+
x8aedz.metal-24xl 1010
1111+
x8aedz.xlarge 78
10921112
x8g.12xlarge 234
10931113
x8g.16xlarge 737
10941114
x8g.24xlarge 737

0 commit comments

Comments
 (0)