Problem
Documented runtime/tool versions are years behind CI and go.mod, and the Liqo tutorial cannot be followed on current Liqo.
Evidence
- Kubernetes:
README.md / Chart.yaml claim >= 1.21; CI tests v1.32 / v1.33 / v1.34 only. K8s 1.21 cannot satisfy Gateway API v1.6 CRDs used by the project.
- Go:
docs/local.md says Go 1.22.3; go.mod is go 1.26.5; CI uses go-version-file: ./go.mod.
- Liqo:
docs/liqo.md pins v0.5.4 docs and liqoctl generate peer-command (removed in 1.x; replaced by liqoctl peer). Also pins curlimages/curl:7.82.0.
Proposed fix
Acceptance
Documented versions match CI / go.mod; Liqo tutorial steps work on current Liqo docs.
Suggested label: documentation
Part of the v0.20.0 documentation audit.
Problem
Documented runtime/tool versions are years behind CI and
go.mod, and the Liqo tutorial cannot be followed on current Liqo.Evidence
README.md/Chart.yamlclaim>= 1.21; CI tests v1.32 / v1.33 / v1.34 only. K8s 1.21 cannot satisfy Gateway API v1.6 CRDs used by the project.docs/local.mdsays Go 1.22.3;go.modisgo 1.26.5; CI usesgo-version-file: ./go.mod.docs/liqo.mdpins v0.5.4 docs andliqoctl generate peer-command(removed in 1.x; replaced byliqoctl peer). Also pinscurlimages/curl:7.82.0.Proposed fix
go.mod(no hardcoded minor)liqo.mdfor Liqo 1.xAcceptance
Documented versions match CI / go.mod; Liqo tutorial steps work on current Liqo docs.
Suggested label:
documentationPart of the v0.20.0 documentation audit.