Skip to content

Commit

Permalink
New Release v1.8.2 (#430)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish K Mishra <[email protected]>
  • Loading branch information
nitismis authored Mar 22, 2024
1 parent 4259e10 commit e851e3a
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@
Releases
========

Version 1.8.2
-------------
Notes
* Enhancement to handle mirrored rootvg in case of alt_disk_copy.
* Fixed LDAP check before running mkuser.
* Enhancements in nim_adm role: check for CacheVG, eFix bundle, pre/post migration.
* Expanded nimadm_options to include Pre-,Post-, and Phases_to_run and set_fact for them.
* Add output from "lsrsrc IBM.MCP" to lpar_facts to make the controlling HMC details readily
available from within a playbook.
* Fixed idempotency issue for specific attributes in filesystem module.
* New demo_getconf.py playbook.

Availability
* `Automation Hub v1.8.2`_
* `Galaxy v1.8.2`_
* `GitHub v1.8.2`_

.. _Automation Hub v1.8.2:
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix

.. _Galaxy v1.8.2:
https://galaxy.ansible.com/download/ibm-power_aix-1.8.2.tar.gz

.. _GitHub v1.8.2:
https://github.com/IBM/ansible-power-aix/raw/dev-collection/builds/ibm-power_aix-1.8.2.tar.gz

Version 1.8.1
-------------
Notes
Expand Down
Binary file added builds/ibm-power_aix-1.8.2.tar.gz
Binary file not shown.
26 changes: 26 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,32 @@
Releases
========

Version 1.8.2
-------------
Notes
* Enhancement to handle mirrored rootvg in case of alt_disk_copy.
* Fixed LDAP check before running mkuser.
* Enhancements in nim_adm role: check for CacheVG, eFix bundle, pre/post migration.
* Expanded nimadm_options to include Pre-,Post-, and Phases_to_run and set_fact for them.
* Add output from "lsrsrc IBM.MCP" to lpar_facts to make the controlling HMC details readily
available from within a playbook.
* Fixed idempotency issue for specific attributes in filesystem module.
* New demo_getconf.py playbook.

Availability
* `Automation Hub v1.8.2`_
* `Galaxy v1.8.2`_
* `GitHub v1.8.2`_

.. _Automation Hub v1.8.2:
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix

.. _Galaxy v1.8.2:
https://galaxy.ansible.com/download/ibm-power_aix-1.8.2.tar.gz

.. _GitHub v1.8.2:
https://github.com/IBM/ansible-power-aix/raw/dev-collection/builds/ibm-power_aix-1.8.2.tar.gz

Version 1.8.1
-------------
Notes
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: ibm
name: power_aix

# The version of the collection.
version: 1.8.1
version: 1.8.2

# Collection README file (relative to root path)
readme: README.md
Expand Down

0 comments on commit e851e3a

Please sign in to comment.