flatcar / sysext-bakery

Recipes for baking systemd-sysext images
Apache License 2.0
72 stars 37 forks source link

release-build: build cri-o for each Kubernetes version #83

Closed tormath1 closed 3 months ago

tormath1 commented 3 months ago

CRI-O is coupled to Kubernetes for the releases, while the major and the minor follows Kubernetes streams, the patch version is independant, so we need to fetch the latest patch release for each minor Kubernetes version.

sysupdate configuration is generated similar to Kubernetes.


Locally tested, will trigger a release right after to generate cri-o missing images.

Related to: https://github.com/flatcar/sysext-bakery/issues/42