Skip to content

Commit

Permalink
Merge pull request #163 from robertsirc/updating-map-file
Browse files Browse the repository at this point in the history
changes requested by maintainer.
  • Loading branch information
mattfarina committed Aug 9, 2024
2 parents a16c81a + 6d59ded commit c500c4d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,15 @@ mappings:
newAPI: "apiVersion: storage.k8s.io/v1\nkind: VolumeAttachment\n"
deprecatedInVersion: "v1.13"
removedInVersion: "v1.22"
- deprecatedAPI: "apiVersion: storage.k8s.io/v1beta1\nkind: CSIStorageCapacity\n"
newAPI: "apiVersion: storage.k8s.io/v1\nkind: CSIStorageCapacity\n"
deprecatedInVersion: "v1.24"
removedInVersion: "v1.27"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta1\nkind: FlowSchema\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n"
deprecatedInVersion: "v1.26"
removedInVersion: "v1.26"
- deprecatedAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta2\nkind: FlowSchema\n"
newAPI: "apiVersion: flowcontrol.apiserver.k8s.io/v1beta3\nkind: FlowSchema\n"
deprecatedInVersion: "v1.26"
removedInVersion: "v1.29"

0 comments on commit c500c4d

Please sign in to comment.