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

feat: Display replacement API and since when it's available #85

Merged
merged 5 commits into from
Dec 31, 2020

Conversation

stepanstipl
Copy link
Contributor

This PR adds support to display replacement API version and since when this new API is available in REPLACE_WITH (SINCE) column (separate ReplaceWith and Since fields in json):

__________________________________________________________________________________________
>>> Deprecated APIs removed in 1.16 <<<
------------------------------------------------------------------------------------------
KIND         NAMESPACE     NAME                   API_VERSION    REPLACE_WITH (SINCE)
Deployment   <undefined>   nginx-deployment-old   apps/v1beta1   apps/v1 (1.9+)
__________________________________________________________________________________________
>>> Deprecated APIs removed in 1.22 <<<
------------------------------------------------------------------------------------------
KIND      NAMESPACE     NAME           API_VERSION          REPLACE_WITH (SINCE)
Ingress   <undefined>   test-ingress   extensions/v1beta1   networking.k8s.io/v1beta1 (1.14+)

Fixes #5

@stepanstipl stepanstipl requested a review from a user December 31, 2020 11:25
@stepanstipl stepanstipl self-assigned this Dec 31, 2020
@stepanstipl stepanstipl merged commit e6d96a5 into master Dec 31, 2020
@stepanstipl stepanstipl deleted the feat-replace-since branch December 31, 2020 12:54
@stepanstipl stepanstipl added the feature New feature or request label Dec 31, 2020
@stepanstipl stepanstipl changed the title Feat replace since Display replacement API and since when it's available Dec 31, 2020
@stepanstipl stepanstipl changed the title Display replacement API and since when it's available feat: Display replacement API and since when it's available Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

display target api to use
1 participant