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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## 2.10.0 (April 7, 2022)
2
+
3
+
NEW:
4
+
5
+
* Resource `kubernetes_labels` (#692)
6
+
* Resource `kubernetes_annotations` (#692)
7
+
* Resource `kubernetes_config_map_v1_data` (#723)
8
+
* Block `wait` with attribute `rollout` of `kubernetes_manifest` (#1549)
9
+
* Data source and resource attributes `app_protocol` of `kubernetes_service` (#1554)
10
+
* Attribute `container_resource` of resource `kubernetes_horizontal_pod_autoscaler_v2beta2` (#1637)
11
+
12
+
IMPROVEMENTS:
13
+
14
+
* Deprecate `wait_for` attribute in favor of `wait` block in `kubernetes_manifest` (#1549)
15
+
* Make attribute `rule` optional of `kubernetes_validating_webhook_configuration(_v1)` and `kubernetes_mutating_webhook_configuration(_v1)` (#1618, #1643)
16
+
* Update documentation and correct some errors (#1622, #1628, #1657, #1681)
17
+
18
+
BUG FIXES:
19
+
20
+
* Fix crash when multiple `match_expression` are used in `kubernetes_resource_quota` (#1561)
21
+
* Fix issue when in some circumstances changes of `seLinuxOptions.Type` doesn't reflect in the state file (#1650)
22
+
* Ignore service account volumes with `kube-api-access` prefix (#1663)
0 commit comments