# 気になり Ansible 👀
ここ一週間くらいで気になった issue や PR、リリースを紹介。
## リリース
- ansible 3.1.0
- https://pypi.org/project/ansible/3.1.0/
- [セットの collestion])(https://github.com/ansible-community/ansible-build-data/blob/main/3/ansible-3.1.0.deps)
- ansible 2.11.0b1
- https://github.com/ansible/ansible/blob/devel/changelogs/CHANGELOG-v2.11.rst#v2-11-0b1
- >A collection can be reinstalled with new version requirements without using the --force flag. The collection's dependencies will also be updated if necessary with the new requirements. Use --upgrade to force transitive dependency updates.
- >CLI - Specify jinja version in --version output
- >Filters - Add new split filter for splitting strings
- >Made SCM collections be reinstalled regardless of --force being present.
- ansible.netcommon collection 2.0.0
- https://github.com/ansible-collections/ansible.netcommon/blob/2.0.0/changelogs/CHANGELOG.rst#v2-0-0
- >Deprecate cli_parse module and textfsm, ttp, xml, json parser plugins as they are moved to ansible.utils collection
- >memory - RAM backed, non persistent cache.
## PR
- [https://github.com/ansible/ansible/pull/73790]
- [https://github.com/ansible/ansible/pull/73767]
- [https://github.com/ansible/awx/pull/9498]