Skip to content

Commit d1d3e4e

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

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

etc/kayobe/ansible/requirements.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
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.
75
- name: pulp.squeezer
8-
version: 0.0.13
6+
version: 0.1.0
97
- name: stackhpc.pulp
108
version: 0.5.5
119
- name: stackhpc.hashicorp
@@ -14,18 +12,18 @@ collections:
1412
version: 1.1.0
1513
roles:
1614
- src: stackhpc.vxlan
17-
- name: ansible-lockdown.ubuntu22_cis
18-
src: https://github.com/ansible-lockdown/UBUNTU22-CIS
19-
version: 1.4.1
15+
- name: ansible-lockdown.ubuntu24_cis
16+
src: https://github.com/ansible-lockdown/UBUNTU24-CIS
17+
version: 1.0.0
2018
- name: ansible-lockdown.rhel9_cis
2119
src: https://github.com/ansible-lockdown/RHEL9-CIS
22-
version: 1.3.1
20+
version: v1.3.4
2321
- name: wazuh-ansible
2422
src: https://github.com/stackhpc/wazuh-ansible
2523
version: stackhpc-v4.10.0
2624
- name: geerlingguy.pip
27-
version: 2.2.0
25+
version: 3.1.0
2826
- name: monolithprojects.github_actions_runner
29-
version: 1.18.5
27+
version: 1.25.1
3028
- src: https://github.com/stackhpc/ansible-role-docker.git
3129
name: geerlingguy.docker
Lines changed: 10 additions & 0 deletions
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)