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

policy-controller: Update kube, k8s-openapi dependencies #6661

Merged
merged 2 commits into from
Aug 13, 2021
Merged

Commits on Aug 11, 2021

  1. policy-controller: Update kube, k8s-openapi dependencies

    kube v0.59 depends on k8s-openapi v0.13, which includes breaking
    changes.
    
    This change updates these dependencies and modifies our code to account
    for these changes.
    
    Furthermore, we now use the k8s-openapi feature `v1_16` so that we use
    an API version that is compatible with Linkerd's minimum support
    kubernetes version.
    
    Closes #6657 #6658 #6659
    olix0r committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    422ef7a View commit details
    Browse the repository at this point in the history
  2. fixup tests

    olix0r committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5c28f0e View commit details
    Browse the repository at this point in the history