Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The change was reverted to obtain the Wazuh version of the VERSION file #2727

Merged

Conversation

c-bordon
Copy link
Member

Related issue
close #2724

Description

The change made to obtain the version from the VERSION file is returned, it is necessary to take this parameter into account when performing branch bumps on GitHub

Logs example

Ubuntu Jammy:

vagrant@ubuntu22:~$ sudo bash wazuh-install.sh -a
27/12/2023 17:51:10 INFO: Starting Wazuh installation assistant. Wazuh version: 4.7.2
27/12/2023 17:51:10 INFO: Verbose logging redirected to /var/log/wazuh-install.log
27/12/2023 17:51:31 INFO: Wazuh web interface port will be 443.
27/12/2023 17:51:35 INFO: --- Dependencies ----
27/12/2023 17:51:35 INFO: Installing apt-transport-https.
27/12/2023 17:51:44 INFO: Wazuh development repository added.
27/12/2023 17:51:44 INFO: --- Configuration files ---
27/12/2023 17:51:44 INFO: Generating configuration files.
27/12/2023 17:51:46 INFO: Created wazuh-install-files.tar. It contains the Wazuh cluster key, certificates, and passwords necessary for installation.
27/12/2023 17:51:46 INFO: --- Wazuh indexer ---
27/12/2023 17:51:46 INFO: Starting Wazuh indexer installation.
27/12/2023 17:53:37 INFO: Wazuh indexer installation finished.
27/12/2023 17:53:37 INFO: Wazuh indexer post-install configuration finished.
27/12/2023 17:53:37 INFO: Starting service wazuh-indexer.
27/12/2023 17:53:47 INFO: wazuh-indexer service started.
27/12/2023 17:53:47 INFO: Initializing Wazuh indexer cluster security settings.
27/12/2023 17:53:58 INFO: Wazuh indexer cluster initialized.
27/12/2023 17:53:58 INFO: --- Wazuh server ---
27/12/2023 17:53:58 INFO: Starting the Wazuh manager installation.
27/12/2023 17:54:59 INFO: Wazuh manager installation finished.
27/12/2023 17:54:59 INFO: Starting service wazuh-manager.
27/12/2023 17:55:15 INFO: wazuh-manager service started.
27/12/2023 17:55:15 INFO: Starting Filebeat installation.
27/12/2023 17:55:27 INFO: Filebeat installation finished.
27/12/2023 17:55:29 INFO: Filebeat post-install configuration finished.
27/12/2023 17:55:29 INFO: Starting service filebeat.
27/12/2023 17:55:30 INFO: filebeat service started.
27/12/2023 17:55:30 INFO: --- Wazuh dashboard ---
27/12/2023 17:55:30 INFO: Starting Wazuh dashboard installation.
27/12/2023 17:56:23 INFO: Wazuh dashboard installation finished.
27/12/2023 17:56:23 INFO: Wazuh dashboard post-install configuration finished.
27/12/2023 17:56:23 INFO: Starting service wazuh-dashboard.
27/12/2023 17:56:24 INFO: wazuh-dashboard service started.
27/12/2023 17:56:42 INFO: Initializing Wazuh dashboard web application.
27/12/2023 17:56:43 INFO: Wazuh dashboard web application initialized.
27/12/2023 17:56:43 INFO: --- Summary ---
27/12/2023 17:56:43 INFO: You can access the web interface https://<wazuh-dashboard-ip>:443
    User: admin
    Password: 2CV8Rd0BI6.x8p5avDRqSj1PC0lNvImj
27/12/2023 17:56:43 INFO: Installation finished.

OVA: https://ci.wazuh.info/view/Packages/job/Packages_Builder_OVA/322/console

@c-bordon c-bordon self-assigned this Dec 27, 2023
@jnasselle
Copy link
Member

GJ @c-bordon ! My suggestion is to also modify the bump script to support this value https://github.com/wazuh/wazuh-packages/blob/v4.7.2-rc1/bump_version.py

@c-bordon
Copy link
Member Author

c-bordon commented Dec 28, 2023

GJ @c-bordon ! My suggestion is to also modify the bump script to support this value https://github.com/wazuh/wazuh-packages/blob/v4.7.2-rc1/bump_version.py

Yes, it is something that needs to be modified, but it is a script that we do not maintain, I don't know if it is appropriate for us to modify it.

Issue: #2728

@teddytpc1 teddytpc1 merged commit 88b3f81 into 4.7.2 Dec 28, 2023
4 checks passed
@teddytpc1 teddytpc1 deleted the change/2724-ova-generation-fails-for-v472-rc1-to4.7.2 branch December 28, 2023 13:59
@teddytpc1 teddytpc1 linked an issue Dec 28, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OVA generation fails for v4.7.2-rc1
4 participants