@@ -83,6 +83,14 @@ mappings:
83
83
newAPI : " apiVersion: authorization.k8s.io/v1\n kind: SubjectAccessReview\n "
84
84
deprecatedInVersion : " v1.16"
85
85
removedInVersion : " v1.22"
86
+ - deprecatedAPI : " apiVersion: autoscaling/v2beta1\n kind: HorizontalPodAutoscaler\n "
87
+ newAPI : " apiVersion: autoscaling/v2\n kind: HorizontalPodAutoscaler\n "
88
+ deprecatedInVersion : " v1.23"
89
+ removedInVersion : " v1.25"
90
+ - deprecatedAPI : " apiVersion: batch/v1beta1\n kind: CronJob\n "
91
+ newAPI : " apiVersion: batch/v1\n kind: CronJob\n "
92
+ deprecatedInVersion : " v1.21"
93
+ removedInVersion : " v1.25"
86
94
- deprecatedAPI : " apiVersion: certificates.k8s.io/v1beta1\n kind: CertificateSigningRequest\n "
87
95
newAPI : " apiVersion: certificates.k8s.io/v1\n kind: CertificateSigningRequest\n "
88
96
deprecatedInVersion : " v1.19"
@@ -103,6 +111,12 @@ mappings:
103
111
newAPI : " apiVersion: networking.k8s.io/v1\n kind: IngressClass\n "
104
112
deprecatedInVersion : " v1.19"
105
113
removedInVersion : " v1.22"
114
+ - deprecatedAPI : " apiVersion: policy/v1beta1\n kind: PodDisruptionBudget\n "
115
+ newAPI : " apiVersion: policy/v1\n kind: PodDisruptionBudget\n "
116
+ deprecatedInVersion : " v1.21"
117
+ removedInVersion : " v1.25"
118
+ - deprecatedAPI : " apiVersion: policy/v1beta1\n kind: PodSecurityPolicy\n "
119
+ removedInVersion : " v1.25"
106
120
- deprecatedAPI : " apiVersion: rbac.authorization.k8s.io/v1alpha1\n kind: ClusterRole\n "
107
121
newAPI : " apiVersion: rbac.authorization.k8s.io/v1\n kind: ClusterRole\n "
108
122
deprecatedInVersion : " v1.17"
@@ -187,13 +201,3 @@ mappings:
187
201
newAPI : " apiVersion: storage.k8s.io/v1\n kind: VolumeAttachment\n "
188
202
deprecatedInVersion : " v1.13"
189
203
removedInVersion : " v1.22"
190
- - deprecatedAPI : " apiVersion: autoscaling/v2beta1\n kind: HorizontalPodAutoscaler\n "
191
- newAPI : " apiVersion: autoscaling/v2\n kind: HorizontalPodAutoscaler\n "
192
- deprecatedInVersion : " v1.23"
193
- removedInVersion : " v1.25"
194
- - deprecatedAPI : " apiVersion: policy/v1beta1\n kind: PodDisruptionBudget\n "
195
- newAPI : " apiVersion: policy/v1\n kind: PodDisruptionBudget\n "
196
- deprecatedInVersion : " v1.21"
197
- removedInVersion : " v1.25"
198
- - deprecatedAPI : " apiVersion: policy/v1beta1\n kind: PodSecurityPolicy\n "
199
- removedInVersion : " v1.25"
0 commit comments