Skip to content

Commit

Permalink
New release 2.0.0 (#596)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish K Mishra <[email protected]>
  • Loading branch information
nitismis authored Jan 15, 2025
1 parent 6bfde75 commit 93c376b
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 2 deletions.
36 changes: 35 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,44 @@
Releases
========

Version 2.0.0
-------------
Notes
* New module: route (Manage routes on IBM AIX systems.)
* New module: snap (snap command to gather diagnostic data)
* New role: live_kernel_update
* New playbook: demo_aix_lku_role, demo_route, demo_snap.
* Enhancement in NIM ADM role to support concurrent migration.
* Enhancement in tunables module to support -K flag
* Removed modify state from user module.
* Enhancement in NIM module to support new fileset installation.
* Defects: https://github.com/IBM/ansible-power-aix/pull/580
* Defects: https://github.com/IBM/ansible-power-aix/pull/582
* Enhancement in group module to support -R flag for LDAP
* Updated nim-flrtvc module in accordance with the flrtvc script
* Defects: https://github.com/IBM/ansible-power-aix/issues/193
* Fixed idempotency issue in NIM module for allocation and deallocation.
* Minimum required ansible version is 2.16.0 now.


Availability
* `Automation Hub v2.0.0`_
* `Galaxy v2.0.0`_
* `GitHub v2.0.0`_

.. _Automation Hub v2.0.0:
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix

.. _Galaxy v2.0.0:
https://galaxy.ansible.com/download/ibm-power_aix-2.0.0.tar.gz

.. _GitHub v2.0.0:
https://github.com/IBM/ansible-power-aix/raw/dev-collection/builds/ibm-power_aix-2.0.0.tar.gz

Version 1.9.2
-------------
Notes
* Minimum required ansible version is 2.15.0 now.
* Minimum required ansible version is 2.15.0 now.


Availability
Expand Down
Binary file added builds/ibm-power_aix-2.0.0.tar.gz
Binary file not shown.
35 changes: 35 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@
Releases
========

Version 2.0.0
-------------
Notes
* New module: route (Manage routes on IBM AIX systems.)
* New module: snap (snap command to gather diagnostic data)
* New role: live_kernel_update
* New playbook: demo_aix_lku_role, demo_route, demo_snap.
* Enhancement in NIM ADM role to support concurrent migration.
* Enhancement in tunables module to support -K flag
* Removed modify state from user module.
* Enhancement in NIM module to support new fileset installation.
* Defects: https://github.com/IBM/ansible-power-aix/pull/580
* Defects: https://github.com/IBM/ansible-power-aix/pull/582
* Enhancement in group module to support -R flag for LDAP
* Updated nim-flrtvc module in accordance with the flrtvc script
* Defects: https://github.com/IBM/ansible-power-aix/issues/193
* Fixed idempotency issue in NIM module for allocation and deallocation.
* Minimum required ansible version is 2.16.0 now.


Availability
* `Automation Hub v2.0.0`_
* `Galaxy v2.0.0`_
* `GitHub v2.0.0`_

.. _Automation Hub v2.0.0:
https://cloud.redhat.com/ansible/automation-hub/ibm/power_aix

.. _Galaxy v2.0.0:
https://galaxy.ansible.com/download/ibm-power_aix-2.0.0.tar.gz

.. _GitHub v2.0.0:
https://github.com/IBM/ansible-power-aix/raw/dev-collection/builds/ibm-power_aix-2.0.0.tar.gz


Version 1.9.2
-------------
Notes
Expand Down
3 changes: 2 additions & 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.9.2
version: 2.0.0

# Collection README file (relative to root path)
readme: README.md
Expand All @@ -23,6 +23,7 @@ authors:
- Gomathi Mohan (@MGomathi)
- Shreyansh Chamola (@schamola)
- Syahrul Aiman Shaharuddin (@syahrul-aiman)
- Vivek Pandey (@vivekpandeyibm)
# Collection Description
description: Ansible Content for IBM Power Systems - AIX provides a collection of content used to manage and deploy Power Systems AIX.

Expand Down

0 comments on commit 93c376b

Please sign in to comment.