Skip to content

Commit 171b23f

Browse files
author
Aleksandr Rybolovlev
authored
v2.10.0 (#1680)
1 parent 224166a commit 171b23f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
23+
124
## 2.9.0 (March 17, 2022)
225

326
IMPROVEMENTS:

0 commit comments

Comments
 (0)