wazuh / wazuh-dashboard

Wazuh dashboard, the Wazuh UI platform
https://wazuh.com
Apache License 2.0
35 stars 56 forks source link

What happened to previous branches like 4.7.2? #172

Closed MostafaSoleimani closed 5 months ago

MostafaSoleimani commented 6 months ago

branch 4.7.2 is deleted and we cannot work on new branch (4.9.x) because last version of wazuh-indexer in docker hub is 4.7.x please bring back branch 4.7.2 or put new versions of indexer and agent on docker hub

yenienserrano commented 5 months ago

Hi @MostafaSoleimani, There are 2 reasons why there is not 4.7.2 branch in this repo. First, this repo will be used starting on version v4.9.0. wazuh-dashboard versions before that are created using a different approach. Second and lats, once a minor version (x.y.z) is released, we create a tag and remove the branch. You can create your own branch from a tag as follows:

git checkout -v <your-branch-name> <tag>