From c73f3e3f756b6e2d262e58e283b2e97cec3fccee Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:58:13 +0000 Subject: [PATCH] Bump the ansible-lint version to 24.7.0 (#765) (#818) This is a backport of PR #765 as merged into main (a89f19b). SUMMARY Bump the ansible-lint version to 24.7.0 ISSUE TYPE COMPONENT NAME ADDITIONAL INFORMATION --- .github/workflows/linters.yaml | 4 ++-- changelogs/fragments/765-bump-ansible-lint-version.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/765-bump-ansible-lint-version.yml diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 33c819d5..9aa61576 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -20,5 +20,5 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Run ansible-lint - uses: ansible/ansible-lint@v24.2.3 + - name: run-ansible-lint + uses: ansible/ansible-lint@v24.7.0 diff --git a/changelogs/fragments/765-bump-ansible-lint-version.yml b/changelogs/fragments/765-bump-ansible-lint-version.yml new file mode 100644 index 00000000..e660a110 --- /dev/null +++ b/changelogs/fragments/765-bump-ansible-lint-version.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Bump version of ansible-lint to minimum 24.7.0 (https://github.com/ansible-collections/kubernetes.core/pull/765).