Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release v1.8.2 #430

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading