Skip to content

Argocd 3.3.3 uses different version format for kube version #493

@rouke-broersma

Description

@rouke-broersma

Argocd 3.3.3 contains fix argoproj/argo-cd#26469 which changes the kubernetes version returned by argocd from major.minor to major.minor.patch. Kubechecks v2 running against argocd 3.3.3 causes the kubernetes version calculation in kubechecks to return a 4-part instead of 3-patch version number which is incorrect:

Image

This might be fixed by simply updating the argocd client library in kubechecks as I think I saw that kubechecks uses an argocd client library to get the k8s version, however I am not sure if that would be backwards compatible with older argocd versions or if some kind of compatibility translation in the version number needs to be added to kubechecks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions