Skip to content

Commit cd2b2cc

Browse files
authored
Update changelog (#113)
Update changelog Reviewed-by: https://github.com/apps/ansible-zuul
1 parent ff06176 commit cd2b2cc

13 files changed

+92
-36
lines changed

changelogs/CHANGELOG.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ Ansible Netcommon Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.1.2
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Rereleased 1.1.1 with updated changelog.
15+
16+
v1.1.1
17+
======
18+
19+
Release Summary
20+
---------------
21+
22+
Rereleased 1.1.0 with regenerated documentation.
23+
24+
v1.1.0
25+
======
26+
27+
Major Changes
28+
-------------
29+
30+
- Add libssh connection plugin and refactor network_cli (https://github.com/ansible-collections/ansible.netcommon/pull/30)
31+
32+
Minor Changes
33+
-------------
34+
35+
- Add content option validation for netconf_config module (https://github.com/ansible-collections/ansible.netcommon/pull/66)
36+
- Documentation of module arguments updated to match expected types where missing.
37+
- Resource Modules: changed flag is set to true in check_mode for all ACTION_STATES (https://github.com/ansible-collections/ansible.netcommon/pull/82)
38+
39+
Removed Features (previously deprecated)
40+
----------------------------------------
41+
42+
- module_utils.network.common.utils.ComplexDict has been removed
43+
44+
Bugfixes
45+
--------
46+
47+
- Replace deprecated `getiterator` call with `iter`
48+
- ipaddr - "host" query supports /31 subnets properly
49+
- ipaddr filter - Fixed issue where the first IPv6 address in a subnet was not being considered a valid address.
50+
- ipaddr filter now returns empty list instead of False on empty list input
51+
- net_put - Restore missing function removed when action plugin stopped inheriting NetworkActionBase
52+
- nthhost filter now returns str instead of IPAddress object
53+
- slaac filter now returns str instead of IPAddress object
54+
855
v1.0.0
956
======
1057

changelogs/changelog.yaml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,48 @@ releases:
118118
name: default
119119
namespace: null
120120
release_date: '2020-06-23'
121+
1.1.0:
122+
changes:
123+
bugfixes:
124+
- Replace deprecated `getiterator` call with `iter`
125+
- ipaddr - "host" query supports /31 subnets properly
126+
- ipaddr filter - Fixed issue where the first IPv6 address in a subnet was not
127+
being considered a valid address.
128+
- ipaddr filter now returns empty list instead of False on empty list input
129+
- net_put - Restore missing function removed when action plugin stopped inheriting
130+
NetworkActionBase
131+
- nthhost filter now returns str instead of IPAddress object
132+
- slaac filter now returns str instead of IPAddress object
133+
major_changes:
134+
- Add libssh connection plugin and refactor network_cli (https://github.com/ansible-collections/ansible.netcommon/pull/30)
135+
minor_changes:
136+
- Add content option validation for netconf_config module (https://github.com/ansible-collections/ansible.netcommon/pull/66)
137+
- Documentation of module arguments updated to match expected types where missing.
138+
- 'Resource Modules: changed flag is set to true in check_mode for all ACTION_STATES
139+
(https://github.com/ansible-collections/ansible.netcommon/pull/82)'
140+
removed_features:
141+
- module_utils.network.common.utils.ComplexDict has been removed
142+
fragments:
143+
- 103-net-put-handle-src.yaml
144+
- 30-add-libssh-connection-support.yaml
145+
- 34-ipaddr-empty-list.yaml
146+
- 66-netconf-config-vaildation.yml
147+
- 72-ipv6-first-address-fix.yaml
148+
- 74-remove-getiterator.yaml
149+
- 75-unit-tests.yaml
150+
- 78-sanity-cleanup.yaml
151+
- 82-changed_true_action_states_check_mode_yes.yml
152+
- 95-ipaddr.yaml
153+
release_date: '2020-07-30'
154+
1.1.1:
155+
changes:
156+
release_summary: Rereleased 1.1.0 with regenerated documentation.
157+
fragments:
158+
- 1.1.1.yaml
159+
release_date: '2020-07-31'
160+
1.1.2:
161+
changes:
162+
release_summary: Rereleased 1.1.1 with updated changelog.
163+
fragments:
164+
- 1.1.2.yaml
165+
release_date: '2020-08-06'

changelogs/fragments/103-net-put-handle-src.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/30-add-libssh-connection-support.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/34-ipaddr-empty-list.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/66-netconf-config-vaildation.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/67-add-change-log-1.0.0.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/72-ipv6-first-address-fix.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/74-remove-getiterator.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/75-unit-tests.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)