summaryrefslogtreecommitdiffstats
path: root/ansible_collections/netapp/storagegrid/changelogs/fragments
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/netapp/storagegrid/changelogs/fragments')
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/20.10.0.yaml14
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/20.6.1.yaml4
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/20.7.0.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.0.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.1.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/21.6.0.yaml4
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/21.9.0.yaml6
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/DEVOPS-4416.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/github-10.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/github-66.yaml2
-rw-r--r--ansible_collections/netapp/storagegrid/changelogs/fragments/github-8.yaml2
11 files changed, 42 insertions, 0 deletions
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/20.10.0.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.10.0.yaml
new file mode 100644
index 000000000..350ee15dc
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.10.0.yaml
@@ -0,0 +1,14 @@
+breaking_changes:
+ - |
+ 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.
+minor_changes:
+ - na_sg_grid_account - new option ``update_password`` for managing Tenant Account root password changes.
+ - na_sg_org_user - new option ``password`` and ``update_password`` for setting or updating Tenant User passwords.
+ - na_sg_grid_user - new option ``password`` and ``update_password`` for setting or updating Grid Admin User passwords.
+bugfixes:
+ - na_sg_grid_account - fixed documentation issue.
+ - na_sg_grid_account - added ``no_log`` flag to password fields.
+ - na_sg_grid_group - fixed group name parsing.
+ - na_sg_org_group - fixed group name parsing.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/20.6.1.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.6.1.yaml
new file mode 100644
index 000000000..3d1bb11a0
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.6.1.yaml
@@ -0,0 +1,4 @@
+minor_changes:
+ - Fixed documentation issue in README.md
+bugfixes:
+ - nac_sg_org_container - fixed documentation issue.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/20.7.0.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.7.0.yaml
new file mode 100644
index 000000000..a91168e87
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/20.7.0.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - Updated documentation - added RETURN block for each module
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.0.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.0.yaml
new file mode 100644
index 000000000..a8fbff2df
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.0.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - na_sg_org_container - supports versioning configuration for S3 buckets available in StorageGRID 11.6+.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.1.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.1.yaml
new file mode 100644
index 000000000..229a6c51f
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.11.1.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - na_sg_org_container - fix versioning not enabled on initial bucket creation.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/21.6.0.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.6.0.yaml
new file mode 100644
index 000000000..6f8a660eb
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.6.0.yaml
@@ -0,0 +1,4 @@
+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.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/21.9.0.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.9.0.yaml
new file mode 100644
index 000000000..87aecb16c
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/21.9.0.yaml
@@ -0,0 +1,6 @@
+minor_changes:
+ - 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_gateway - existing endpoints matched by ``name`` and ``port``.
+ - na_sg_grid_account - minor documentation fix.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/DEVOPS-4416.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/DEVOPS-4416.yaml
new file mode 100644
index 000000000..63514c5c5
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/DEVOPS-4416.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - PR2 - allow usage of Ansible module group defaults - for Ansible 2.12+.
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/github-10.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-10.yaml
new file mode 100644
index 000000000..62e8845c6
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-10.yaml
@@ -0,0 +1,2 @@
+minor_changes:
+ - na_sg_grid_gateway - supports specifying HA Groups by name or UUID. \ No newline at end of file
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/github-66.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-66.yaml
new file mode 100644
index 000000000..a515be8c2
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-66.yaml
@@ -0,0 +1,2 @@
+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
diff --git a/ansible_collections/netapp/storagegrid/changelogs/fragments/github-8.yaml b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-8.yaml
new file mode 100644
index 000000000..f21ecbe46
--- /dev/null
+++ b/ansible_collections/netapp/storagegrid/changelogs/fragments/github-8.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - na_sg_org_group - fixed behaviour where update to ``s3_policy`` is ignored if ``management_policy`` is set.