Releasing KubeMarine

June 30, 2026 ยท View on GitHub

If you want to make a new KubeMarine release, you need to do following:

  1. On the main branch, update KubeMarine version and create tag (replace X.X.X with actual version):
    python3 -m pip install bumpver
    python3 -m bumpver update --set-version=X.X.X
    
  2. Wait for GitHub Actions completion and verify newly create pre-release on GitHub Release page. Following artifacts are essential for each release:
  3. Once you have verified that KubeMarine artifacts are OK, change your release from pre-release to latest release on GitHub Release page. This will publish KubeMarine distribution package to PyPI.