You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I wrote a little tool in Golang to do this. I'm still working on adding a GitHub Action for it (to automatically generate matrixes). The CLI tool can currently look up versions from Docker and return the N most recent versions (so basically what I was looking for with renovatebot/renovate#26489). I've posted the tool to GitHub today over at https://github.com/kvanzuijlen/version. Let me know if you'd be open to using this tool once I've added some unit tests and added a GitHub Action.
Edit: I'm also planning on adding support for GitHub tags and GitHub releases
Currently we test all version from v1.27 to v1.30, which are 4 versions. We should make a note that we only test the latest 4 versions.
So when v1.31 comes, we'll drop v1.27 to not overload ci. We can still support older kubernet versions on a community supported best effort.
We can still run older kubeval tests as they are fast ( ~10s ). We do so with v1.26 to 1.30.
We could also test the oldest and the newest 3 supported versions to reduce load.
The text was updated successfully, but these errors were encountered: