Skip to content

Commit 403d3ad

Browse files
authored
Merge pull request #102 from hickeyma/add-deprecations
Update mapping file
2 parents 83bc523 + d7d1d42 commit 403d3ad

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

config/Map.yaml

+14-10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@ mappings:
8383
newAPI: "apiVersion: authorization.k8s.io/v1\nkind: SubjectAccessReview\n"
8484
deprecatedInVersion: "v1.16"
8585
removedInVersion: "v1.22"
86+
- deprecatedAPI: "apiVersion: autoscaling/v2beta1\nkind: HorizontalPodAutoscaler\n"
87+
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
88+
deprecatedInVersion: "v1.23"
89+
removedInVersion: "v1.25"
90+
- deprecatedAPI: "apiVersion: batch/v1beta1\nkind: CronJob\n"
91+
newAPI: "apiVersion: batch/v1\nkind: CronJob\n"
92+
deprecatedInVersion: "v1.21"
93+
removedInVersion: "v1.25"
8694
- deprecatedAPI: "apiVersion: certificates.k8s.io/v1beta1\nkind: CertificateSigningRequest\n"
8795
newAPI: "apiVersion: certificates.k8s.io/v1\nkind: CertificateSigningRequest\n"
8896
deprecatedInVersion: "v1.19"
@@ -103,6 +111,12 @@ mappings:
103111
newAPI: "apiVersion: networking.k8s.io/v1\nkind: IngressClass\n"
104112
deprecatedInVersion: "v1.19"
105113
removedInVersion: "v1.22"
114+
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget\n"
115+
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget\n"
116+
deprecatedInVersion: "v1.21"
117+
removedInVersion: "v1.25"
118+
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodSecurityPolicy\n"
119+
removedInVersion: "v1.25"
106120
- deprecatedAPI: "apiVersion: rbac.authorization.k8s.io/v1alpha1\nkind: ClusterRole\n"
107121
newAPI: "apiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\n"
108122
deprecatedInVersion: "v1.17"
@@ -187,13 +201,3 @@ mappings:
187201
newAPI: "apiVersion: storage.k8s.io/v1\nkind: VolumeAttachment\n"
188202
deprecatedInVersion: "v1.13"
189203
removedInVersion: "v1.22"
190-
- deprecatedAPI: "apiVersion: autoscaling/v2beta1\nkind: HorizontalPodAutoscaler\n"
191-
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
192-
deprecatedInVersion: "v1.23"
193-
removedInVersion: "v1.25"
194-
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget\n"
195-
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget\n"
196-
deprecatedInVersion: "v1.21"
197-
removedInVersion: "v1.25"
198-
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodSecurityPolicy\n"
199-
removedInVersion: "v1.25"

0 commit comments

Comments
 (0)