Skip to content

Commit 960b6e9

Browse files
committed
chore: update changelog
1 parent 6072fd9 commit 960b6e9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11

2+
<a name="v0.5.0"></a>
3+
## [v0.5.0](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.8...v0.5.0) (2021-08-16)
4+
5+
### Enhancements
6+
7+
* Added support for EKS prefix delegation, allowing nodes to have many more IPs (17 -> 110), also change how the eks module accepts node group parameters. ([#59](https://github.com/commitdev/terraform-aws-zero/issues/59))
8+
9+
### breaking change
10+
11+
12+
Switched back to using the worker security group instead of the "cluster primary" security group - we were only using it because we weren't creating a custom launch template and with this change we will be. If you are trying to upgrade, this map require tmeporarily adding a security group rule to allow your old node groups to access the db, bringing up new node groups with the new configuration, then removing your old node groups.
13+
14+
* docs: Clarified node group config
15+
16+
17+
<a name="v0.4.8"></a>
18+
## [v0.4.8](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.7...v0.4.8) (2021-08-06)
19+
20+
### Bug Fixes
21+
22+
* user_auth oathkeeper ingress misconfigured ([#58](https://github.com/commitdev/terraform-aws-zero/issues/58))
23+
24+
25+
<a name="v0.4.7"></a>
26+
## [v0.4.7](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.6...v0.4.7) (2021-08-05)
27+
28+
### Enhancements
29+
30+
* user-auth allow customizing UI url ([#57](https://github.com/commitdev/terraform-aws-zero/issues/57))
31+
32+
33+
<a name="v0.4.6"></a>
34+
## [v0.4.6](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.5...v0.4.6) (2021-08-04)
35+
36+
### Enhancements
37+
38+
* allow overriding default config ([#56](https://github.com/commitdev/terraform-aws-zero/issues/56))
39+
40+
41+
<a name="v0.4.5"></a>
42+
## [v0.4.5](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.4...v0.4.5) (2021-07-20)
43+
44+
245
<a name="v0.4.4"></a>
346
## [v0.4.4](https://github.com/commitdev/terraform-aws-zero/compare/v0.4.3...v0.4.4) (2021-07-05)
447

0 commit comments

Comments
 (0)