Skip to content

Commit

Permalink
ansible: 9.2.0
Browse files Browse the repository at this point in the history
9.2.0

Major Changes
-------------

community.docker
~~~~~~~~~~~~~~~~

- The ``community.docker`` collection now depends on the ``community.library_inventory_filtering_v1`` collection. This utility collection provides host filtering functionality for inventory plugins. If you use the Ansible community package, both collections are included and you do not have to do anything special. If you install the collection with ``ansible-galaxy collection install``, it will be installed automatically. If you install the collection by copying the files of the collection to a place where ansible-core can find it, for example by cloning the git repository, you need to make sure that you also have to install the dependency if you are using the inventory plugins (ansible-collections/community.docker#698).

community.hashi_vault
~~~~~~~~~~~~~~~~~~~~~

- requirements - the ``requests`` package which is required by ``hvac`` now has a more restrictive range for this collection in certain use cases due to breaking security changes in ``ansible-core`` that were backported (ansible-collections/community.hashi_vault#416).

dellemc.openmanage
~~~~~~~~~~~~~~~~~~

- All OME modules are enhanced to support the environment variables `OME_USERNAME` and `OME_PASSWORD` as fallback for credentials.
- All iDRAC and Redfish modules are enhanced to support the environment variables `IDRAC_USERNAME` and `IDRAC_PASSWORD` as fallback for credentials.
- idrac_certificates - The module is enhanced to support the import and export of `CUSTOMCERTIFICATE`.
- idrac_gather_facts - This role is enhanced to support secure boot.
- idrac_license - The module is introduced to configure iDRAC licenses.

infoblox.nios_modules
~~~~~~~~~~~~~~~~~~~~~

- Upgrade Ansible version support from 2.13 to 2.16.
- Upgrade Python version support from 3.8 to 3.10.
  • Loading branch information
adam committed Jan 30, 2024
1 parent 3c3a069 commit e95740c
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 16 deletions.
6 changes: 3 additions & 3 deletions sysutils/ansible/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.69 2024/01/18 10:17:38 adam Exp $
# $NetBSD: Makefile,v 1.70 2024/01/30 19:38:37 adam Exp $

DISTNAME= ansible-9.1.0
DISTNAME= ansible-9.2.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}

Expand All @@ -13,7 +13,7 @@ PREV_PKGPATH= sysutils/ansible2

TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ansible-core>=2.16.1:../../sysutils/ansible-core
DEPENDS+= ansible-core>=2.16.3:../../sysutils/ansible-core

USE_LANGUAGES= # none

Expand Down

0 comments on commit e95740c

Please sign in to comment.