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
Problem statement: We need to commit to some quality level for versions of k8s that we consider "supported".
Proposed solution: Define a "supported" major.minor k8s version to be one, for which at least one patch version is covered by the automated integration tests. We can leverage KTF support for environments for that purpose.
@mflendrich I changed the AC: I'm intending to target ALL pushes to main and next and have it so that releases can't be cut from these branches until CI is ✔️
Problem statement: We need to commit to some quality level for versions of k8s that we consider "supported".
Proposed solution: Define a "supported" major.minor k8s version to be one, for which at least one patch version is covered by the automated integration tests. We can leverage KTF support for environments for that purpose.
Separated out from #1095
Acceptance criteria:
major.minor.patch
ormajor.minor.<latest-patch>
versions, CI tests run against eachThe text was updated successfully, but these errors were encountered: