From 2f898641bd8de6bb2a7ad245f4766566446c7c15 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 5 Feb 2025 10:46:03 +0000 Subject: [PATCH] Bump Ansible deps to latest available versions --- etc/kayobe/ansible/requirements.yml | 17 ++++++++--------- ...ible-requirements-bump-89313038efba83b3.yaml | 10 ++++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 releasenotes/notes/ansible-requirements-bump-89313038efba83b3.yaml diff --git a/etc/kayobe/ansible/requirements.yml b/etc/kayobe/ansible/requirements.yml index 569ec172f..66c72a511 100644 --- a/etc/kayobe/ansible/requirements.yml +++ b/etc/kayobe/ansible/requirements.yml @@ -2,10 +2,8 @@ collections: - name: stackhpc.cephadm version: 1.19.1 - # NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the - # pulp_glue Python library being installed. - name: pulp.squeezer - version: 0.0.13 + version: 0.1.0 - name: stackhpc.pulp version: 0.5.5 - name: stackhpc.hashicorp @@ -14,18 +12,19 @@ collections: version: 1.1.0 roles: - src: stackhpc.vxlan - - name: ansible-lockdown.ubuntu22_cis - src: https://github.com/ansible-lockdown/UBUNTU22-CIS - version: 1.4.1 + - name: ansible-lockdown.ubuntu24_cis + src: https://github.com/ansible-lockdown/UBUNTU24-CIS + version: 1.0.0 - name: ansible-lockdown.rhel9_cis src: https://github.com/ansible-lockdown/RHEL9-CIS - version: 1.3.1 + version: v1.3.4 - name: wazuh-ansible src: https://github.com/stackhpc/wazuh-ansible version: stackhpc-v4.10.0 - name: geerlingguy.pip - version: 2.2.0 + version: 3.1.0 - name: monolithprojects.github_actions_runner - version: 1.18.5 + version: 1.21.1 + src: https://github.com/MonolithProjects/ansible-github_actions_runner - src: https://github.com/stackhpc/ansible-role-docker.git name: geerlingguy.docker diff --git a/releasenotes/notes/ansible-requirements-bump-89313038efba83b3.yaml b/releasenotes/notes/ansible-requirements-bump-89313038efba83b3.yaml new file mode 100644 index 000000000..f173dc118 --- /dev/null +++ b/releasenotes/notes/ansible-requirements-bump-89313038efba83b3.yaml @@ -0,0 +1,10 @@ +--- +features: + - | + Ansible-Galaxy dependencies have been bumped to the latest available + versions. This includes: + + pulp.squeezer - 0.0.13 -> 0.1.0 + ansible-modules-hashivault - 1.3.1 -> 1.3.4 + geerlingguy.pip - 2.2.0 -> 3.1.0 + monolithprojects.github_actions_runner - 1.18.5 -> 1.25.1