Skip to content

Commit

Permalink
Merge pull request #102 from hickeyma/add-deprecations
Browse files Browse the repository at this point in the history
Update mapping file
  • Loading branch information
hickeyma authored Mar 7, 2023
2 parents 83bc523 + d7d1d42 commit 403d3ad
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ mappings:
newAPI: "apiVersion: authorization.k8s.io/v1\nkind: SubjectAccessReview\n"
deprecatedInVersion: "v1.16"
removedInVersion: "v1.22"
- deprecatedAPI: "apiVersion: autoscaling/v2beta1\nkind: HorizontalPodAutoscaler\n"
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
deprecatedInVersion: "v1.23"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: batch/v1beta1\nkind: CronJob\n"
newAPI: "apiVersion: batch/v1\nkind: CronJob\n"
deprecatedInVersion: "v1.21"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: certificates.k8s.io/v1beta1\nkind: CertificateSigningRequest\n"
newAPI: "apiVersion: certificates.k8s.io/v1\nkind: CertificateSigningRequest\n"
deprecatedInVersion: "v1.19"
Expand All @@ -103,6 +111,12 @@ mappings:
newAPI: "apiVersion: networking.k8s.io/v1\nkind: IngressClass\n"
deprecatedInVersion: "v1.19"
removedInVersion: "v1.22"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget\n"
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget\n"
deprecatedInVersion: "v1.21"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodSecurityPolicy\n"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: rbac.authorization.k8s.io/v1alpha1\nkind: ClusterRole\n"
newAPI: "apiVersion: rbac.authorization.k8s.io/v1\nkind: ClusterRole\n"
deprecatedInVersion: "v1.17"
Expand Down Expand Up @@ -187,13 +201,3 @@ mappings:
newAPI: "apiVersion: storage.k8s.io/v1\nkind: VolumeAttachment\n"
deprecatedInVersion: "v1.13"
removedInVersion: "v1.22"
- deprecatedAPI: "apiVersion: autoscaling/v2beta1\nkind: HorizontalPodAutoscaler\n"
newAPI: "apiVersion: autoscaling/v2\nkind: HorizontalPodAutoscaler\n"
deprecatedInVersion: "v1.23"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodDisruptionBudget\n"
newAPI: "apiVersion: policy/v1\nkind: PodDisruptionBudget\n"
deprecatedInVersion: "v1.21"
removedInVersion: "v1.25"
- deprecatedAPI: "apiVersion: policy/v1beta1\nkind: PodSecurityPolicy\n"
removedInVersion: "v1.25"

0 comments on commit 403d3ad

Please sign in to comment.