Skip to content

Commit

Permalink
Merge branch '4.6.0' into 3693-registry-wildcards
Browse files Browse the repository at this point in the history
  • Loading branch information
damarisg committed Jul 17, 2023
2 parents be7b95b + 67b1c7a commit 83ca604
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Release report: TBD
### Added

- Add IT tests FIM registry monitoring using wildcards. ([#4270](https://github.com/wazuh/wazuh-qa/pull/4270)) \- (Framework + Tests)
- Update schema database version ([#4128](https://github.com/wazuh/wazuh-qa/pull/4128)) \- (Tests)

## [4.5.1] - TBD

Wazuh commit: TBD \
Release report: TBD

## [4.5.0] - TBD

Wazuh commit: TBD \
Expand Down Expand Up @@ -59,17 +66,17 @@ Release report: TBD
- Fix an error in the cluster performance tests related to CSV parser ([#2999](https://github.com/wazuh/wazuh-qa/pull/2999)) \- (Framework + Tests)
- Fix bug in the framework on migration tool ([#4027](https://github.com/wazuh/wazuh-qa/pull/4027)) \- (Framework)

## [4.4.5] - TBD
## [4.4.5] - 10-07-2023

Wazuh commit: TBD \
Release report: TBD
Wazuh commit: https://github.com/wazuh/wazuh/commit/8d17d2c9c11bc10be9a31c83bc7c17dfbac0d2a0 \
Release report: https://github.com/wazuh/wazuh/issues/17844

## [4.4.4] - TBD
## [4.4.4] - 13-06-2023

Wazuh commit: TBD \
Release report: TBD
Wazuh commit: https://github.com/wazuh/wazuh/commit/32b9b4684efb7c21ce71f80d845096549a5b4ed5 \
Release report: https://github.com/wazuh/wazuh/issues/17520

## Added
### Added

- Change test_python_flaws.py to accept branch or commit in the same argument. ([#4209](https://github.com/wazuh/wazuh-qa/pull/4209)) (Tests)
- Fix test_dependencies.py for the changes in the feature. ([#4210](https://github.com/wazuh/wazuh-qa/pull/4210)) (Tests)
Expand Down
3 changes: 3 additions & 0 deletions deps/wazuh_testing/wazuh_testing/qa_docs/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ predefined_values:
- 4.4.1
- 4.4.2
- 4.4.3
- 4.4.4
- 4.4.5
- 4.5.0
- 4.5.1
- 4.6.0
tags:
- active_response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
pytestmark = [TIER0, LINUX, SERVER]

# Variables
expected_database_version = '10'
expected_database_version = '11'


# Fixtures
Expand All @@ -34,7 +34,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents):
- Check that the manager database version is the expected one.
- Check that the agent database version is the expected one.
wazuh_min_version: 4.4.0
wazuh_min_version: 4.6.0
parameters:
- restart_wazuh_daemon:
Expand All @@ -45,7 +45,7 @@ def test_agent_database_version(restart_wazuh_daemon, remove_agents):
- Verify that database version is the expected one.
expected_output:
- Database version: 10
- Database version: 11
tags:
- wazuh_db
Expand Down

0 comments on commit 83ca604

Please sign in to comment.