Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 847 Bytes

maintenance.md

File metadata and controls

22 lines (19 loc) · 847 Bytes

Maintenance procedure

This page describes how to update tenet regularly.

Regular Update

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