Description
@davidkarlsen github-actions-runner-operator
is widely used by many end users. The latest release of github-actions-runner-operator
was made in November 2022. In the release notes we can see that it supports officially k8s 1.24 -> https://github.com/evryfs/github-actions-runner-operator/blob/v0.11.0/.github/workflows/build.yaml#L47
On the master branch there is a support for 1.26 but changes are not released -> https://github.com/evryfs/github-actions-runner-operator/blob/master/.github/workflows/build.yaml#L47
Latest k8s release is 1.28 and most of the cloud providers like AWS, Google etc provides support for k8s 1.27+. Additionally cloud providers require regular cluster upgrades. Could you release the new version of github-actions-runner-operator
which officially supports k8s 1.27+?
Updating matrix compatibility of github-actions-runner-operator
will help a lot all of the users with regular k8s upgrades.