From 669ac68ee0fa301b0aa429aabbd19adb7d4cb278 Mon Sep 17 00:00:00 2001 From: Vikman Fernandez-Castro Date: Fri, 27 Sep 2024 13:58:34 +0200 Subject: [PATCH 1/5] chore: update 4.9.1 release date --- aix/SPECS/wazuh-agent-aix.spec | 2 +- solaris/solaris10/pkginfo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aix/SPECS/wazuh-agent-aix.spec b/aix/SPECS/wazuh-agent-aix.spec index 4d9e36038f..8d57c8930a 100644 --- a/aix/SPECS/wazuh-agent-aix.spec +++ b/aix/SPECS/wazuh-agent-aix.spec @@ -291,7 +291,7 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/* %changelog -* Thu Sep 26 2024 support - 4.9.1 +* Thu Oct 03 2024 support - 4.9.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html * Thu Sep 05 2024 support - 4.9.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html diff --git a/solaris/solaris10/pkginfo b/solaris/solaris10/pkginfo index 7c71ee6d59..d24cec0df7 100644 --- a/solaris/solaris10/pkginfo +++ b/solaris/solaris10/pkginfo @@ -5,7 +5,7 @@ ARCH="i386" CLASSES="none" CATEGORY="system" VENDOR="Wazuh, Inc " -PSTAMP="26Sep2024" +PSTAMP="03Oct2024" EMAIL="info@wazuh.com" ISTATES="S s 1 2 3" RSTATES="S s 1 2 3" From b888a319a95100d235edec565b752a5624fccfdd Mon Sep 17 00:00:00 2001 From: Vikman Fernandez-Castro Date: Fri, 27 Sep 2024 14:05:55 +0200 Subject: [PATCH 2/5] chore: update source branch in unattended installer --- unattended_installer/builder.sh | 2 +- unattended_installer/install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index 73e8638194..9121126095 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.9.1" +source_branch="v4.9.1-rc2" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index c2a07d84bf..cc70a25af0 100644 --- a/unattended_installer/install_functions/installVariables.sh +++ b/unattended_installer/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.9" readonly wazuh_version="4.9.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -readonly source_branch="v${wazuh_version}" +readonly source_branch="v${wazuh_version}-rc2" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}" From 11a04c5fee5c8f4c46b785922f0ddb357c123b59 Mon Sep 17 00:00:00 2001 From: Vikman Fernandez-Castro Date: Fri, 27 Sep 2024 14:06:54 +0200 Subject: [PATCH 3/5] chore: revert update source branch in unattended installer This reverts commit b888a319a95100d235edec565b752a5624fccfdd. --- unattended_installer/builder.sh | 2 +- unattended_installer/install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index 9121126095..73e8638194 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.9.1-rc2" +source_branch="v4.9.1" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index cc70a25af0..c2a07d84bf 100644 --- a/unattended_installer/install_functions/installVariables.sh +++ b/unattended_installer/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.9" readonly wazuh_version="4.9.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -readonly source_branch="v${wazuh_version}-rc2" +readonly source_branch="v${wazuh_version}" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}" From 08a83b1d6e39431b17b98d34e49155133f2cf9aa Mon Sep 17 00:00:00 2001 From: Marcel Kemp Date: Fri, 4 Oct 2024 11:54:38 +0200 Subject: [PATCH 4/5] chore: update 4.9.1 release date + source branch --- aix/SPECS/wazuh-agent-aix.spec | 2 +- solaris/solaris10/pkginfo | 2 +- unattended_installer/builder.sh | 2 +- unattended_installer/install_functions/installVariables.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aix/SPECS/wazuh-agent-aix.spec b/aix/SPECS/wazuh-agent-aix.spec index 8d57c8930a..6bbcb82758 100644 --- a/aix/SPECS/wazuh-agent-aix.spec +++ b/aix/SPECS/wazuh-agent-aix.spec @@ -291,7 +291,7 @@ rm -fr %{buildroot} %attr(750, root, wazuh) %{_localstatedir}/wodles/* %changelog -* Thu Oct 03 2024 support - 4.9.1 +* Thu Oct 10 2024 support - 4.9.1 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-1.html * Thu Sep 05 2024 support - 4.9.0 - More info: https://documentation.wazuh.com/current/release-notes/release-4-9-0.html diff --git a/solaris/solaris10/pkginfo b/solaris/solaris10/pkginfo index d24cec0df7..7f1b9430a9 100644 --- a/solaris/solaris10/pkginfo +++ b/solaris/solaris10/pkginfo @@ -5,7 +5,7 @@ ARCH="i386" CLASSES="none" CATEGORY="system" VENDOR="Wazuh, Inc " -PSTAMP="03Oct2024" +PSTAMP="10Oct2024" EMAIL="info@wazuh.com" ISTATES="S s 1 2 3" RSTATES="S s 1 2 3" diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index 73e8638194..7b716c0936 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.9.1" +source_branch="v4.9.1-rc3" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index c2a07d84bf..ea582f6c55 100644 --- a/unattended_installer/install_functions/installVariables.sh +++ b/unattended_installer/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.9" readonly wazuh_version="4.9.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -readonly source_branch="v${wazuh_version}" +readonly source_branch="v${wazuh_version}-rc3" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}" From d23181b0b3a24436869cc50b88a1d67b1aa12637 Mon Sep 17 00:00:00 2001 From: Marcel Kemp Date: Fri, 4 Oct 2024 12:06:14 +0200 Subject: [PATCH 5/5] chore: revert update source branch in unattended installer --- unattended_installer/builder.sh | 2 +- unattended_installer/install_functions/installVariables.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unattended_installer/builder.sh b/unattended_installer/builder.sh index 7b716c0936..73e8638194 100755 --- a/unattended_installer/builder.sh +++ b/unattended_installer/builder.sh @@ -16,7 +16,7 @@ readonly resources_certs="${base_path_builder}/cert_tool" readonly resources_passwords="${base_path_builder}/passwords_tool" readonly resources_common="${base_path_builder}/common_functions" readonly resources_download="${base_path_builder}/downloader" -source_branch="v4.9.1-rc3" +source_branch="v4.9.1" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index ea582f6c55..c2a07d84bf 100644 --- a/unattended_installer/install_functions/installVariables.sh +++ b/unattended_installer/install_functions/installVariables.sh @@ -11,7 +11,7 @@ readonly wazuh_major="4.9" readonly wazuh_version="4.9.1" readonly filebeat_version="7.10.2" readonly wazuh_install_vesion="0.1" -readonly source_branch="v${wazuh_version}-rc3" +readonly source_branch="v${wazuh_version}" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}"