Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

a table of supported versions needs to be created in the docs #78

Open
github-actions bot opened this issue Jun 16, 2022 · 2 comments
Open

a table of supported versions needs to be created in the docs #78

github-actions bot opened this issue Jun 16, 2022 · 2 comments
Labels
documentation Improvements or additions to documentation todo
Milestone

Comments

@github-actions
Copy link

github-actions bot commented Jun 16, 2022

a table of supported versions needs to be created in the docs

func isSupportedVersion(ver *version.Version) bool {
// TODO a table of supported versions needs to be created in the docs
if ver.Major() != 1 && ver.Minor() < 17 {
return false
}
return true
}

b2590f083556b1acd99daac0a4751b122072c885

@github-actions github-actions bot added the todo label Jun 16, 2022
@pacoxu pacoxu added the documentation Improvements or additions to documentation label Jun 16, 2022
@pacoxu pacoxu added this to the v0.1 milestone Jun 16, 2022
@pacoxu
Copy link
Owner

pacoxu commented Jun 17, 2022

Due to my test, I only tested on v1.22-v1.24.

Validate Versions:

  • v1.22 to v1.22/v1.23/v1.24
  • v1.23 to v1.23/v1.24
  • v1.24 to v1.24

Tested(but not suggested)

  • v1.23 to v1.22 (change coredns version to v1.8.0 before applying the operation)
  • v1.24 to v1.23

Known issue:

  • node annotation may have extra prefix unix://; kubectl edit node to workaround.(v1.24 only)

@pacoxu pacoxu modified the milestones: v0.1, v0.2 Jun 17, 2022
@pacoxu
Copy link
Owner

pacoxu commented Jun 24, 2022

  • ✅✅ means supported and suggested
  • ✅❌ means supported but not suggested
  • ❌❌ means not supported and not suggested
  • Empty means no testing yet.
initial version\ target version v1.21 v1.22 v1.23 v1.24
v1.21
v1.22 ✅✅ ✅✅ ✅✅
v1.23 ❌❌ ✅❌ ✅✅ ✅✅
v1.24 ❌❌ ❌❌ ✅❌ ✅✅

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation todo
Projects
None yet
Development

No branches or pull requests

1 participant