Skip to content

Commit 48771aa

Browse files
add changelog
1 parent 77441ff commit 48771aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.changelog/2770.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
```release-note:deprecation
2+
added deprecation notices to unversioned resources and data sources that already have versioned counterparts.
3+
- `kubernetes_ingress` → use `kubernetes_ingress_v1`
4+
- `kubernetes_certificate_signing_request` → use `kubernetes_certificate_signing_request_v1`
5+
- `kubernetes_horizontal_pod_autoscaler` → use `kubernetes_horizontal_pod_autoscaler_v1` or `kubernetes_horizontal_pod_autoscaler_v2`
6+
- `kubernetes_mutating_webhook_configuration` → use `kubernetes_mutating_webhook_configuration_v1`
7+
- `kubernetes_pod_disruption_budget` → use `kubernetes_pod_disruption_budget_v1`
8+
```

0 commit comments

Comments
 (0)