Skip to content

Commit 0d55c07

Browse files
committed
Update CHANGELOG.md for v2.11.0 release
1 parent db34179 commit 0d55c07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.11.0 (April 27, 2022)
2+
3+
NEW:
4+
5+
* Add a new resource `kubernetes_horizontal_pod_autoscaler_v2` (#1674)
6+
7+
IMPROVEMENTS:
8+
9+
* Add `ip_families` and `ip_family_policy` attributes to `kubernetes_service` (#1662)
10+
* Handle `x-kubernetes-preserve-unknown-fields` type annotation from OpenAPI: changes to attributes of this type trigger whole resource recreation. (#1646)
11+
* Upgrade terraform-plugin-mux to v0.6.0 (#1686)
12+
* Add GitHub action for EKS acceptance tests (#1656)
13+
* Add github action for acceptance tests using kind (#1691)
14+
15+
BUG FIXES:
16+
17+
* Fix conversion of big.Float to float64 in `kubernetes_manifest` (#1661)
18+
* Fix identification of `int-or-string` type attributes to include 3rd party types defined by aggregated APIs (#1640)
19+
120
## 2.10.0 (April 7, 2022)
221

322
NEW:

0 commit comments

Comments
 (0)