From 8ffe3145acf66bb0403e4a5260e986fb5c61d80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= Date: Tue, 6 Aug 2024 12:01:16 +0200 Subject: [PATCH 1/5] fix: delete unnecessary variables --- provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml b/provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml index c797319a19..9aab353ee4 100644 --- a/provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml +++ b/provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml @@ -1,7 +1,6 @@ --- - block: - - include_vars: debian.yml - name: Add apt repository signing key apt_key: url: "{{ wazuh_repo.gpg }}" From e9e942cc19b78770d1c3969751f7bd8684a7cbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= Date: Tue, 6 Aug 2024 13:30:00 +0200 Subject: [PATCH 2/5] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634a5b1194..7873e23a33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file. ### Fixed +- Fixed dashboard deploy in wazuh-qa-environment pipeline ([#5637](https://github.com/wazuh/wazuh-qa/pull/5637)) \- (Tests) - Changed 'Ensure that the manager version is' expected warning to an agnostic version of regex ([#5630](https://github.com/wazuh/wazuh-qa/pull/5630)) \- (Tests) - Adding fixed and dynamic waits to port status checks ([#5627](https://github.com/wazuh/wazuh-qa/pull/5627)) (Framework) - Fixed custom storage for AMIs ([#5625](https://github.com/wazuh/wazuh-qa/pull/5625)) \- (Framework) From 35a0677c7c55a4c8042119b47d0ae27586a2fc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= Date: Wed, 7 Aug 2024 12:39:29 +0200 Subject: [PATCH 3/5] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7873e23a33..59d5e0a931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- Fixed dashboard deploy in wazuh-qa-environment pipeline ([#5637](https://github.com/wazuh/wazuh-qa/pull/5637)) \- (Tests) +- Fixed dashboard deploy in wazuh-qa-environment pipeline ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Tests) - Changed 'Ensure that the manager version is' expected warning to an agnostic version of regex ([#5630](https://github.com/wazuh/wazuh-qa/pull/5630)) \- (Tests) - Adding fixed and dynamic waits to port status checks ([#5627](https://github.com/wazuh/wazuh-qa/pull/5627)) (Framework) - Fixed custom storage for AMIs ([#5625](https://github.com/wazuh/wazuh-qa/pull/5625)) \- (Framework) From dfaae77ec500a9782324e400a2bb6c28185d7341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= Date: Wed, 7 Aug 2024 12:47:30 +0200 Subject: [PATCH 4/5] docs: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d5e0a931..0e6b3578dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- Fixed dashboard deploy in wazuh-qa-environment pipeline ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Tests) +- Fixed unnecesary reference to debian file in dashboard provisioning task ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Tests) - Changed 'Ensure that the manager version is' expected warning to an agnostic version of regex ([#5630](https://github.com/wazuh/wazuh-qa/pull/5630)) \- (Tests) - Adding fixed and dynamic waits to port status checks ([#5627](https://github.com/wazuh/wazuh-qa/pull/5627)) (Framework) - Fixed custom storage for AMIs ([#5625](https://github.com/wazuh/wazuh-qa/pull/5625)) \- (Framework) From 66c2161d83dd0a87dd6fd36cb2d1a7dda80aeb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= <147649306+santipadilla@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:42:00 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julia Magán <80041853+juliamagan@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6b3578dc..15e7fe8389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file. ### Fixed -- Fixed unnecesary reference to debian file in dashboard provisioning task ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Tests) +- Fixed unnecesary reference to debian file in dashboard provisioning task ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Framework) - Changed 'Ensure that the manager version is' expected warning to an agnostic version of regex ([#5630](https://github.com/wazuh/wazuh-qa/pull/5630)) \- (Tests) - Adding fixed and dynamic waits to port status checks ([#5627](https://github.com/wazuh/wazuh-qa/pull/5627)) (Framework) - Fixed custom storage for AMIs ([#5625](https://github.com/wazuh/wazuh-qa/pull/5625)) \- (Framework)