Skip to content

Commit 6f40607

Browse files
yenienserranoAlexRuiz7Machi3mflTosttiDesvelao
authored
Migrate main to 3.2.0 (#865)
Signed-off-by: yenienserrano <ian.serrano@wazuh.com> Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> Signed-off-by: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Signed-off-by: JuanGarriuz <juangarriuz@gmail.com> Signed-off-by: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Signed-off-by: Raul Del Pozo Moreno <14913942+rauldpm@users.noreply.github.com> Signed-off-by: gonzaarancibia <gonzaloarancibia48@gmail.com> Co-authored-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com> Co-authored-by: Maximiliano Ibarra <maximiliano.ibarra@wazuh.com> Co-authored-by: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Co-authored-by: Antonio <34042064+Desvelao@users.noreply.github.com> Co-authored-by: Tostti <nicolas.guevara.pihen@gmail.com> Co-authored-by: Raul Del Pozo Moreno <raul.delpozo@wazuh.com> Co-authored-by: Luciano Gorza <103193307+lucianogorza@users.noreply.github.com> Co-authored-by: Federico Rodriguez <federico.rodriguez@wazuh.com> Co-authored-by: Chantal Belén kelm <99441266+chantal-kelm@users.noreply.github.com> Co-authored-by: JuanGarriuz <juangarriuz@gmail.com> Co-authored-by: JuanGarriuz <juan.garcia@wazuh.com> Co-authored-by: Guido Modarelli <38738725+guidomodarelli@users.noreply.github.com> Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com> Co-authored-by: Raul Del Pozo Moreno <14913942+rauldpm@users.noreply.github.com> Co-authored-by: Gonzalo Arancibia <72573241+gonzaarancibia@users.noreply.github.com>
1 parent 9d91d46 commit 6f40607

257 files changed

Lines changed: 10780 additions & 4765 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Compatibility request
3+
about: Suggest supporting a new version of OpenSearch
4+
title: 'Compatibility with OpenSearch (version)'
5+
labels: compatibility, level/task, type/research
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
We need to ensure the UI compatibility with the next version of OpenSearch vX.X.
12+
This update is still being discussed, but we need to be aware of potential issues.
13+
14+
For that, we need to:
15+
16+
- [ ] Review opensearch and opensearch-dashboard latest stable changelog.
17+
- [ ] Identify improvements and potential impact on the UI.
18+
- [ ] Create new tracking and development branches.
19+
- [ ] Develop a testing environment to verify our components would work under this new build.
20+
21+
22+
## Issues
23+
- _List here the detected issues_
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: New release
3+
about: "[wazuh-team] Track the effort of the team to release a new version of Wazuh"
4+
title: Support for Wazuh 4.x.x
5+
labels: level/task, type/enhancement
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
12+
Example:
13+
> Wazuh 4.3.8 will be released shortly. Our Wazuh Dashboard app need to support this new version. From our side, no changes will be included, so we only need to bump the version.
14+
15+
16+
## Tasks
17+
18+
### Pre-release
19+
- [ ] Add support for Wazuh 4.x.x (bump).
20+
- [ ] Generate the required tags.
21+
- [ ] Generate the packages.
22+
- [ ] Test the packages, to verify they install, and the app works as expected.
23+
- [ ] [Optional] Run Regression Testing (#issue)
24+
- [ ] Generate draft releases.
25+
- [ ] Notify the @wazuh/cicd and @wazuh/content teams that the release is good to go, from our side.
26+
27+
### Post-release
28+
- [ ] Make draft releases final and public.
29+
- [ ] Sync branches.
30+
31+
### Supported versions
32+
33+
Same as on [previous releases](https://github.com/wazuh/wazuh-dashboard/wiki/Compatibility)

0 commit comments

Comments
 (0)