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 70
70
1. If there are new instance types, check if any changes need to be made to ` servicequotas.go` or `validateInstanceType ()` .
71
71
72
72
` ` ` 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
75
75
wget -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
76
76
` ` `
77
77
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
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
8
8
github.com/aws/aws-sdk-go v1.40.6
9
9
github.com/cortexlabs/go-input v0.0.0-20200503032952-8b67a7a7b28d
10
10
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
126
126
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
127
127
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf /go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY =
128
128
github.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 =
131
131
github.com/aws/aws-sdk-go v1.15.11 /go.mod h1:mFuSZ37Z9YOHbQEwBWztmVzqXrEkub65tZoCYDt7FT0 =
132
132
github.com/aws/aws-sdk-go v1.37.1 /go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro =
133
133
github.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(
369
369
"addons" : [
370
370
{
371
371
"name" : "vpc-cni" ,
372
- "version" : "1.9.3 " ,
372
+ "version" : "1.10.1 " ,
373
373
},
374
374
],
375
375
}
You can’t perform that action at this time.
0 commit comments