miki3421 opened a new pull request, #232: URL: https://github.com/apache/openserverless-task/pull/232
`ops cloud k3s install` currently selects the prerelease `v1.27.7-rc1+k3s2`. Update `K3S_VERSION` in `cloud/k3s/opsfile.yml` to [v1.36.4+k3s1](https://github.com/k3s-io/k3s/releases/tag/v1.36.4%2Bk3s1), which is passed to the existing `k3sup install --k3s-version` command. Validation: YAML parsing and `git diff --check` pass. The diff contains exactly one version substitution in one file. K3s installation and upgrade testing is pending. Compatibility note for review: `prereq.yml` pins `kubectl` to 1.33.1, which is outside the supported [one-minor-version skew](https://kubernetes.io/releases/version-skew-policy/#kubectl) for a Kubernetes 1.36 API server. This needs to be accounted for during K3s validation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
