Skip to content

Commit 7afecf6

Browse files
authored
chore: update changelog (#847)
1 parent 9c2a718 commit 7afecf6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
<a name="unreleased"></a>
99
## [Unreleased]
10+
11+
12+
13+
<a name="v11.1.0"></a>
14+
## [v11.1.0] - 2020-04-23
1015
BUG FIXES:
16+
- Add `vpc_config.cluster_security_group` output as primary cluster security group id ([#828](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/828))
17+
- Wrap `local.configmap_roles.groups` with tolist() to avoid panic ([#846](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/846))
1118
- Prevent `coalescelist` null argument error when destroying worker_group_launch_templates ([#842](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/842))
1219

1320
FEATURES:
@@ -43,5 +50,6 @@ TESTS:
4350
- remove unused kitchen test related stuff ([#787](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/787))
4451

4552

46-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v11.0.0...HEAD
53+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v11.1.0...HEAD
54+
[v11.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v11.0.0...v11.1.0
4755
[v11.0.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v10.0.0...v11.0.0

0 commit comments

Comments
 (0)