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

Update dependencies for K8s 1.22+ #133

Merged
merged 1 commit into from
Jan 27, 2022

Commits on Jan 26, 2022

  1. Update dependencies for K8s 1.22+

    The current version of cert-controller won't work on K8s 1.22+ since it
    uses the removed v1beta CRD API. This change picks up the latest
    cert-controller and all the other key latest dependencies.
    
    Key updates:
    * controller-runtime to v0.11
    * cert-controller to the latest to pick up CRD v1beta removal
    * K8s client libs to 1.23
    * controller-tools to latest
    * Various other small changes
    
    Tested: smoke tests
    adrianludwin committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c210087 View commit details
    Browse the repository at this point in the history