summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/netapp/elementsw/changelogs/changelog.yaml
blob: 8b0b6581af3d1ec71b7095034cf9ced237b26e65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
ancestor: null
releases:
  19.10.0:
    changes:
      minor_changes:
      - refactor existing modules as a collection
    fragments:
    - 2019.10.0.yaml
    release_date: '2019-11-14'
  2.7.0:
    modules:
    - description: NetApp Element Software Manage Access Groups
      name: na_elementsw_access_group
      namespace: ''
    - description: NetApp Element Software Manage Accounts
      name: na_elementsw_account
      namespace: ''
    - description: NetApp Element Software Manage Admin Users
      name: na_elementsw_admin_users
      namespace: ''
    - description: NetApp Element Software Create Backups
      name: na_elementsw_backup
      namespace: ''
    - description: NetApp Element Software Check connectivity to MVIP and SVIP.
      name: na_elementsw_check_connections
      namespace: ''
    - description: NetApp Element Software Create Cluster
      name: na_elementsw_cluster
      namespace: ''
    - description: NetApp Element Software Manage Cluster Pair
      name: na_elementsw_cluster_pair
      namespace: ''
    - description: NetApp Element Software Manage Node Drives
      name: na_elementsw_drive
      namespace: ''
    - description: NetApp Element Software Manage ldap admin users
      name: na_elementsw_ldap
      namespace: ''
    - description: NetApp Element Software Configure Node Network Interfaces
      name: na_elementsw_network_interfaces
      namespace: ''
    - description: NetApp Element Software Node Operation
      name: na_elementsw_node
      namespace: ''
    - description: NetApp Element Software Manage Snapshots
      name: na_elementsw_snapshot
      namespace: ''
    - description: NetApp Element Software Restore Snapshot
      name: na_elementsw_snapshot_restore
      namespace: ''
    - description: NetApp Element Software Snapshot Schedules
      name: na_elementsw_snapshot_schedule
      namespace: ''
    - description: NetApp Element Software Manage VLAN
      name: na_elementsw_vlan
      namespace: ''
    - description: NetApp Element Software Manage Volumes
      name: na_elementsw_volume
      namespace: ''
    - description: NetApp Element Software Create Volume Clone
      name: na_elementsw_volume_clone
      namespace: ''
    - description: NetApp Element Software Volume Pair
      name: na_elementsw_volume_pair
      namespace: ''
    release_date: '2018-09-21'
  2.8.0:
    modules:
    - description: Configure Element SW Cluster
      name: na_elementsw_cluster_config
      namespace: ''
    - description: Configure Element SW Cluster SNMP
      name: na_elementsw_cluster_snmp
      namespace: ''
    - description: Manage Element SW initiators
      name: na_elementsw_initiators
      namespace: ''
    release_date: '2019-04-11'
  20.1.0:
    modules:
    - description: NetApp Element Software Add/Remove Volumes to/from Access Group
      name: na_elementsw_access_group_volumes
      namespace: ''
    release_date: '2020-01-08'
  20.10.0:
    changes:
      minor_changes:
      - na_elementsw_cluster - add new options ``encryption``, ``order_number``, and
        ``serial_number``.
      - na_elementsw_network_interfaces - make all options not required, so that only
        bond_1g can be set for example.
      - 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.
    fragments:
    - DEVOPS-3117.yaml
    - DEVOPS-3196.yaml
    - DEVOPS-3235.yaml
    modules:
    - description: NetApp Element Software Info
      name: na_elementsw_info
      namespace: ''
    release_date: '2020-10-08'
  20.2.0:
    changes:
      bugfixes:
      - galaxy.yml - fix path to github repository.
      - netapp.py - report error in case of connection error rather than raising a
        generic exception by default.
    fragments:
    - 20.2.0.yaml
    release_date: '2020-02-05'
  20.6.0:
    changes:
      bugfixes:
      - galaxy.yml - fix repository and homepage links.
    fragments:
    - 20.6.0.yaml
    release_date: '2020-06-03'
  20.8.0:
    changes:
      bugfixes:
      - na_elementsw_access_group - fix check_mode so that no action is taken.
      - na_elementsw_admin_users - fix check_mode so that no action is taken.
      - na_elementsw_cluster - create cluster if it does not exist.  Do not expect
        MVIP or SVIP to exist before create.
      - na_elementsw_cluster_snmp - double exception because of AttributeError.
      - na_elementsw_drive - node_id or drive_id were not handled properly when using
        numeric ids.
      - na_elementsw_initiators - volume_access_group_id was ignored.  volume_access_groups
        was ignored and redundant.
      - na_elementsw_ldap - double exception because of AttributeError.
      - na_elementsw_snapshot_schedule - ignore schedules being deleted (idempotency),
        remove default values and fix documentation.
      - na_elementsw_vlan - AttributeError if VLAN already exists.
      - na_elementsw_vlan - change in attributes was ignored.
      - na_elementsw_vlan - fix check_mode so that no action is taken.
      - na_elementsw_volume - Argument '512emulation' in argument_spec is not a valid
        python identifier - renamed to enable512emulation.
      - na_elementsw_volume - double exception because of AttributeError.
      minor_changes:
      - add "required:true" where missing.
      - add "type:str" (or int, dict) where missing in documentation section.
      - na_elementsw_drive - add all drives in a cluster, allow for a list of nodes
        or a list of drives.
      - remove "required:true" for state and use present as default.
      - use a three group format for ``version_added``.  So 2.7 becomes 2.7.0.  Same
        thing for 2.8 and 2.9.
    fragments:
    - 20.8.0.yaml
    release_date: '2020-08-05'
  20.9.0:
    changes:
      bugfixes:
      - na_elementsw_node - fix check_mode so that no action is taken.
      minor_changes:
      - na_elementsw_node - ``cluster_name`` to set the cluster name on new nodes.
      - na_elementsw_node - ``preset_only`` to only set the cluster name before creating
        a cluster with na_elementsw_cluster.
      - na_elementsw_volume - ``qos_policy_name`` to provide a QOS policy name or
        ID.
    fragments:
    - 20.9.0.yaml
    modules:
    - description: NetApp Element Software create/modify/rename/delete QOS Policy
      name: na_elementsw_qos_policy
      namespace: ''
    release_date: '2020-09-02'
  20.9.1:
    changes:
      bugfixes:
      - na_elementsw_node - improve error reporting when cluster name cannot be set
        because node is already active.
      - na_elementsw_schedule - missing imports TimeIntervalFrequency, Schedule, ScheduleInfo
        have been added back
    fragments:
    - DEVOPS-3174.yaml
    - DEVOPS-3188.yaml
    release_date: '2020-09-08'