Skip to content

Commit

Permalink
v2.10.0 (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Rybolovlev authored Apr 7, 2022
1 parent 224166a commit 171b23f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 2.10.0 (April 7, 2022)

NEW:

* Resource `kubernetes_labels` (#692)
* Resource `kubernetes_annotations` (#692)
* Resource `kubernetes_config_map_v1_data` (#723)
* Block `wait` with attribute `rollout` of `kubernetes_manifest` (#1549)
* Data source and resource attributes `app_protocol` of `kubernetes_service` (#1554)
* Attribute `container_resource` of resource `kubernetes_horizontal_pod_autoscaler_v2beta2` (#1637)

IMPROVEMENTS:

* Deprecate `wait_for` attribute in favor of `wait` block in `kubernetes_manifest` (#1549)
* Make attribute `rule` optional of `kubernetes_validating_webhook_configuration(_v1)` and `kubernetes_mutating_webhook_configuration(_v1)` (#1618, #1643)
* Update documentation and correct some errors (#1622, #1628, #1657, #1681)

BUG FIXES:

* Fix crash when multiple `match_expression` are used in `kubernetes_resource_quota` (#1561)
* Fix issue when in some circumstances changes of `seLinuxOptions.Type` doesn't reflect in the state file (#1650)
* Ignore service account volumes with `kube-api-access` prefix (#1663)

## 2.9.0 (March 17, 2022)

IMPROVEMENTS:
Expand Down

0 comments on commit 171b23f

Please sign in to comment.