-
Notifications
You must be signed in to change notification settings - Fork 363
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
Conversation
+----------------------------------------------------------------------------+--------------------------+ | ||
| 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 | | | ||
+------------+---------+--------+---------+--------+----------+----------+------------------------------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+----------------------------------------------------------------------------+--------------------------+ | |
| 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| **Ubuntu** | precise | trusty | vivid | wily | xenial | yakketi | bionic | focal fossa | jammy | | ||
+------------+---------+--------+---------+--------+----------+----------+--------+-------------+-------+ | ||
| **Debian** | jessie | wheezy | stretch | buster | bullseye | bookworm | | | ||
+------------+---------+--------+---------+--------+----------+----------+------------------------------+ | ||
|
||
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. note:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``Ubuntu focal fossa`` is supported since version 4.0.4 | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``Ubuntu focal fossa`` is supported since version 4.0.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this 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
@javimed, I agreed with @davidjiglesias to add this change to 4.8.0 RC4. We can merge this PR. |
Description
This Pr adds supported versions of Debian and Ubuntu into Puppet install process.
Related issue wazuh/wazuh-puppet#958
Checks
Docs building
Code formatting and web optimization
redirects.js
script if necessary (check this guide).Writing style
code
font for Bash commands, file names, REST paths, and code.