Skip to content

Commit 7f8490c

Browse files
v1.12.0 content
1 parent cf8d055 commit 7f8490c

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,22 @@ Notes
285285

286286
.. _GitHub v1.11.0:
287287
https://github.com/IBM/ansible-power-hmc/releases/download/v1.11.0/ibm-power_hmc-1.11.0.tar.gz
288+
289+
Version 1.12.0
290+
-------------
291+
Notes
292+
* hmc_update_upgrade: Support for HMC upgrade through ibmwebsite(IBM Fixcentral website) and listing available upgrade images (Issue: #103)
293+
* vios_alt_root_vg: Support for copying the root vg content to alternate disk and clean up existing alternate disk
294+
* powervm_dlpar: Support for idempotency across all actions (Issues: #135 , #111)
295+
* powervm_lpar_instance: Support for configuring advanced VNIC settings in lpar creation (Issue: #147)
296+
* powervm_inventory: Fix for password reveal issue in warning message (Issue: #148)
297+
298+
Availability
299+
* `Galaxy v1.12.0`_
300+
* `GitHub v1.12.0`_
301+
302+
.. _Galaxy v1.12.0:
303+
https://galaxy.ansible.com/download/ibm-power_hmc-1.12.0.tar.gz
304+
305+
.. _GitHub v1.12.0:
306+
https://github.com/IBM/ansible-power-hmc/releases/download/v1.12.0/ibm-power_hmc-1.12.0.tar.gz

docs/source/release_notes.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,3 +285,22 @@ Notes
285285

286286
.. _GitHub v1.11.0:
287287
https://github.com/IBM/ansible-power-hmc/releases/download/v1.11.0/ibm-power_hmc-1.11.0.tar.gz
288+
289+
Version 1.12.0
290+
-------------
291+
Notes
292+
* hmc_update_upgrade: Support for HMC upgrade through ibmwebsite(IBM Fixcentral website) and listing available upgrade images (Issue: #103)
293+
* vios_alt_root_vg: Support for copying the root vg content to alternate disk and clean up existing alternate disk
294+
* powervm_dlpar: Support for idempotency across all actions (Issues: #135 , #111)
295+
* powervm_lpar_instance: Support for configuring advanced VNIC settings in lpar creation (Issue: #147)
296+
* powervm_inventory: Fix for password reveal issue in warning message (Issue: #148)
297+
298+
Availability
299+
* `Galaxy v1.12.0`_
300+
* `GitHub v1.12.0`_
301+
302+
.. _Galaxy v1.12.0:
303+
https://galaxy.ansible.com/download/ibm-power_hmc-1.12.0.tar.gz
304+
305+
.. _GitHub v1.12.0:
306+
https://github.com/IBM/ansible-power-hmc/releases/download/v1.12.0/ibm-power_hmc-1.12.0.tar.gz

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: ibm
77
name: power_hmc
88

99
# The version of the collection. Must be compatible with semantic versioning
10-
version: 1.11.0
10+
version: 1.12.0
1111

1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection

0 commit comments

Comments
 (0)