File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 7070 1. If there are new instance types, check if any changes need to be made to ` servicequotas.go` or `validateInstanceType ()` .
7171
7272` ` ` bash
73- PREV_RELEASE=1.8.0
74- NEW_RELEASE=1.9.3
73+ PREV_RELEASE=1.9.3
74+ NEW_RELEASE=1.10.1
7575wget -q -O cni_supported_instances_prev.txt https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v${PREV_RELEASE} /pkg/awsutils/vpc_ip_resource_limit.go; wget -q -O cni_supported_instances_new.txt https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v${NEW_RELEASE} /pkg/awsutils/vpc_ip_resource_limit.go; git diff --no-index cni_supported_instances_prev.txt cni_supported_instances_new.txt; rm -rf cni_supported_instances_prev.txt; rm -rf cni_supported_instances_new.txt
7676` ` `
7777
Original file line number Diff line number Diff line change 44
55require (
66 github.com/DataDog/datadog-go v4.8.0+incompatible
7- github.com/aws/amazon-vpc-cni-k8s v1.9.3
7+ github.com/aws/amazon-vpc-cni-k8s v1.10.1
88 github.com/aws/aws-sdk-go v1.40.6
99 github.com/cortexlabs/go-input v0.0.0-20200503032952-8b67a7a7b28d
1010 github.com/cortexlabs/yaml v0.0.0-20210628201654-31e52ba8433b
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
126126github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
127127github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
128128github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
129- github.com/aws/amazon-vpc-cni-k8s v1.9.3 h1:iroC3au4c9znUZn2sHXKF4lEm/eXyTY2z2Qy+63Ar4E =
130- github.com/aws/amazon-vpc-cni-k8s v1.9.3 /go.mod h1:FHKQKIQ4ylokY3vV54uwFgME0BRIYCHoxgFtXFdUPYY =
129+ github.com/aws/amazon-vpc-cni-k8s v1.10.1 h1:hFuId8HhDuB4GmeJCCrPPRlHHQljT9Hp8qY3wbS8i+o =
130+ github.com/aws/amazon-vpc-cni-k8s v1.10.1 /go.mod h1:FHKQKIQ4ylokY3vV54uwFgME0BRIYCHoxgFtXFdUPYY =
131131github.com/aws/aws-sdk-go v1.15.11 /go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0 =
132132github.com/aws/aws-sdk-go v1.37.1 /go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro =
133133github.com/aws/aws-sdk-go v1.40.6 h1:JCQfi5MD8cW0PCAzr88hj9tj4BdEJkAy8EyAJ6c8I/k =
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ def generate_eks(
369369 "addons" : [
370370 {
371371 "name" : "vpc-cni" ,
372- "version" : "1.9.3 " ,
372+ "version" : "1.10.1 " ,
373373 },
374374 ],
375375 }
You can’t perform that action at this time.
0 commit comments