- Update Kubernetes version in
Makefile.versions
. - Update
k8s.io/*
packages version ingo.mod
.
NecoPerf supports one Flatcar Linux version at a time. If a new stable version of Flatcar Linux is released, please do the following steps.
- Check the stable release of Flatcar Linux.
- e.g. "3602.2.2" is released as Stable.
- Find the tags for the container image of the flatcar-sdk-amd64 corresponding to the stable version of Flatcar Linux.
- e.g. "3602.0.0" is the corresponding tag.
- Note that the container images of the flatcar-sdk-amd64 are not updated as frequently as the Flatcar releases.
- Update
FLATCAR_VERSION
inMakefile.versions
.- e.g. Use "3602.0.0" as
FLATCAR_VERSION
.
- e.g. Use "3602.0.0" as
If the contents of the container image have changed, especially in terms of the files layout, please update the relevant Dockerfiles.
- Update
Makefile.versions
. - Update
Dockerfile.cli
andDockerfile.daemon
. - Update go.mod.
- Update GitHub Actions.