Skip to content

Commit

Permalink
Merge pull request #7219 from cPu1/release-notes-0.164
Browse files Browse the repository at this point in the history
Add release notes for 0.164
  • Loading branch information
Himangini committed Oct 24, 2023
2 parents 5091f93 + 5b5005b commit 3cdb1af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release_notes/0.164.0.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion userdocs/src/usage/cluster-subnets-security-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
For a complete example, refer to [cluster-subnets-sgs.yaml](https://github.com/eksctl-io/eksctl/blob/main/examples/38-cluster-subnets-sgs.yaml).

0 comments on commit 3cdb1af

Please sign in to comment.