-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2751 from wazuh/merge-4.8.2-into-master
Merge 4.8.2 into master
- Loading branch information
Showing
21 changed files
with
230 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -292,11 +292,13 @@ rm -fr %{buildroot} | |
%changelog | ||
* Thu May 14 2024 support <[email protected]> - 4.9.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html | ||
* Wed Mar 26 2024 support <[email protected]> - 4.8.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
* Tue Feb 13 2024 support <[email protected]> - 4.8.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
* Wed Jan 31 2024 support <[email protected]> - 4.8.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-0.html | ||
* Sun Dec 17 2023 support <[email protected]> - 4.7.2 | ||
* Tue Jan 09 2024 support <[email protected]> - 4.7.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
* Wed Dec 13 2023 support <[email protected]> - 4.7.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-1.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ wazuh-agent (4.9.0-RELEASE) stable; urgency=low | |
|
||
-- Wazuh, Inc <[email protected]> Thu, 14 May 2024 00:00:00 +0000 | ||
|
||
wazuh-agent (4.8.2-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Wed, 26 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-agent (4.8.1-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
|
@@ -20,7 +26,7 @@ wazuh-agent (4.7.2-RELEASE) stable; urgency=low | |
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Sun, 9 Jan 2024 00:00:00 +0000 | ||
-- Wazuh, Inc <[email protected]> Tue, 09 Jan 2024 00:00:00 +0000 | ||
|
||
wazuh-agent (4.7.1-RELEASE) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ wazuh-manager (4.9.0-RELEASE) stable; urgency=low | |
|
||
-- Wazuh, Inc <[email protected]> Thu, 14 May 2024 00:00:00 +0000 | ||
|
||
wazuh-manager (4.8.2-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Wed, 26 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-manager (4.8.1-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
|
@@ -20,7 +26,7 @@ wazuh-manager (4.7.2-RELEASE) stable; urgency=low | |
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Sun, 9 Jan 2024 00:00:00 +0000 | ||
-- Wazuh, Inc <[email protected]> Tue, 09 Jan 2024 00:00:00 +0000 | ||
|
||
wazuh-manager (4.7.1-RELEASE) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ build_ova() { | |
--product "Wazuh v${OVA_VERSION} OVA" \ | ||
--producturl "https://packages.wazuh.com/vm/wazuh-${OVA_VERSION}.ova" \ | ||
--vendor "Wazuh, inc <[email protected]>" --vendorurl "https://wazuh.com" \ | ||
--version "$OVA_VERSION" --description "Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring." \ | ||
--version "$OVA_VERSION" --description "Wazuh enhances security visibility in your infrastructure by monitoring endpoints at the operating system and application levels. Its capabilities include log analysis, file integrity monitoring, intrusion detection, and compliance monitoring." \ | ||
|| clean 1 | ||
|
||
vagrant destroy -f | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -627,11 +627,13 @@ rm -fr %{buildroot} | |
%changelog | ||
* Thu May 14 2024 support <[email protected]> - 4.9.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html | ||
* Wed Mar 26 2024 support <[email protected]> - 4.8.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
* Tue Feb 13 2024 support <[email protected]> - 4.8.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
* Wed Jan 31 2024 support <[email protected]> - 4.8.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-0.html | ||
* Sun Dec 17 2023 support <[email protected]> - 4.7.2 | ||
* Tue Jan 09 2024 support <[email protected]> - 4.7.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
* Wed Dec 13 2023 support <[email protected]> - 4.7.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-1.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -855,11 +855,13 @@ rm -fr %{buildroot} | |
%changelog | ||
* Thu May 14 2024 support <[email protected]> - 4.9.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html | ||
* Wed Mar 26 2024 support <[email protected]> - 4.8.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
* Tue Feb 13 2024 support <[email protected]> - 4.8.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
* Wed Jan 31 2024 support <[email protected]> - 4.8.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-0.html | ||
* Sun Dec 17 2023 support <[email protected]> - 4.7.2 | ||
* Tue Jan 09 2024 support <[email protected]> - 4.7.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
* Wed Dec 13 2023 support <[email protected]> - 4.7.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-1.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ wazuh-dashboard (4.9.0-RELEASE) stable; urgency=low | |
|
||
-- Wazuh, Inc <[email protected]> Thu, 28 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-dashboard (4.8.2-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Wed, 26 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-dashboard (4.8.1-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
|
@@ -20,7 +26,7 @@ wazuh-dashboard (4.7.2-RELEASE) stable; urgency=low | |
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Sun, 17 Dec 2023 00:00:00 +0000 | ||
-- Wazuh, Inc <[email protected]> Tue, 09 Jan 2024 00:00:00 +0000 | ||
|
||
wazuh-dashboard (4.7.1-RELEASE) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -337,11 +337,13 @@ rm -fr %{buildroot} | |
%changelog | ||
* Thu May 14 2024 support <[email protected]> - 4.9.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html | ||
* Wed Mar 26 2024 support <[email protected]> - 4.8.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
* Tue Feb 13 2024 support <[email protected]> - 4.8.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
* Wed Jan 31 2024 support <[email protected]> - 4.8.0 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-8-0.html | ||
* Sun Dec 17 2023 support <[email protected]> - 4.7.2 | ||
* Tue Jan 09 2024 support <[email protected]> - 4.7.2 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
* Wed Dec 13 2023 support <[email protected]> - 4.7.1 | ||
- More info: https://documentation.wazuh.com/current/release-notes/release-4-7-1.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,12 @@ wazuh-indexer (4.9.0-RELEASE) stable; urgency=low | |
|
||
-- Wazuh, Inc <[email protected]> Thu, 28 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-indexer (4.8.2-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Wed, 26 Mar 2024 00:00:00 +0000 | ||
|
||
wazuh-indexer (4.8.1-RELEASE) stable; urgency=low | ||
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-8-1.html | ||
|
@@ -20,7 +26,7 @@ wazuh-indexer (4.7.2-RELEASE) stable; urgency=low | |
|
||
* More info: https://documentation.wazuh.com/current/release-notes/release-4-7-2.html | ||
|
||
-- Wazuh, Inc <[email protected]> Sun, 17 Dec 2023 00:00:00 +0000 | ||
-- Wazuh, Inc <[email protected]> Tue, 09 Jan 2024 00:00:00 +0000 | ||
|
||
wazuh-indexer (4.7.1-RELEASE) stable; urgency=low | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.