Skip to content

Commit

Permalink
Upgraded minimum Ansible Core version to 2.17 (#416)
Browse files Browse the repository at this point in the history
2.16 is EOL.
  • Loading branch information
freemanjp authored Jan 26, 2025
1 parent 82dd861 commit 87f3438
Show file tree
Hide file tree
Showing 10 changed files with 1,156 additions and 980 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install particular plugins take a look at our companion role:
Requirements
------------

* Ansible Core >= 2.16
* Ansible Core >= 2.17

* Linux Distribution

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ galaxy_info:
description: Role for installing the IntelliJ IDEA IDE.
company: GantSign Ltd.
license: MIT
min_ansible_version: '2.16'
min_ansible_version: '2.17'
platforms:
- name: Ubuntu
versions:
Expand Down
2 changes: 1 addition & 1 deletion requirements/ansible-max.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible-core==2.17.6
ansible-core==2.17.7
-r molecule.in
556 changes: 294 additions & 262 deletions requirements/ansible-max.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements/ansible-min.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ansible-core==2.16.13
ansible-core==2.17.7
-r molecule.in
556 changes: 294 additions & 262 deletions requirements/ansible-min.txt

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ ansible-compat==24.10.0
# via
# ansible-lint
# molecule
ansible-core==2.17.6
ansible-core==2.17.7
# via
# -r ansible-max.in
# -r /workspaces/ansible-role-intellij/requirements/ansible-max.in
# ansible-compat
# ansible-lint
# molecule
ansible-lint==24.10.0
# via -r lint.in
attrs==24.2.0
# via -r /workspaces/ansible-role-intellij/requirements/lint.in
attrs==25.1.0
# via
# jsonschema
# referencing
Expand All @@ -26,17 +26,17 @@ bracex==2.5.post1
# via wcmatch
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
chardet==5.2.0
# via tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# black
# click-help-colors
Expand All @@ -46,7 +46,7 @@ click-help-colors==0.9.4
# via molecule
colorama==0.4.6
# via tox
cryptography==43.0.3
cryptography==44.0.0
# via ansible-core
distlib==0.3.9
# via virtualenv
Expand All @@ -58,20 +58,20 @@ enrich==1.2.7
# via molecule
exceptiongroup==1.2.2
# via pytest
filelock==3.16.1
filelock==3.17.0
# via
# ansible-lint
# tox
# virtualenv
flake8==7.1.1
# via -r lint.in
# via -r /workspaces/ansible-role-intellij/requirements/lint.in
idna==3.10
# via requests
importlib-metadata==8.5.0
importlib-metadata==8.6.1
# via ansible-lint
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
jinja2==3.1.5
# via
# ansible-core
# molecule
Expand All @@ -92,10 +92,10 @@ mdurl==0.1.2
# via markdown-it-py
molecule==24.9.0
# via
# -r molecule.in
# -r /workspaces/ansible-role-intellij/requirements/molecule.in
# molecule-plugins
molecule-plugins[docker]==23.5.3
# via -r molecule.in
molecule-plugins[docker]==23.6.0
# via -r /workspaces/ansible-role-intellij/requirements/molecule.in
mypy-extensions==1.0.0
# via black
packaging==24.2
Expand Down Expand Up @@ -132,26 +132,26 @@ pycparser==2.22
# via cffi
pyflakes==3.2.0
# via flake8
pygments==2.18.0
pygments==2.19.1
# via rich
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via pytest-testinfra
pytest-testinfra==10.1.1
# via -r molecule.in
# via -r /workspaces/ansible-role-intellij/requirements/molecule.in
pyyaml==6.0.2
# via
# ansible-compat
# ansible-core
# ansible-lint
# molecule
# yamllint
referencing==0.35.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -166,11 +166,11 @@ rich==13.9.4
# ansible-lint
# enrich
# molecule
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
ruamel-yaml==0.18.6
ruamel-yaml==0.18.10
# via ansible-lint
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
Expand All @@ -180,7 +180,7 @@ subprocess-tee==0.4.2
# via
# ansible-compat
# ansible-lint
tomli==2.1.0
tomli==2.2.1
# via
# black
# build
Expand All @@ -189,27 +189,28 @@ tomli==2.1.0
# pytest
# tox
tox==4.23.2
# via -r tox.in
# via -r /workspaces/ansible-role-intellij/requirements/tox.in
typing-extensions==4.12.2
# via
# black
# referencing
# rich
# tox
urllib3==2.2.3
urllib3==2.3.0
# via
# docker
# requests
virtualenv==20.27.1
virtualenv==20.29.1
# via tox
wcmatch==10.0
# via
# ansible-lint
# molecule
wheel==0.45.0
wheel==0.45.1
# via pip-tools
yamllint==1.35.1
# via
# -r lint.in
# -r /workspaces/ansible-role-intellij/requirements/lint.in
# ansible-lint
zipp==3.21.0
# via importlib-metadata
Expand Down
Loading

0 comments on commit 87f3438

Please sign in to comment.