Skip to content
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
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@
Releases
========

Version 2.2.1
-------------
Notes
* Updated shellcheck/lintings warnings reported by Red hat automation hub.
* For latest feature inclusions, see notes for version 2.2.0 below.

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

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

.. _Galaxy v2.2.1:
https://galaxy.ansible.com/download/ibm-power_aix-2.2.1.tar.gz

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

Version 2.2.0
-------------
Notes
Expand Down Expand Up @@ -32,7 +52,7 @@ Notes
* Role linting failures - dnf_bootstrap, nim_adm, vioshc, nim_master_migration, LKU
* alt_disk: Feature for Add wakeup and sleep action to alt_disk module #681

Technolgy-Preview
Technology-Preview
* The following EDA components are provided as Technology Preview and are NOT intended for production use:
* - /plugins/event_source/aix_cpu_watch - watch over CPU utilization and emmit
- event in case of surpassing a pre-defined threshold.
Expand Down
Binary file added builds/ibm-power_aix-2.2.1.tar.gz
Binary file not shown.
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: 2.2.0
version: 2.2.1

# Collection README file (relative to root path)
readme: README.md
Expand Down
1 change: 0 additions & 1 deletion plugins/event_source/aix_cpu_watch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

# Copyright: (c) 2020- IBM, Inc
Expand Down