Skip to content

Commit

Permalink
ansible: updated to 8.6.1
Browse files Browse the repository at this point in the history
v8.6.1

Bugfixes
--------

netapp.ontap

- na_ontap_dns - fix keyerror for uuid when DNS is set to vserver in REST.
- na_ontap_volume - fix invalid field error with 'space.snapshot.autodelete' in REST.


v8.6.0

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

community.mysql

- The community.mysql collection no longer supports ``ansible-core 2.12`` and ``ansible-core 2.13``. While we take no active measures to prevent usage and there are no plans to introduce incompatible code to the modules, we will stop testing those versions. Both are or will soon be End of Life and if you are still using them, you should consider upgrading to the ``latest Ansible / ansible-core 2.15 or later`` as soon as possible (ansible-collections/community.mysql#574).
- mysql_role - the ``column_case_sensitive`` argument's default value will be changed to ``true`` in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your roles privileges, you should set this to false explicitly (ansible-collections/community.mysql#578).
- mysql_user - the ``column_case_sensitive`` argument's default value will be changed to ``true`` in community.mysql 4.0.0. If your playbook expected the column to be automatically uppercased for your users privileges, you should set this to false explicitly (ansible-collections/community.mysql#577).

fortinet.fortios

- Add new fortios version 7.4.1.
- Format the contents in the changelog.yml file.
- Update Ansible version from 2.9 to 2.14.
- Update Q&A with a resolution for Ansible Always Sending GET/PUT Requests as POST Requests.
- Update the requirement.txt file to specify the sphinx_rtd_theme==1.3.0
- update the required Ansible version to 2.14.0 in the runtime.yml file.
  • Loading branch information
adam committed Nov 17, 2023
1 parent 39dc0c9 commit dd12b8b
Show file tree
Hide file tree
Showing 3 changed files with 450 additions and 34 deletions.
10 changes: 6 additions & 4 deletions sysutils/ansible/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.67 2023/10/12 07:16:42 adam Exp $
# $NetBSD: Makefile,v 1.68 2023/11/17 20:17:48 adam Exp $

DISTNAME= ansible-8.5.0
DISTNAME= ansible-8.6.1
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}

Expand All @@ -11,7 +11,9 @@ LICENSE= gnu-gpl-v3

PREV_PKGPATH= sysutils/ansible2

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

USE_LANGUAGES= # none

Expand Down Expand Up @@ -76,5 +78,5 @@ post-extract:
${FIND} ${WRKSRC}/ansible_collections -name .DS_Store -delete

.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit dd12b8b

Please sign in to comment.