Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSIStorageCapacity 'removed-in' parameter is missing #436

Closed
marin590 opened this issue Jan 18, 2023 · 0 comments · Fixed by #448
Closed

CSIStorageCapacity 'removed-in' parameter is missing #436

marin590 opened this issue Jan 18, 2023 · 0 comments · Fixed by #448
Labels
triage This bug needs triage

Comments

@marin590
Copy link

Hi All,

I was checking the deprecated APIs for K8S 1.27.0v and found the API listed but the parameter removed-in is not in the entry:

https://github.com/FairwindsOps/pluto/blob/master/versions.yaml

`

  • version: storage.k8s.io/v1beta1
    kind: CSIStorageCapacity
    deprecated-in: v1.24.0
    replacement-api: storage.k8s.io/v1
    component: k8s
    `

Should be added like this, correct?

`

  • version: storage.k8s.io/v1beta1
    kind: CSIStorageCapacity
    deprecated-in: v1.24.0
    removed-in: v1.27.0
    replacement-api: storage.k8s.io/v1
    component: k8s
    `

Could you please update this entry?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage This bug needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant