diff --git a/docs/release_notes/0.164.0.md b/docs/release_notes/0.164.0.md new file mode 100644 index 0000000000..d600aabd7d --- /dev/null +++ b/docs/release_notes/0.164.0.md @@ -0,0 +1,13 @@ +# Release v0.164.0 + +## 🚀 Features + +- Allow mutating control plane subnets and security groups (#7218) + +## 🎯 Improvements + +- Add `eksctl utils update-cluster-vpc-config` to update the cluster VPC config (#7090) + +## 🐛 Bug Fixes + +- Don't close error channel early when wait flag is used (#7217) diff --git a/userdocs/src/usage/cluster-subnets-security-groups.md b/userdocs/src/usage/cluster-subnets-security-groups.md index 1fb83cf135..70f55d7d89 100644 --- a/userdocs/src/usage/cluster-subnets-security-groups.md +++ b/userdocs/src/usage/cluster-subnets-security-groups.md @@ -80,4 +80,4 @@ vpc: eksctl utils update-cluster-vpc-config -f config.yaml ``` -For a complete example, refer to [https://github.com/eksctl-io/eksctl/blob/main/examples/38-cluster-subnets-sgs.yaml](cluster-subnets-sgs.yaml). \ No newline at end of file +For a complete example, refer to [cluster-subnets-sgs.yaml](https://github.com/eksctl-io/eksctl/blob/main/examples/38-cluster-subnets-sgs.yaml). \ No newline at end of file