diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/inspur/ispim/changelogs | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/inspur/ispim/changelogs/.plugin-cache.yaml | 14 | ||||
-rw-r--r-- | ansible_collections/inspur/ispim/changelogs/changelog.yaml | 36 |
2 files changed, 48 insertions, 2 deletions
diff --git a/ansible_collections/inspur/ispim/changelogs/.plugin-cache.yaml b/ansible_collections/inspur/ispim/changelogs/.plugin-cache.yaml index e7da5a03d..54a1668ea 100644 --- a/ansible_collections/inspur/ispim/changelogs/.plugin-cache.yaml +++ b/ansible_collections/inspur/ispim/changelogs/.plugin-cache.yaml @@ -232,7 +232,7 @@ plugins: description: Set bmc system and audit log setting name: edit_m6_log_setting namespace: '' - version_added: 2.0.0 + version_added: 1.3.0 edit_manual_capture: description: Set manual capture screen name: edit_manual_capture @@ -393,6 +393,11 @@ plugins: name: hard_disk_info namespace: '' version_added: 1.0.0 + hba_info: + description: Get CPU information + name: hba_info + namespace: '' + version_added: 2.1.0 kvm_info: description: Get KVM information name: kvm_info @@ -608,6 +613,11 @@ plugins: name: update_fw namespace: '' version_added: 1.0.0 + update_psu: + description: Update PSU + name: update_psu + namespace: '' + version_added: 2.0.0 user: description: Manage user name: user @@ -642,4 +652,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.3.0 +version: 2.2.0 diff --git a/ansible_collections/inspur/ispim/changelogs/changelog.yaml b/ansible_collections/inspur/ispim/changelogs/changelog.yaml index 058101365..bf6d2ccc2 100644 --- a/ansible_collections/inspur/ispim/changelogs/changelog.yaml +++ b/ansible_collections/inspur/ispim/changelogs/changelog.yaml @@ -443,7 +443,43 @@ releases: - 15-ansible-test.yml - 18-edit_m7.yml modules: + - description: Set bmc system and audit log setting + name: edit_m6_log_setting + namespace: '' - description: Get support information name: support_info namespace: '' release_date: '2023-02-21' + 2.0.0: + changes: + minor_changes: + - The edit_bios module adds the list field. + fragments: + - 20-release 2.0.0.yaml + modules: + - description: Update PSU + name: update_psu + namespace: '' + release_date: '2023-05-29' + 2.0.1: + changes: + minor_changes: + - Change the ansible-test.yml application file version. + - Modify logical disk creation, add MV raid card compatible. + fragments: + - 21-ansible_test.yaml + - 24-add_ldisk.yaml + release_date: '2023-07-25' + 2.1.0: + modules: + - description: Get CPU information + name: hba_info + namespace: '' + release_date: '2023-08-04' + 2.2.0: + changes: + minor_changes: + - Modify edit_smtp_com and add description information. + fragments: + - 29-edit_smtp_com.yaml + release_date: '2023-11-28' |