From 43f291f7763fabf0b7353b7505ee37e3b8167e3c Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 3 Nov 2025 17:02:48 +0100 Subject: [PATCH 1/2] Update versions --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index fb55f04..c4e6519 100644 --- a/README.md +++ b/README.md @@ -12,26 +12,26 @@ This container provides a focused environment with essential tools for executing -| name | type | version | +| name | type | version | | :----------------: | :--------: | :-----: | -| ansible | pip | 2.16.14 | -| ansible.posix | collection | 2.1.0 | -| ansible-runner | pip | 2.4.1 | -| ansible.utils | collection | 6.0.0 | -| community.general | collection | 11.3.0 | -| community.okd | collection | 5.0.0 | -| git-core | package | 2.47.3 | -| gzip | package | 1.12 | -| jmespath | pip | 1.0.1 | -| jq | package | 1.6 | -| kubernetes.core | collection | 6.1.0 | -| kubernetes | pip | 34.1.0 | -| make | package | 4.3 | -| openshift | binary | 4.19.17 | -| python3-pip | package | 21.3.1 | -| python | package | 3.11.11 | -| rhvp.cluster_utils | collection | 1.1.0 | -| sshpass | package | 1.09 | +|ansible |pip |2.16.14 | +|ansible.posix |collection |2.1.0 | +|ansible-runner |pip |2.4.2 | +|ansible.utils |collection |6.0.0 | +|community.general |collection |11.4.1 | +|community.okd |collection |5.0.0 | +|git-core |package |2.47.3 | +|gzip |package |1.12 | +|jmespath |pip |1.0.1 | +|jq |package |1.6 | +|kubernetes.core |collection |6.2.0 | +|kubernetes |pip |34.1.0 | +|make |package |4.3 | +|openshift |binary |4.19.17 | +|python3-pip |package |21.3.1 | +|python |package |3.11.11 | +|rhvp.cluster_utils |collection |1.1.0 | +|sshpass |package |1.09 | From 71cee688cc7f42e148ce24dae7fff0a148335b90 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 3 Nov 2025 17:09:34 +0100 Subject: [PATCH 2/2] Disable markdown_prettier linter in gh as well as in Makefile --- .github/workflows/superlinter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 694d644..61f9478 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -12,4 +12,5 @@ jobs: uses: validatedpatterns/github-actions-library/.github/workflows/superlinter.yml@v1 with: sl_env: | + VALIDATE_MARKDOWN_PRETTIER=false VALIDATE_TRIVY=false