summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/storagegrid/CHANGELOG.rst
blob: 75609239d0826788f9f091674e66f5d69bfdfdab (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
180
181
182
183
184
185
186
===========================================
NetApp StorageGRID Collection Release Notes
===========================================

.. contents:: Topics


v21.12.0
========

Minor Changes
-------------

- na_sg_grid_account - New option ``allow_select_object_content`` for enabling use of the S3 SelectObjectContent API.
- na_sg_grid_account - New option ``description`` for setting additional identifying information for the tenant account.

Bugfixes
--------

- Removed fetch limit in API request and implemented pagination.

v21.11.1
========

Bugfixes
--------

- na_sg_org_container - fix versioning not enabled on initial bucket creation.

v21.11.0
========

Minor Changes
-------------

- na_sg_org_container - supports versioning configuration for S3 buckets available in StorageGRID 11.6+.

New Modules
-----------

- netapp.storagegrid.na_sg_grid_client_certificate - Manage Client Certificates on StorageGRID.

v21.10.0
========

Minor Changes
-------------

- na_sg_grid_gateway - supports specifying HA Groups by name or UUID.

Bugfixes
--------

- na_sg_org_group - fixed behaviour where update to ``s3_policy`` is ignored if ``management_policy`` is set.

New Modules
-----------

- netapp.storagegrid.na_sg_grid_ha_group - Manage high availability (HA) group configuration on StorageGRID.
- netapp.storagegrid.na_sg_grid_traffic_classes - Manage Traffic Classification Policy configuration on StorageGRID.

v21.9.0
=======

Minor Changes
-------------

- PR2 - allow usage of Ansible module group defaults - for Ansible 2.12+.
- na_sg_grid_gateway - supports load balancer endpoint binding available in StorageGRID 11.5+.
- na_sg_org_container - supports creation of S3 Object Lock buckets available in StorageGRID 11.5+.

Bugfixes
--------

- na_sg_grid_account - minor documentation fix.
- na_sg_grid_gateway - existing endpoints matched by ``name`` and ``port``.

v21.8.0
=======

Minor Changes
-------------

- PR2 - allow usage of Ansible module group defaults - for Ansible 2.12+.

v21.7.0
=======

Minor Changes
-------------

- Updated documentation - added RETURN block for each module

New Modules
-----------

- netapp.storagegrid.na_sg_grid_gateway - Manage Load balancer (gateway) endpoints on StorageGRID.

v21.6.0
=======

Minor Changes
-------------

- na_sg_org_container - supports deletion of buckets when ``state`` is set to ``absent``.

Bugfixes
--------

- na_sg_org_container - fix issue with applying compliance settings on buckets.

New Modules
-----------

- netapp.storagegrid.na_sg_grid_certificate - Manage the Storage API and Grid Management certificates on StorageGRID.
- netapp.storagegrid.na_sg_grid_identity_federation - NetApp StorageGRID manage Grid identity federation.
- netapp.storagegrid.na_sg_org_identity_federation - NetApp StorageGRID manage Tenant identity federation.

v20.11.0
========

Minor Changes
-------------

- na_sg_grid_account - New option ``root_access_account`` for granting initial root access permissions for the tenant to an existing federated group

New Modules
-----------

- netapp.storagegrid.na_sg_grid_info - NetApp StorageGRID Grid information gatherer
- netapp.storagegrid.na_sg_org_info - NetApp StorageGRID Org information gatherer

v20.10.0
========

Minor Changes
-------------

- na_sg_grid_account - new option ``update_password`` for managing Tenant Account root password changes.
- na_sg_grid_user - new option ``password`` and ``update_password`` for setting or updating Grid Admin User passwords.
- na_sg_org_user - new option ``password`` and ``update_password`` for setting or updating Tenant User passwords.

Breaking Changes / Porting Guide
--------------------------------

- This version introduces a breaking change.
  All modules have been renamed from ``nac_sg_*`` to ``na_sg_*``.
  Playbooks and Roles must be updated to match.

Bugfixes
--------

- na_sg_grid_account - added ``no_log`` flag to password fields.
- na_sg_grid_account - fixed documentation issue.
- na_sg_grid_group - fixed group name parsing.
- na_sg_org_group - fixed group name parsing.

v20.6.1
=======

Minor Changes
-------------

- Fixed documentation issue in README.md

Bugfixes
--------

- nac_sg_org_container - fixed documentation issue.

v20.6.0
=======

New Modules
-----------

- netapp.storagegrid.nac_sg_grid_account - NetApp StorageGRID Manage Tenant account.
- netapp.storagegrid.nac_sg_grid_dns - NetApp StorageGRID Manage Grid DNS servers.
- netapp.storagegrid.nac_sg_grid_group - NetApp StorageGRID Manage Grid admin group.
- netapp.storagegrid.nac_sg_grid_ntp - NetApp StorageGRID Manage Grid NTP servers.
- netapp.storagegrid.nac_sg_grid_regions - NetApp StorageGRID Manage Grid Regions.
- netapp.storagegrid.nac_sg_grid_user - NetApp StorageGRID Manage Grid admin user.
- netapp.storagegrid.nac_sg_org_container - NetApp StorageGRID Manage S3 bucket.
- netapp.storagegrid.nac_sg_org_group - NetApp StorageGRID Manage Tenant group.
- netapp.storagegrid.nac_sg_org_user - NetApp StorageGRID Manage Tenant user.
- netapp.storagegrid.nac_sg_org_user_s3_key - NetApp StorageGRID Manage S3 key.