Skip to content

Commit adf8a69

Browse files
authored
v2.22.0 (#2182)
1 parent d7a1d6b commit adf8a69

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 2.22.0 (July 12, 2023)
2+
3+
FEATURES:
4+
5+
* `kubernetes/data_source_kubernetes_persistent_volume.go`: Add data source for Kubernetes Persistent Volume Resource [[GH-2118](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2118)]
6+
* `kubernetes/resource_kubernetes_namespace.go`: Add attribute `wait_for_default_service_account` to namespaces which will force Terraform to wait until the default service account has been created by Kubernetes on namespace creation. [[GH-2119](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2119)]
7+
* `kubernetes/resource_kubernetes_endpointslice.go`: Add kubernetes_endpoint_slice resource [[GH-2086](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2086)]
8+
9+
ENHANCEMENTS:
10+
11+
* `kubernetes/provider.go`: Add `tls_server_name` kubernetes provider options. [[GH-1638](https://github.com/hashicorp/terraform-provider-kubernetes/issues/1638)]
12+
13+
BUG FIXES:
14+
15+
* `resource/kubernetes_manifest`: fix an issue in the `kubernetes_manifest` resource when it panics if tuple attributes within an object have a different number of elements. This leads to the situation when all types of end tuples are getting the same type. [[GH-2164](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2164)]
16+
* `resource/kubernetes_manifest`: fix an issue with the `kubernetes_manifest` resource, where an object fails to update correctly when employing wait conditions and thus some attributes are not available for the reference after creation. [[GH-2173](https://github.com/hashicorp/terraform-provider-kubernetes/issues/2173)]
17+
18+
## Community Contributors :raised_hands:
19+
- @SRodi made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2096
20+
- @kschoche made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2119
21+
- @sbocinec made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2138
22+
- @bartoszj made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/1638
23+
- @mpriscella made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2169
24+
- @axcosta made their contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2137
25+
- @thevilledev made their outstanding contribution in https://github.com/hashicorp/terraform-provider-kubernetes/pull/2158, https://github.com/hashicorp/terraform-provider-kubernetes/pull/2154, https://github.com/hashicorp/terraform-provider-kubernetes/pull/2159, https://github.com/hashicorp/terraform-provider-kubernetes/pull/2161 :rocket:
26+
127
## 2.21.1 (June 5, 2023)
228

329
HOTFIX:

0 commit comments

Comments
 (0)