Skip to content

Commit

Permalink
Prepare for v6.0.3 (#818)
Browse files Browse the repository at this point in the history
* Prepare for v6.0.3

Signed-off-by: NilashishC <[email protected]>

* Update galaxy.yml

Signed-off-by: NilashishC <[email protected]>

* Add a note in platform_guide

Signed-off-by: NilashishC <[email protected]>

---------

Signed-off-by: NilashishC <[email protected]>
  • Loading branch information
NilashishC authored Feb 15, 2024
1 parent 1e5f253 commit fdbfe11
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics


v6.0.3
======

Bugfixes
--------

- nxos_acls - Fix parsing of ace entries with range in it. (https://github.com/ansible-collections/cisco.nxos/issues/788)

v6.0.2
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1055,3 +1055,10 @@ releases:
fragments:
- fix_749.yaml
release_date: "2024-02-06"
6.0.3:
changes:
bugfixes:
- nxos_acls - Fix parsing of ace entries with range in it. (https://github.com/ansible-collections/cisco.nxos/issues/788)
fragments:
- acls_gather_fix.yml
release_date: "2024-02-14"
3 changes: 0 additions & 3 deletions changelogs/fragments/acls_gather_fix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ readme: README.md
repository: https://github.com/ansible-collections/cisco.nxos
issues: https://github.com/ansible-collections/cisco.nxos/issues
tags: [cisco, nxos, networking, nxapi, netconf]
version: 6.0.2
version: 6.0.3
7 changes: 5 additions & 2 deletions platform_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ Connections available
==================== ========================================== =========================


The ``ansible_connection: local`` has been deprecated. Please use ``ansible_connection: ansible.netcommon.network_cli`` or ``ansible_connection: ansible.netcommon.httpapi`` instead.

Using CLI in Ansible
====================

Expand All @@ -61,6 +59,11 @@ Example CLI ``group_vars/nxos.yml``
- If you are accessing your host directly (not through a bastion/jump host) you can remove the ``ansible_ssh_common_args`` configuration.
- If you are accessing your host through a bastion/jump host, you cannot include your SSH password in the ``ProxyCommand`` directive. To prevent secrets from leaking out (for example in ``ps`` output), SSH does not support providing passwords through environment variables.

Note
-----

When using ``ansible_connection: ansible.netcommon.network_cli``, the ``ansible_user`` must have permissions to execute the ``terminal length 0`` and ``terminal width 511`` commands on the target device.

Example CLI task
----------------

Expand Down

0 comments on commit fdbfe11

Please sign in to comment.