eraser-dev / eraser

🧹 Cleaning up images from Kubernetes nodes

Home Page:https://eraser-dev.github.io/eraser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add k8s 1.28 to test matrix

sozercan opened this issue · comments

Describe the solution you'd like
[A clear and concise description of what you want to happen.]

add 1.28.0 to test matrix

KUBERNETES_VERSION: ["1.25.11", "1.26.6", "1.27.3"]

Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]

Environment:

  • Eraser version:
  • Kubernetes version: (use kubectl version):

Could I pick this up? 🖐🏼

Also, will we want to keep the other Kubernetes versions (1.25.11) in the matrix?
And/or would it be worth updating them to their latest patch releases while we're here? (1.25.13, 1.26.8, 1.27.5)

Ideally we want to make sure to test on all supported versions so we want to append 1.28 while keeping the remaining same but feel free to bump to latest patch version available in https://hub.docker.com/r/kindest/node/

Ah thanks! I was basing releases off of their release page, but noticing we're at the latest releases based on what's pushed to docker 👍🏼