diff options
Diffstat (limited to 'ansible_collections/infinidat/infinibox/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/infinidat/infinibox/CHANGELOG.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ansible_collections/infinidat/infinibox/CHANGELOG.rst b/ansible_collections/infinidat/infinibox/CHANGELOG.rst index 482aa5b52..b267befe0 100644 --- a/ansible_collections/infinidat/infinibox/CHANGELOG.rst +++ b/ansible_collections/infinidat/infinibox/CHANGELOG.rst @@ -3,6 +3,44 @@ Change Log ========== ------------------- +v1.4.1 (2024-02-06) +------------------- + +^^^^^^^^^^^^^^^^^^^^ +Feature Enhancements +^^^^^^^^^^^^^^^^^^^^ +* Require Ansible >= 2.14.0 +* psdev-1178: Add infini_infinimetrics moduile. Allows add an Infinibox to Infinimetrics. + +------------------- +v1.4.0 (2024-02-05) +------------------- + +^^^^^^^^^ +Bug Fixes +^^^^^^^^^ +* The default for the write_protected parameter when creating a master volume or master file system has changed from true to false. For snapshots, the default is true. +* psdev-1147: Fix an issue network space module where when removing a space the management interface was not removed last. This is required. + +^^^^^^^^^^^^^^^^^^^^ +Feature Enhancements +^^^^^^^^^^^^^^^^^^^^ +* psdev-1138: Add infini_sso module. Allow SSO configuration. +* psdev-1151: Add infini_fibre_channel_switch module. Allow renaming of FC switches. +* psdev-1148: Add infini_certificate module. Allow uploading SSL certificates. +* psdev-1045: Add infini_event module. Allow posting of custom events. +* Add infini_config module. +* Add infini_notification_rule module. +* Add infini_notification_target module. +* psdev-1108: Provide configure_array.yml playbook. This is an example playbook demonstrating detailed configuration of Infiniboxes. It is idempotent so may be run against new or existing Infiniboxes repeatedly. +* psdev-1147: Implement network space module present state to handle updating parameters in an existing network space. Add support for is_async option. +* psdev-1108: Add state "login" to infini_user module. This tests credentials. Added to support Active Directory testing. +* Add syslog_server script to allow testing of syslog notifications. +* Add new infini_users_repository module. Use this module to configure Active Directory and LDAP resournces on an Infinibox. +* Add new infini_metadata module. This module will set, get and remove metadata (keys and values) to and from objects of these types: ["cluster", "fs", "fs-snap", "host", "pool", "system", "vol", "vol-snap"]. +* Add snapshot support to the infini_fs module. File system snapshot locks, regular and immutable are supported. + +------------------- v1.3.12 (2022-12-04) ------------------- |