Merging upstream version 1.2.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 11:55:22 +01:00
parent ae7b7df396
commit afeccccd6a
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
154 changed files with 7346 additions and 5000 deletions

View file

@ -25,9 +25,8 @@ The ANTA package and the cli require some packages that are not part of the Pyth
pip install anta
```
!!! Warning
* This command alone **will not** install the ANTA CLI requirements.
> [!WARNING]
> This command alone **will not** install the ANTA CLI requirements.
### Install ANTA CLI as an application with `pipx`
@ -37,9 +36,8 @@ pip install anta
pipx install anta[cli]
```
!!! Info
Please take the time to read through the installation instructions of `pipx` before getting started.
> [!INFO]
> Please take the time to read through the installation instructions of `pipx` before getting started.
### Install CLI from Pypi server
@ -80,13 +78,13 @@ which anta
/home/tom/.pyenv/shims/anta
```
!!! warning
Before running the `anta --version` command, please be aware that some users have reported issues related to the `urllib3` package. If you encounter an error at this step, please refer to our [FAQ](faq.md) page for guidance on resolving it.
> [!WARNING]
> Before running the `anta --version` command, please be aware that some users have reported issues related to the `urllib3` package. If you encounter an error at this step, please refer to our [FAQ](faq.md) page for guidance on resolving it.
```bash
# Check ANTA version
anta --version
anta, version v1.1.0
anta, version v1.2.0
```
## EOS Requirements