Skip to content

Commit 314cae0

Browse files
committed
Update versions.md
1 parent 153457b commit 314cae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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.9.3
73+
PREV_RELEASE=1.10.1
7474
NEW_RELEASE=1.10.1
7575
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
7676
```

0 commit comments

Comments
 (0)