File tree 2 files changed +20
-9
lines changed
2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 2
2
collections :
3
3
- name : stackhpc.cephadm
4
4
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
7
7
- name : pulp.squeezer
8
- version : 0.0.13
8
+ version : 0.0.20
9
9
- name : stackhpc.pulp
10
10
version : 0.5.5
11
11
- name : stackhpc.hashicorp
@@ -14,18 +14,19 @@ collections:
14
14
version : 1.1.0
15
15
roles :
16
16
- 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
20
20
- name : ansible-lockdown.rhel9_cis
21
21
src : https://github.com/ansible-lockdown/RHEL9-CIS
22
- version : 1 .3.1
22
+ version : v1 .3.4
23
23
- name : wazuh-ansible
24
24
src : https://github.com/stackhpc/wazuh-ansible
25
25
version : stackhpc-v4.10.0
26
26
- name : geerlingguy.pip
27
- version : 2.2 .0
27
+ version : 3.1 .0
28
28
- 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
30
31
- src : https://github.com/stackhpc/ansible-role-docker.git
31
32
name : geerlingguy.docker
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments