Skip to content

Commit 1fee765

Browse files
authored
Update CHANGELOG.md for v2.20.0 release (#2083)
1 parent e49fa7e commit 1fee765

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
## 2.19.0 (March 23, 2023)
1+
## 2.20.0 (April 20, 2023)
2+
3+
ENHANCEMENTS:
24

3-
Generating changelog for release-v2.19.0 from v2.18.1...
5+
`kubernetes/resource_kubernetes_env.go`: add support for initContainers [[GH-2067](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2067)]
6+
`kubernetes/resource_kubernetes_node_taint.go`: Remove MaxItems from taint attribute [[GH-2046](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2046)]
47

8+
BUG FIXES:
9+
10+
* Fix diff after import when importing resources containing volume_mount [[GH-2061](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2061)]
11+
* `resource/kubernetes_node_taint`: Fix an issue when updating taint does not update the ID in the state file. [[GH-2077](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2077)]
12+
13+
## 2.19.0 (March 23, 2023)
514

615
FEATURES:
716

0 commit comments

Comments
 (0)