diff --git a/builds/ibm-power_aix-1.1.0.tar.gz b/builds/ibm-power_aix-1.1.0.tar.gz new file mode 100644 index 00000000..5d493c69 Binary files /dev/null and b/builds/ibm-power_aix-1.1.0.tar.gz differ diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index d2122b94..8ced547b 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -5,6 +5,34 @@ Releases ======== +Version 1.1.0 +------------- +Notes + * Refresh of patch management capability (Update recommended) + * new modules: inittab, mkfilt + * aixpert: new module for AIXPert + * lvol: new module for logical volume management + * alt_disk: new options for alt_disk_copy + * backup: add restore and view operation for mksysb + playbook + * nim_backup: fix multithreading for simultaneous mksysb creation with NIM + * nim_updateios: major fixes and improvements for cluster management + * nim_updateios: fix cluster -list that returns 7 fields if not verbose not 21 fields + * suma: fix issue #40 (unpack return value calling suma_command()) + +Availability + * `Automation Hub v1.1.0`_ + * `Galaxy v1.1.0`_ + * `GitHub v1.1.0`_ + +.. _Automation Hub v1.1.0: + https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix + +.. _Galaxy v1.1.0: + https://galaxy.ansible.com/download/ibm-power_aix-1.1.0.tar.gz + +.. _GitHub v1.1.0: + https://github.com/IBM/ansible-power-aix/releases/download/v1.1.0/ibm-power_aix-1.1.0.tar.gz + Version 1.0.2 ------------- Notes diff --git a/galaxy.yml b/galaxy.yml index cc83a52c..c058d0c0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: ibm name: power_aix # The version of the collection. -version: 1.0.2 +version: 1.1.0 # Collection README file (relative to root path) readme: README.md