Skip to content

Versioning Policy

Matt McLoughlin edited this page Nov 20, 2023 · 4 revisions

This project intends to follow the following versioning strategy: Given a version number MAJOR.MINOR.PATCH.BUILD, increment the:

  • MAJOR version when a breaking change is made and/or a major architectural change is made
  • MINOR version when it's recommended that all users upgrade for important bug fixes or performance improvements
  • PATCH version on a more frequent basis as needed (generally weekly or bi-weekly)
  • BUILD version every time a new image is built