summaryrefslogtreecommitdiffstats
path: root/ansible_collections/purestorage/fusion/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:35 +0000
commit7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch)
treeefb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/purestorage/fusion/changelogs/changelog.yaml
parentReleasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff)
downloadansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz
ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/purestorage/fusion/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/purestorage/fusion/changelogs/changelog.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/ansible_collections/purestorage/fusion/changelogs/changelog.yaml b/ansible_collections/purestorage/fusion/changelogs/changelog.yaml
index 82ef323c8..c5d3f432d 100644
--- a/ansible_collections/purestorage/fusion/changelogs/changelog.yaml
+++ b/ansible_collections/purestorage/fusion/changelogs/changelog.yaml
@@ -343,3 +343,39 @@ releases:
- 3289_functests_pp_pg_ra.yml
- 99_update_protection_policy_retention_description.yaml
release_date: '2023-05-31'
+ 1.6.0:
+ changes:
+ minor_changes:
+ - all modules - return resource's id parameter on update and create.
+ - fusion_array - added `apartment_id` argument, which can be used when creating
+ an array.
+ - fusion_pg - introduced `destroy_snapshots_on_delete` which, if set to true,
+ ensures that before deleting placement group, snapshots within the placement
+ group will be deleted.
+ - fusion_pp - 'local_rpo' duration parsing documented, 'local_retention' minimum
+ value fixed
+ - fusion_pp - Allow leading zeros in duration strings
+ - fusion_pp - Change the minimum value of the protection policy local retention
+ from 1 to 10
+ - fusion_pp - introduced `destroy_snapshots_on_delete` which, if set to true,
+ ensures that before deleting protection policy, snapshots within the protection
+ policy will be deleted.
+ - fusion_volume - Allow creating a new volume from already existing volume or
+ volume snapshot
+ fragments:
+ - 148_add_apartment_id_to_fusion_array.yml
+ - 151_create_volume_using_existing_volume_or_snapshot.yaml
+ - 152_fix_rpo_local_retention_doc.yaml
+ - 154_add_destroy_snapshots_on_delete_to_pp_and_pg.yml
+ - 156_allow_leading_zeros.yaml
+ - 159_fix_protection_policy_local_retention_validation.yaml
+ - 160_add_id_on_exit.yml
+ release_date: '2023-07-31'
+ 1.6.1:
+ changes:
+ minor_changes:
+ - fusion_volume - Allow creating a new volume from already existing volume or
+ volume snapshot
+ fragments:
+ - 151_create_volume_using_existing_volume_or_snapshot.yaml
+ release_date: '2024-02-08'