From ae4af3755fb0282dd9bd72010c1f05b5381e404d Mon Sep 17 00:00:00 2001 From: cborla Date: Tue, 15 Oct 2024 12:35:29 -0300 Subject: [PATCH] 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 6bbcb82758..6cb8fd9efd 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 10 2024 support - 4.9.1 +* Thu Oct 17 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 7f1b9430a9..103d73e229 100644 --- a/solaris/solaris10/pkginfo +++ b/solaris/solaris10/pkginfo @@ -5,7 +5,7 @@ ARCH="i386" CLASSES="none" CATEGORY="system" VENDOR="Wazuh, Inc " -PSTAMP="10Oct2024" +PSTAMP="17Oct2024" 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..d20493f7d8 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-rc4" function getHelp() { diff --git a/unattended_installer/install_functions/installVariables.sh b/unattended_installer/install_functions/installVariables.sh index c2a07d84bf..371f8ad506 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}-rc4" ## Links and paths to resources readonly resources="https://${bucket}/${wazuh_major}"