This page describes how to update tenet regularly.
- Run
make setup
. - Update
go.mod
. - Update
k8s-version
used in GitHub Actions. They are kind node tags. - Update
KUBERNETES_VERSION
inMakefile.versions
. It is also a kind node tag. - Update Go & Ubuntu versions if needed.
- Check for new software versions using
make version
. You may be prompted to login to github.com.$ make version
- Check
Makefile.versions
and revert some changes that you don't want now. - Update software versions using
make maintenance
.$ make maintenance
- Follow release.md to update software version.
- If you are willing to release Helm Chart, follow charts/tenet/README.md to update chart version.