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

client: Update kubevirt.io/client-go to v1.0.0 #24

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Oct 4, 2023

  1. client: Update kubevirt.io/client-go to v1.0.0

    Currently, we are using kubevirt.io/[email protected].
    
    Update to v1.0.0 in order to:
    1. Take advantage of context.Context parameter
       that was added to VMI methods.
    2. Eliminate the following warning from the checkup's logs:
    ```
    W0702 08:56:11.138067 1 warnings.go:70] kubevirt.io/v1alpha3
    is now deprecated and will be removed in a future release.
    ```
    Pin K8s deps to v0.26.3 to match definitions set in
    kubevirt.io/client-go.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    95b333d View commit details
    Browse the repository at this point in the history