You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, semver comparison doesn't match pre-release versions (by default; for the obvious reasons). EKS is (incorrectly?) using -eks-ec5523e to indicate an internal release version. Which is poor/incorrect semver form.
I found the validate calls in sprig to verify the reasons. Above comment is correct, this is a semver for released versions. It's correct in failing the semverCompare
Input:
Output:
Expected:
Output of
helm version
:version.BuildInfo{Version:"v3.11.3", GitCommit:"323249351482b3bbfc9f5004f65d400aa70f9ae7", GitTreeState:"clean", GoVersion:"go1.20.3"}
Output of
kubectl version
:Cloud Provider/Platform (AKS, GKE, Minikube etc.):
aws eks
The text was updated successfully, but these errors were encountered: