Skip to content

Commit ef8821f

Browse files
committed
Bump ansible-core pin to 2.17.14
It's the last working version that doesn't require a major templating refactoring introduces in ansible-core 2.18 and ansible 12 [1]. This patch bumps ansible-core and dogpile as this change doesn't require significant refactoring. All required patches are already merged and version 2.17.14 was tested locally [1] https://docs.ansible.com/projects/ansible/devel/porting_guides/porting_guide_12.html Signed-off-by: Sergii Golovatiuk <sgolovat@redhat.com>
1 parent 971e55a commit ef8821f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ansible-core==2.15.13
1+
ansible-core==2.17.14
22
oauthlib==3.2.2
33
kubernetes==31.0.0
44
kubernetes-validate==1.31.0

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ansible-core==2.15.13
1+
ansible-core==2.17.14
22

33
# Molecule Deps
44
molecule==5.1.0
55
molecule-plugins[podman]==23.5.0
66
ruamel.yaml==0.18.6
77
ansi2html==1.9.2
8-
dogpile.cache==1.3.3
8+
dogpile.cache==1.5.0
99
jmespath==1.0.1 # required by devscripts role
1010
netaddr==1.3.0 # required by libvirt_manager role
1111
dnspython==2.7.0 # required by community.general.dig

0 commit comments

Comments
 (0)