Skip to content

Commit

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

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

fortinet.fortios

- Improve the document for adding notes and examples in Q&A for modules using Integer number as the mkey.

Minor Changes
-------------

amazon.aws

- cloudformation - Add support for ``disable_rollback`` to update stack operation (ansible-collections/amazon.aws#1681).
- ec2_key - add support for new parameter ``file_name`` to save private key in when new key is created by AWS. When this option is provided the generated private key will be removed from the module return (ansible-collections/amazon.aws#1704).

ansible.netcommon

- Add a new cliconf plugin ``default`` that can be used when no cliconf plugin is found for a given network_os. This plugin only supports ``get()``. (ansible-collections/ansible.netcommon#569)
- httpapi - Add additional option ``ca_path``, ``client_cert``, ``client_key``, and ``http_agent`` that are available in open_url but not to httpapi. (ansible-collections/ansible.netcommon#528)
- telnet - add crlf option to send CRLF instead of just LF (ansible-collections/ansible.netcommon#440).

ansible.utils

- Add ipcut filter plugin.(ansible-collections/ansible.utils#251)
- Add ipv6form filter plugin.(ansible-collections/ansible.utils#230)

arista.eos

- Add support for overridden operation in bgp_global resource module.
  • Loading branch information
adam committed Sep 18, 2023
1 parent b90e12d commit 047cd54
Show file tree
Hide file tree
Showing 3 changed files with 2,815 additions and 24 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.65 2023/08/23 07:22:51 adam Exp $
# $NetBSD: Makefile,v 1.66 2023/09/18 12:33:25 adam Exp $

DISTNAME= ansible-8.3.0
DISTNAME= ansible-8.4.0
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/ansible/}

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

PREV_PKGPATH= sysutils/ansible2

DEPENDS+= ansible-core>=2.15.1:../../sysutils/ansible-core
DEPENDS+= ansible-core>=2.15.4:../../sysutils/ansible-core

USE_LANGUAGES= # none

Expand Down
Loading

0 comments on commit 047cd54

Please sign in to comment.