Skip to content

Commit

Permalink
Prepare for release v7.0.0 (#1049)
Browse files Browse the repository at this point in the history
* Prepare for release v7.0.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

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] authored Apr 1, 2024
1 parent a246a86 commit 547d90e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Cisco Ios Collection Release Notes
.. contents:: Topics


v7.0.0
======

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

- ios_ntp - Remove deprecated ntp legacy module

Removed Features (previously deprecated)
----------------------------------------

- Deprecated ios_ntp module in favor of ios_ntp_global.

v6.1.4
======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,3 +1171,12 @@ releases:
- acl_refactor.yaml
- json_serializable_issue.yaml
release_date: "2024-03-27"
7.0.0:
changes:
major_changes:
- ios_ntp - Remove deprecated ntp legacy module
removed_features:
- Deprecated ios_ntp module in favor of ios_ntp_global.
fragments:
- remove_deprecated.yml
release_date: "2024-04-01"
5 changes: 0 additions & 5 deletions changelogs/fragments/remove_deprecated.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 @@ -11,4 +11,4 @@ readme: README.md
repository: https://github.com/ansible-collections/cisco.ios
issues: https://github.com/ansible-collections/cisco.ios/issues
tags: [cisco, ios, iosxe, networking]
version: "6.1.4"
version: "7.0.0"

0 comments on commit 547d90e

Please sign in to comment.