1=========================================
2NetApp ElementSW Collection Release Notes
3=========================================
4
5.. contents:: Topics
6
7
8v21.6.1
9=======
10
11Bugfixes
12--------
13
14- requirements.txt - point to the correct python dependency
15
16v21.3.0
17=======
18
19Minor Changes
20-------------
21
22- na_elementsw_info - add ``cluster_nodes`` and ``cluster_drives``.
23- na_elementsw_qos_policy - explicitly define ``minIOPS``, ``maxIOPS``, ``burstIOPS`` as int.
24
25Bugfixes
26--------
27
28- na_elementsw_drive - lastest SDK does not accept ``force_during_bin_sync`` and ``force_during_upgrade``.
29- na_elementsw_qos_policy - loop would convert `minIOPS`, `maxIOPS`, `burstIOPS` to str, causing type mismatch issues in comparisons.
30- na_elementsw_snapshot_schedule - change of interface in SDK ('ScheduleInfo' object has no attribute 'minutes')
31
32v20.11.0
33========
34
35Minor Changes
36-------------
37
38- na_elementsw_snapshot_schedule - Add ``retention`` in examples.
39
40Bugfixes
41--------
42
43- na_elementsw_drive - Object of type 'dict_values' is not JSON serializable.
44
45v20.10.0
46========
47
48Minor Changes
49-------------
50
51- na_elementsw_cluster - add new options ``encryption``, ``order_number``, and ``serial_number``.
52- na_elementsw_network_interfaces - make all options not required, so that only bond_1g can be set for example.
53- na_elementsw_network_interfaces - restructure options into 2 dictionaries ``bond_1g`` and ``bond_10g``, so that there is no shared option.  Disallow all older options.
54
55New Modules
56-----------
57
58- netapp.elementsw.na_elementsw_info - NetApp Element Software Info
59
60v20.9.1
61=======
62
63Bugfixes
64--------
65
66- na_elementsw_node - improve error reporting when cluster name cannot be set because node is already active.
67- na_elementsw_schedule - missing imports TimeIntervalFrequency, Schedule, ScheduleInfo have been added back
68
69v20.9.0
70=======
71
72Minor Changes
73-------------
74
75- na_elementsw_node - ``cluster_name`` to set the cluster name on new nodes.
76- na_elementsw_node - ``preset_only`` to only set the cluster name before creating a cluster with na_elementsw_cluster.
77- na_elementsw_volume - ``qos_policy_name`` to provide a QOS policy name or ID.
78
79Bugfixes
80--------
81
82- na_elementsw_node - fix check_mode so that no action is taken.
83
84New Modules
85-----------
86
87- netapp.elementsw.na_elementsw_qos_policy - NetApp Element Software create/modify/rename/delete QOS Policy
88
89v20.8.0
90=======
91
92Minor Changes
93-------------
94
95- add "required:true" where missing.
96- add "type:str" (or int, dict) where missing in documentation section.
97- na_elementsw_drive - add all drives in a cluster, allow for a list of nodes or a list of drives.
98- remove "required:true" for state and use present as default.
99- use a three group format for ``version_added``.  So 2.7 becomes 2.7.0.  Same thing for 2.8 and 2.9.
100
101Bugfixes
102--------
103
104- na_elementsw_access_group - fix check_mode so that no action is taken.
105- na_elementsw_admin_users - fix check_mode so that no action is taken.
106- na_elementsw_cluster - create cluster if it does not exist.  Do not expect MVIP or SVIP to exist before create.
107- na_elementsw_cluster_snmp - double exception because of AttributeError.
108- na_elementsw_drive - node_id or drive_id were not handled properly when using numeric ids.
109- na_elementsw_initiators - volume_access_group_id was ignored.  volume_access_groups was ignored and redundant.
110- na_elementsw_ldap - double exception because of AttributeError.
111- na_elementsw_snapshot_schedule - ignore schedules being deleted (idempotency), remove default values and fix documentation.
112- na_elementsw_vlan - AttributeError if VLAN already exists.
113- na_elementsw_vlan - change in attributes was ignored.
114- na_elementsw_vlan - fix check_mode so that no action is taken.
115- na_elementsw_volume - Argument '512emulation' in argument_spec is not a valid python identifier - renamed to enable512emulation.
116- na_elementsw_volume - double exception because of AttributeError.
117
118v20.6.0
119=======
120
121Bugfixes
122--------
123
124- galaxy.yml - fix repository and homepage links.
125
126v20.2.0
127=======
128
129Bugfixes
130--------
131
132- galaxy.yml - fix path to github repository.
133- netapp.py - report error in case of connection error rather than raising a generic exception by default.
134
135v20.1.0
136=======
137
138New Modules
139-----------
140
141- netapp.elementsw.na_elementsw_access_group_volumes - NetApp Element Software Add/Remove Volumes to/from Access Group
142
143v19.10.0
144========
145
146Minor Changes
147-------------
148
149- refactor existing modules as a collection
150
151v2.8.0
152======
153
154New Modules
155-----------
156
157- netapp.elementsw.na_elementsw_cluster_config - Configure Element SW Cluster
158- netapp.elementsw.na_elementsw_cluster_snmp - Configure Element SW Cluster SNMP
159- netapp.elementsw.na_elementsw_initiators - Manage Element SW initiators
160
161v2.7.0
162======
163
164New Modules
165-----------
166
167- netapp.elementsw.na_elementsw_access_group - NetApp Element Software Manage Access Groups
168- netapp.elementsw.na_elementsw_account - NetApp Element Software Manage Accounts
169- netapp.elementsw.na_elementsw_admin_users - NetApp Element Software Manage Admin Users
170- netapp.elementsw.na_elementsw_backup - NetApp Element Software Create Backups
171- netapp.elementsw.na_elementsw_check_connections - NetApp Element Software Check connectivity to MVIP and SVIP.
172- netapp.elementsw.na_elementsw_cluster - NetApp Element Software Create Cluster
173- netapp.elementsw.na_elementsw_cluster_pair - NetApp Element Software Manage Cluster Pair
174- netapp.elementsw.na_elementsw_drive - NetApp Element Software Manage Node Drives
175- netapp.elementsw.na_elementsw_ldap - NetApp Element Software Manage ldap admin users
176- netapp.elementsw.na_elementsw_network_interfaces - NetApp Element Software Configure Node Network Interfaces
177- netapp.elementsw.na_elementsw_node - NetApp Element Software Node Operation
178- netapp.elementsw.na_elementsw_snapshot - NetApp Element Software Manage Snapshots
179- netapp.elementsw.na_elementsw_snapshot_restore - NetApp Element Software Restore Snapshot
180- netapp.elementsw.na_elementsw_snapshot_schedule - NetApp Element Software Snapshot Schedules
181- netapp.elementsw.na_elementsw_vlan - NetApp Element Software Manage VLAN
182- netapp.elementsw.na_elementsw_volume - NetApp Element Software Manage Volumes
183- netapp.elementsw.na_elementsw_volume_clone - NetApp Element Software Create Volume Clone
184- netapp.elementsw.na_elementsw_volume_pair - NetApp Element Software Volume Pair
185