You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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)
0 commit comments