diff options
Diffstat (limited to 'ansible_collections/purestorage/flasharray/changelogs')
5 files changed, 18 insertions, 1 deletions
diff --git a/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml b/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml index f99c9ee8a..7a5c7b9aa 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/.plugin-cache.yaml @@ -322,4 +322,4 @@ plugins: strategy: {} test: {} vars: {} -version: 1.28.0 +version: 1.28.1 diff --git a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml index c73a6b48b..07129c043 100644 --- a/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml +++ b/ansible_collections/purestorage/flasharray/changelogs/changelog.yaml @@ -609,6 +609,17 @@ releases: - 561_remote_snap_info.yaml - 562_host_vol_fix.yaml release_date: '2024-05-01' + 1.28.1: + changes: + bugfixes: + - purefa_network - Fix issue with clearing network interface addresses + - purefa_network - Resolve issue when setting a network port on a new array + - purefa_policy - Enhanced idempotency for snapshot policy rules + fragments: + - 565_fix_clear_interface.yaml + - 567_newarray_network.yaml + - 569_enhanced_snap_policy.yaml + release_date: '2024-05-31' 1.4.0: changes: bugfixes: diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/565_fix_clear_interface.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/565_fix_clear_interface.yaml new file mode 100644 index 000000000..8830deddf --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/565_fix_clear_interface.yaml @@ -0,0 +1,2 @@ +bugfixes: + - purefa_network - Fix issue with clearing network interface addresses diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/567_newarray_network.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/567_newarray_network.yaml new file mode 100644 index 000000000..2591d79ac --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/567_newarray_network.yaml @@ -0,0 +1,2 @@ +bugfixes: + - purefa_network - Resolve issue when setting a network port on a new array diff --git a/ansible_collections/purestorage/flasharray/changelogs/fragments/569_enhanced_snap_policy.yaml b/ansible_collections/purestorage/flasharray/changelogs/fragments/569_enhanced_snap_policy.yaml new file mode 100644 index 000000000..bac87c8d2 --- /dev/null +++ b/ansible_collections/purestorage/flasharray/changelogs/fragments/569_enhanced_snap_policy.yaml @@ -0,0 +1,2 @@ +bugfixes: + - purefa_policy - Enhanced idempotency for snapshot policy rules |