Skip to content

Commit e07009b

Browse files
Release 2.0.0 (#111)
Release 2.0.0 Reviewed-by: https://github.com/apps/ansible-zuul
1 parent 38bee55 commit e07009b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changelogs/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ v2.0.0
1010

1111
Major Changes
1212
-------------
13-
13+
- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode` and `ansible_network_import_modules`.
14+
- Please refer to ansible.netcommon `changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>`_ for more details.
1415
- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required.
1516

1617
Minor Changes

changelogs/changelog.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ releases:
171171
- Fix to accurately report configuration failure during pseudo-atomic operation
172172
fior iosxr-6.6.3 (https://github.com/ansible-collections/cisco.iosxr/issues/92).
173173
major_changes:
174+
- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode`
175+
and `ansible_network_import_modules`.
176+
- Please refer to ansible.netcommon `changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>`_
177+
for more details.
174178
- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress
175179
(< 3.0), the ipaddress package is now required.
176180
minor_changes:
@@ -192,6 +196,7 @@ releases:
192196
- bgp_global_resource_module.yaml
193197
- config_module_warning_msg.yaml
194198
- fix_iosxr_663_psudoatomic_failure.yaml
199+
- major_release.yaml
195200
- single_user_mode.yaml
196201
- unittest-fix-for-resource-module-base.yaml
197202
modules:

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors:
33
- Ansible Network Community (ansible-network)
44
dependencies:
5-
"ansible.netcommon": "*"
5+
"ansible.netcommon": ">=2.0.0"
66
license_file: LICENSE
77
name: iosxr
88
namespace: cisco

0 commit comments

Comments
 (0)