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

Automate k0sctl version setting across test suites #3908

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Commits on Jan 10, 2024

  1. Automate k0sctl version setting across test suites

    Removes the need to make manual changes for k0sctl version bumps.
    The version is obtained from hack/tool/go.mod which is updated
    automatically by dependabot. All the other suites that use k0sctl
    now get their k0sctl version by reading it from hack/tool/go.mod.
    
    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1391f6c View commit details
    Browse the repository at this point in the history
  2. Allow overriding k0sctl-version in ostests-e2e

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    0721e7d View commit details
    Browse the repository at this point in the history
  3. Use hack/tool/go.mod k0sctl version in conformance test

    Signed-off-by: Kimmo Lehto <[email protected]>
    kke committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    df8b408 View commit details
    Browse the repository at this point in the history