We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153457b commit 314cae0Copy full SHA for 314cae0
dev/versions.md
@@ -70,7 +70,7 @@
70
1. If there are new instance types, check if any changes need to be made to `servicequotas.go` or `validateInstanceType()`.
71
72
```bash
73
-PREV_RELEASE=1.9.3
+PREV_RELEASE=1.10.1
74
NEW_RELEASE=1.10.1
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
```
0 commit comments