summaryrefslogtreecommitdiffstats
path: root/ansible_collections/infinidat/infinibox/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
commit66cec45960ce1d9c794e9399de15c138acb18aed (patch)
tree59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/infinidat/infinibox/CHANGELOG.rst
parentInitial commit. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/infinidat/infinibox/CHANGELOG.rst')
-rw-r--r--ansible_collections/infinidat/infinibox/CHANGELOG.rst88
1 files changed, 88 insertions, 0 deletions
diff --git a/ansible_collections/infinidat/infinibox/CHANGELOG.rst b/ansible_collections/infinidat/infinibox/CHANGELOG.rst
new file mode 100644
index 00000000..482aa5b5
--- /dev/null
+++ b/ansible_collections/infinidat/infinibox/CHANGELOG.rst
@@ -0,0 +1,88 @@
+==========
+Change Log
+==========
+
+-------------------
+v1.3.12 (2022-12-04)
+-------------------
+
+^^^^^^^^^
+Bug Fixes
+^^^^^^^^^
+* Fix infini_vol's write_protected field handling.
+
+-------------------
+v1.3.11 (2022-12-03)
+-------------------
+
+^^^^^^^^^^^^^^^^^^^^
+Feature Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification.
+
+--------------------
+v1.3.10 (2022-12-03)
+--------------------
+
+^^^^^^^^^^^^^^^^^^^^
+Feature Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Add documentation for the delta-time filter. The delta-time filter is used in test_create_resources.yml playbook.
+
+-------------------
+v1.3.9 (2022-12-02)
+-------------------
+
+^^^^^^^^^^^^^^^^^^^^
+Feature Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Fix module sanity errors not flagged when run locally, but flagged when uploaded to the automation hub for certification.
+
+-------------------
+v1.3.8 (2022-12-01)
+-------------------
+
+^^^^^^^^^^^^^^^^^^^^
+Feature Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Support thin and thick provisioning in infini_fs.
+* Refactor module imports.
+* In the test_create_resources.yml and test_remove_resources.yml example playbooks, run rescan-scsi-bus.sh on host.
+
+^^^^^^^^^
+Bug Fixes
+^^^^^^^^^
+* Fix infini_vol stat state. Return the provisioning type (thin or thick) properly.
+
+-------------------
+v1.3.7 (2022-10-03)
+-------------------
+
+^^^^^^^^^^^^^^^^^^^^
+Project Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Execute and pass `Ansible Sanity Tests <https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_testing.html#testing-tools>`_. This is in preparation for Ansible Automation Hub (AAH) certification.
+* No longer pin module versions in requirements.txt. Record module versions used while testing within CICD using pip freeze.
+
+^^^^^^^^^^^^^^^^^^^^
+Feature Enhancements
+^^^^^^^^^^^^^^^^^^^^
+* Add volume restore to infini_vol.
+
+^^^^^^^^^^^
+New Modules
+^^^^^^^^^^^
+* infini_cluster: Create, delete and modify host clusters on an Infinibox.
+* infini_network_space: Create, delete and modify network spaces on an Infinibox.
+
+^^^^^^^^^^^^^
+New Playbooks
+^^^^^^^^^^^^^
+* infinisafe_demo_runtest.yml
+* infinisafe_demo_setup.yml
+* infinisafe_demo_teardown.yml
+
+^^^^^^^^^
+Bug Fixes
+^^^^^^^^^
+* Fix collection path to module_utils when importing utility modules.