Skip to content

Commit a951e94

Browse files
committed
add migration guide
1 parent ee842c1 commit a951e94

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/migrate-v12.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<iframe src="https://ghbtns.com/github-btn.html?user=widdix&repo=aws-cf-templates&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
2+
3+
> **New**: [Become a sponsor](https://github.com/sponsors/widdix) via GitHub Sponsors!
4+
5+
# Migrate from v11 to v12
6+
7+
## *
8+
9+
IPv6 support for subnets, public load balancers, and CloudFront. EC2 instances still use IPv4 only by default!
10+
11+
## Deprecation warnings
12+
13+
* `ec2/ec2-auto-recovery`: Template will be removed in v13. Use `ec2/al2-mutable-public` or `ec2/al2-mutable-private` instead. (deprecated since v11)
14+
* `state/dynamodb`: Parameter `Encryption` will be removed in v13. Use parameter `ParentKmsKeyStack` instead. (deprecated since v11)
15+
16+
## Deprecations
17+
18+
none

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pages:
1818
- 'WordPress': 'wordpress.md'
1919
- 'widdix CLI': 'cli.md'
2020
- 'Migration Guides':
21+
- 'Migrate to v12': 'migrate-v12.md'
2122
- 'Migrate to v11': 'migrate-v11.md'
2223
- 'Migrate to v10': 'migrate-v10.md'
2324
- 'Migrate to v9': 'migrate-v9.md'

0 commit comments

Comments
 (0)