Skip to content

Commit 85aea8d

Browse files
authored
Update CHANGELOG.md for v2.12.0 (#1725)
1 parent c77e0d9 commit 85aea8d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 2.12.0 (June 30, 2022)
2+
3+
NEW:
4+
5+
* Attribute `ignore_annotations` of `provider` (#746)
6+
* Attribute `ignore_labels` of `provider` (#746)
7+
* Attribute `condition` to `wait` block of `kubernetes_manifest` (#1595)
8+
* Attribute `allocate_load_balancer_node_ports` of `kubernetes_service(_v1)` (#1683)
9+
* Attribute `cluster_ips` of `kubernetes_service(_v1)` (#1683)
10+
* Attribute `internal_traffic_policy` of `kubernetes_service(_v1)` (#1683)
11+
* Attribute `load_balancer_class` of `kubernetes_service(_v1)` (#1683)
12+
* Attribute `session_affinity_config` of `kubernetes_service(_v1)` (#1683)
13+
14+
IMPROVEMENTS:
15+
16+
* Update documentation and correct some errors (#1706, #1708)
17+
* Fix security scan alerts (#1727, #1730, #1731)
18+
* Attribute `topology_key` of `kubernetes_deployment(_v1)` marked as `Required` (#1736)
19+
20+
BUG FIXES:
21+
22+
* Fix `kubernetes_default_service_account` doesn't set the `automount_service_account_token` to `false` (#1247)
23+
* Fix an issue when the imported `kubernetes_manifest` resource is replaced instead of getting updated (#1712)
24+
* Fix provider crash when `image_pull_secret` of `kubernetes_service_account(_v1)` is `null`
25+
126
## 2.11.0 (April 27, 2022)
227

328
NEW:

0 commit comments

Comments
 (0)