Skip to content

About our branches and tags

Federico Rodriguez edited this page Jun 4, 2024 · 6 revisions

Branches

  • The master branch has the latest -not yet released- changes. It's not necessarily broken but you have no warranty about it.
  • Numbered branches such 4.4.5 are development branches for Wazuh dashboard. They are removed when the related tag is created and the version is released.

Tags

  • All our tags such as v4.7.4-2.8.0 are stable. Each tag provides the code for all our packages, this means that our tag v4.7.4-2.8.0 has the same code as our package for Wazuh 4.7.4 and Opensearch 2.8.0.
    • Tags are frozen, so it's possible that an old tag has known bugs that are fixed in newer tags.
    • From 4.9.0 onwards, the tags only use the Wazuh version to match with the rest of Wazuh components. Example v4.9.0.

Contributing

  • Take a look at our branches, they are named using the Wazuh version prefix (Eg: 4.7.4)

You should use our latest branch for contributing.

Clone this wiki locally