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

workflows: pin cilium-cli version to v0.8.6 #17143

Merged
merged 1 commit into from
Aug 13, 2021
Merged

Commits on Aug 11, 2021

  1. workflows: pin cilium-cli version to v0.8.6

    In #16892, we switched from pinning CLI version in workflows to using
    the latest stable version automatically. This can cause issues if a new
    release does not play nice with the set of environments tested by the
    workflows on `cilium/cilium`.
    
    We are reverting to pinning CLI version so as to have better control
    over the test environment, and avoid new CLI releases negatively
    impacting `cilium/cilium` workflows immediately upon release.
    
    With the CLI version pinned, any issues with the new version will be
    detected in the PR bumping the pinned version, allowing us to fix them
    prior to merging.
    
    Signed-off-by: Nicolas Busseneau <nicolas@isovalent.com>
    nbusseneau committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    baaa61f View commit details
    Browse the repository at this point in the history