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

⚠️ (go/v3-alpha) bump cert-manager CRs to v1 #1840

Merged
merged 1 commit into from
Nov 18, 2020

Commits on Nov 18, 2020

  1. This commit bumps cert-manager CR apiVersion to v1 from v1beta2

    for go/v3-alpha. TestContext has been updated to be cluster version-
    aware such that the correct cert-manager bundle URL is applied.
    
    pkg/plugin/v3/scaffolds/internal/templates/config: cert-manager
    CRs have apiVersion v1
    
    test/e2e/utils: KubectlVersion -> KubernetesVersion, which now
    gets created in NewTestContext. cert-manager install funcs use this
    version to get the correct bundle for a particular cluster version
    
    test/e2e/{v2,v3}: update {Install,Uninstall}CertManager() to include
    new 'hasv1beta2CRs' boolean arg, which depends on plugin being tested
    estroz committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    ea3a94a View commit details
    Browse the repository at this point in the history