Skip to content

Commit 82d72a4

Browse files
committed
Bump Ansible deps to latest available versions
1 parent 92187c6 commit 82d72a4

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

etc/kayobe/ansible/requirements.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ collections:
55
# NOTE: Pinning pulp.squeezer to 0.0.13 because 0.0.14+ depends on the
66
# pulp_glue Python library being installed.
77
- name: pulp.squeezer
8-
version: 0.0.13
8+
version: 0.1.0
99
- name: stackhpc.pulp
1010
version: 0.5.5
1111
- name: stackhpc.hashicorp
@@ -14,18 +14,18 @@ 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.25.1
3030
- src: https://github.com/stackhpc/ansible-role-docker.git
3131
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.1.0
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)