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

chore(deps): bump to kube 1.17.3 #1370

Merged

Commits on Mar 20, 2020

  1. chore(deps): bump to kube 1.17.3

    * Updates kube dependencies to 1.17.3.
    * Also removes dependency on k8s.io/kubernetes my manually
    vendoring 1.17 version of it inside pkg/lib/ as a stop gap
    measure till other alternatives to rbac authorizer and any
    other parts of k8s.io/kubernetes used in olm is found.
    anik120 committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    344f1a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. chore(apis): Regenerate API types for openapi3 specification

    In kube 1.17, the openapi structural schema validation was updated to validate
    CRDs according to the documented API semantics of x-kubernetes-list-type and
    x-kubernetes-map-type atomic to reject non-atomic sub-types. This PR updates
    the API types to follow the specification.
    anik120 committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    57b580e View commit details
    Browse the repository at this point in the history