Skip to content

Commit c3b34c2

Browse files
committed
Bump Ansible deps to latest available versions
1 parent 8906fc1 commit c3b34c2

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

etc/kayobe/ansible/requirements.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
collections:
33
- name: stackhpc.cephadm
44
version: 1.19.1
5-
# NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
6-
# pulp_glue Python library being installed.
5+
# Version 0.1.0 of pulp.squeezer deprecates file_repository_content which we
6+
# use in our image upload workflows
77
- name: pulp.squeezer
8-
version: 0.0.13
8+
version: 0.0.20
99
- name: stackhpc.pulp
1010
version: 0.5.5
1111
- name: stackhpc.hashicorp
@@ -14,18 +14,19 @@ collections:
1414
version: 1.1.0
1515
roles:
1616
- src: stackhpc.vxlan
17-
- name: ansible-lockdown.ubuntu22_cis
18-
src: https://github.com/ansible-lockdown/UBUNTU22-CIS
19-
version: 1.4.1
17+
- name: ansible-lockdown.ubuntu24_cis
18+
src: https://github.com/ansible-lockdown/UBUNTU24-CIS
19+
version: 1.0.0
2020
- name: ansible-lockdown.rhel9_cis
2121
src: https://github.com/ansible-lockdown/RHEL9-CIS
22-
version: 1.3.1
22+
version: v1.3.4
2323
- name: wazuh-ansible
2424
src: https://github.com/stackhpc/wazuh-ansible
2525
version: stackhpc-v4.10.0
2626
- name: geerlingguy.pip
27-
version: 2.2.0
27+
version: 3.1.0
2828
- name: monolithprojects.github_actions_runner
29-
version: 1.18.5
29+
version: 1.21.1
30+
src: https://github.com/MonolithProjects/ansible-github_actions_runner
3031
- src: https://github.com/stackhpc/ansible-role-docker.git
3132
name: geerlingguy.docker
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
features:
3+
- |
4+
Ansible-Galaxy dependencies have been bumped to the latest available
5+
versions. This includes:
6+
7+
pulp.squeezer - 0.0.13 -> 0.0.20
8+
ansible-modules-hashivault - 1.3.1 -> 1.3.4
9+
geerlingguy.pip - 2.2.0 -> 3.1.0
10+
monolithprojects.github_actions_runner - 1.18.5 -> 1.25.1

0 commit comments

Comments
 (0)