Skip to content

Commit

Permalink
prep release 9.2.0 (#886)
Browse files Browse the repository at this point in the history
* prep release 9.2.0

* chore: auto fixes from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
KB-perByte and pre-commit-ci[bot] committed Aug 19, 2024
1 parent 95e11a8 commit 72225be
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Cisco Nxos Collection Release Notes

.. contents:: Topics

v9.2.0
======

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

- nxos_bgp_global - Deprecate local_as with local_as_config which supports more configuration attributes, under neighbor.

Documentation Changes
---------------------

- nxos_bgp_global - Marks local_as under neighbor deprecated, and some documentation corrections.

v9.1.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1208,3 +1208,16 @@ releases:
- fix_820.yaml
- nxos_vrf_global.yml
release_date: "2024-08-05"
9.2.0:
changes:
doc_changes:
- nxos_bgp_global - Marks local_as under neighbor deprecated, and some documentation
corrections.
minor_changes:
- nxos_bgp_global - Deprecate local_as with local_as_config which supports more
configuration attributes, under neighbor.
fragments:
- 0-readme.yml
- fix_local_as.yaml
- fix_pylint.yaml
release_date: "2024-08-19"
3 changes: 0 additions & 3 deletions changelogs/fragments/0-readme.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/fix_local_as.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_pylint.yaml

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: 9.1.0
version: 9.2.0

0 comments on commit 72225be

Please sign in to comment.