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

Add debian and ubuntu supported versions #7331

Merged
merged 4 commits into from
Jun 3, 2024
Merged

Conversation

vcerenu
Copy link
Member

@vcerenu vcerenu commented May 24, 2024

Description

This Pr adds supported versions of Debian and Ubuntu into Puppet install process.
Related issue wazuh/wazuh-puppet#958

Checks

Docs building

  • Compiles without warnings.

Code formatting and web optimization

  • Uses three spaces indentation.
  • Adds or updates meta descriptions accordingly.
  • Updates the redirects.js script if necessary (check this guide).

Writing style

  • Uses present tense, active voice, and semi-formal registry.
  • Uses short, simple sentences.
  • Uses bold for user interface elements, italics for key terms or emphasis, and code font for Bash commands, file names, REST paths, and code.

@vcerenu vcerenu requested review from javimed and a team May 24, 2024 09:59
@vcerenu vcerenu self-assigned this May 24, 2024
teddytpc1
teddytpc1 previously approved these changes May 24, 2024
@teddytpc1 teddytpc1 added level/task Task issue type/enhancement Enhancement issue labels May 24, 2024
Comment on lines 43 to 49
+----------------------------------------------------------------------------+--------------------------+
| The releases supported by the manifest to install Wazuh are as follows: |
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+
| **Ubuntu** | precise | trusty | vivid | wily | xenial | yakketi | bionic | focal fossa | jammy |
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+
| **Debian** | jessie | wheezy | stretch | buster | bullseye | bookworm | |
+------------+---------+--------+---------+--------+----------+----------+------------------------------+
Copy link
Member

@javimed javimed May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
+----------------------------------------------------------------------------+--------------------------+
| The releases supported by the manifest to install Wazuh are as follows: |
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+
| **Ubuntu** | precise | trusty | vivid | wily | xenial | yakketi | bionic | focal fossa | jammy |
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+
| **Debian** | jessie | wheezy | stretch | buster | bullseye | bookworm | |
+------------+---------+--------+---------+--------+----------+----------+------------------------------+
The manifest supports the following releases to install wazuh.
- **Ubuntu**: Precise Pangolin, Trusty Tahr, Vivid Vervet, Wily Werewolf, Xenial Xerus, Yakkety Yak, Bionic Beaver, Focal Fossa, Jammy Jellyfish.
- **Debian**: wheezy, jessie, stretch, buster, bullseye, bookworm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done
image

| **Ubuntu** | precise | trusty | vivid | wily | xenial | yakketi | bionic | focal fossa | jammy |
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+
| **Debian** | jessie | wheezy | stretch | buster | bullseye | bookworm | |
+------------+---------+--------+---------+--------+----------+----------+------------------------------+

.. note::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. note::

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done
image

Comment on lines 52 to 54
``Ubuntu focal fossa`` is supported since version 4.0.4


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
``Ubuntu focal fossa`` is supported since version 4.0.4

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done
image

@vcerenu vcerenu linked an issue May 24, 2024 that may be closed by this pull request
5 tasks
Copy link
Member

@rauldpm rauldpm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem consistent with 4.8.0 as wazuh-puppet does not specify Debian bookworm as a supported OS

https://github.com/wazuh/wazuh-puppet/blob/4.8.0/metadata.json

@teddytpc1
Copy link
Member

@javimed, I agreed with @davidjiglesias to add this change to 4.8.0 RC4. We can merge this PR.

@javimed javimed merged commit e67ce2d into 4.8.0 Jun 3, 2024
2 checks passed
@javimed javimed deleted the 958-add-versions-supp-puppet branch June 3, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/enhancement Enhancement issue
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Extend Debian OS support for agent installation
4 participants