167 lines
6.6 KiB
YAML
167 lines
6.6 KiB
YAML
ancestor: null
|
|
releases:
|
|
1.0.2:
|
|
changes:
|
|
release_summary: Modify the generated.RST file style.
|
|
fragments:
|
|
- 1.0.2.yaml
|
|
release_date: '2020-08-31'
|
|
1.0.3:
|
|
changes:
|
|
release_summary: Modify the content format of 'readme.md'.
|
|
fragments:
|
|
- 1.0.3.yaml
|
|
release_date: '2020-11-24'
|
|
1.1.0:
|
|
changes:
|
|
minor_changes:
|
|
- Add CODE_OF_CONDUCT.md file.
|
|
- Add a meta/runtime.yml file.
|
|
- Add the code of conduct to the README.md file.
|
|
- Delete the Collections imported in the adapter_info.py.
|
|
- Delete the Collections imported in the module.
|
|
- Documentation, examples, and return use FQCNs to M(..).
|
|
- Modify ansible_test.yml to add push trigger rule.
|
|
- Modify ansibled-test. yml file, add timing execution script, run environment
|
|
only keep Python 3.8 version.
|
|
- Modify inspur_sm_sdk in README.md to inspursmsdk.
|
|
- Modify paybooks,Using FQCN.
|
|
- Modify the README.md file to add Ansible Code of Conduct (COC).
|
|
- Modify the README.md file to add content for releasing, versioning and deprecation(https://github.com/ISIB-Group/inspur.sm/issues/27).
|
|
- Modify the README.md file to change the supported Anible version to 2.10.0
|
|
- Modify the ansible-test.yml file to Remove the Python Version from the Run
|
|
sanity tests.
|
|
- Modify the ansible-test.yml file to add Ansible and Python versions.
|
|
- Modify the description of Ansible in README.md.
|
|
- Modify the format of DOCUMENTATION on Required in the module.
|
|
- Modify the github repository path referenced in galaxy.yml.
|
|
- Modify the module_utils/ism.py file to add check mode processing.
|
|
- Modify the state of chenged in the module when the operation changes.
|
|
- Modify the value of supports_check_mode in the module to False.
|
|
- Regenerate the.rst file.
|
|
fragments:
|
|
- 27-readme.yml
|
|
- ImportCollections.yml
|
|
- addCoC.yml
|
|
- add_CoC_and_modify_ansible_test.yml
|
|
- ansible-test.yml
|
|
- code_of_conduct_and_collection_management.yml
|
|
- edit_chenged.yml
|
|
- galaxy.yml
|
|
- modify_adapter_info.yml
|
|
- modify_ansible-test.yml
|
|
- modify_ism.yml
|
|
- modify_modules_check_mode.yml
|
|
- modify_modules_required.yml
|
|
- modify_readme_and_ansible-test.yml
|
|
- playbooks.yml
|
|
release_date: '2021-01-28'
|
|
1.1.1:
|
|
changes:
|
|
bugfixes:
|
|
- Update version_added field in ad_group, ldap_group, user, and user_group modules
|
|
to match the collection version they were first introduced in.
|
|
minor_changes:
|
|
- Modified version information to 1.1.1 in galaxy.yml.
|
|
fragments:
|
|
- 35-fix-version-added-fields-for-new-modules-in-1-1-0.yaml
|
|
- galaxy.yaml
|
|
release_date: '2021-01-29'
|
|
1.1.2:
|
|
changes:
|
|
bugfixes:
|
|
- Update 'supports_check_mode=False' to 'supports_check_mode=True' for all modules
|
|
ending in '_info'.
|
|
fragments:
|
|
- fix-module_info-parameter.yaml
|
|
release_date: '2021-01-29'
|
|
1.1.3:
|
|
changes:
|
|
bugfixes:
|
|
- Add ansible 2.11 test.
|
|
- Add the no_log=true attribute to some modules.
|
|
fragments:
|
|
- add_ansible2.11_test.yml
|
|
- add_no_log.yml
|
|
release_date: '2021-04-22'
|
|
1.2.0:
|
|
changes:
|
|
deprecated_features:
|
|
- add_ad_group - This feature will be removed in inspur.sm.add_ad_group 3.0.0.
|
|
replaced with inspur.sm.ad_group.
|
|
- add_ldap_group - This feature will be removed in inspur.sm.add_ldap_group
|
|
3.0.0. replaced with inspur.sm.ldap_group.
|
|
- add_user - This feature will be removed in inspur.sm.add_user 3.0.0. replaced
|
|
with inspur.sm.user.
|
|
- add_user_group - This feature will be removed in inspur.sm.add_user_group
|
|
3.0.0. replaced with inspur.sm.user_group.
|
|
- del_ad_group - This feature will be removed in inspur.sm.del_ad_group 3.0.0.
|
|
replaced with inspur.sm.ad_group.
|
|
- del_ldap_group - This feature will be removed in inspur.sm.del_ldap_group
|
|
3.0.0. replaced with inspur.sm.ldap_group.
|
|
- del_user - This feature will be removed in inspur.sm.del_user 3.0.0. replaced
|
|
with inspur.sm.user.
|
|
- del_user_group - This feature will be removed in inspur.sm.del_user_group
|
|
3.0.0. replaced with inspur.sm.user_group.
|
|
- edit_ad_group - This feature will be removed in inspur.sm.edit_ad_group 3.0.0.
|
|
replaced with inspur.sm.ad_group.
|
|
- edit_ldap_group - This feature will be removed in inspur.sm.edit_ldap_group
|
|
3.0.0. replaced with inspur.sm.ldap_group.
|
|
- edit_user - This feature will be removed in inspur.sm.edit_user 3.0.0. replaced
|
|
with inspur.sm.user.
|
|
- edit_user_group - This feature will be removed in inspur.sm.edit_user_group
|
|
3.0.0. replaced with inspur.sm.user_group.
|
|
minor_changes:
|
|
- Compatible with M6 models, add M6 specific fields.
|
|
fragments:
|
|
- m6_compatible.yml
|
|
release_date: '2021-05-19'
|
|
2.0.0:
|
|
changes:
|
|
minor_changes:
|
|
- Add the onboard_disk_info module.
|
|
- Modified logical disk Settings, added logical disk Settings for M6 PMC card.
|
|
- Modify the edit_pdisk function to add new parameters.
|
|
- The user module adds the mailbox field.
|
|
fragments:
|
|
- 46-add_user_email.yml
|
|
- 47-edit_creaete_ldisk.yml
|
|
- 48-edit_pdisk.yml
|
|
- 49-add_onboard_disk_info.yml
|
|
modules:
|
|
- description: Get onboard disks information.
|
|
name: onboard_disk_info
|
|
namespace: ''
|
|
release_date: '2021-11-18'
|
|
2.2.0:
|
|
changes:
|
|
minor_changes:
|
|
- Edit_dns adds new field to M6 model.
|
|
- Modify ansible-test to add asnible 2.13,2.14 version.
|
|
- Modify the authors and tags fields in Galaxy.yml.
|
|
- Update the document.
|
|
fragments:
|
|
- 53-dns-changes.yml
|
|
release_date: '2022-09-29'
|
|
2.3.0:
|
|
changes:
|
|
bugfixes:
|
|
- edit_snmp_trap module modifies input parameter errors in the example.
|
|
minor_changes:
|
|
- Modify the tags fields in Galaxy.yml.
|
|
- edit_power_budget add 'domain' field.
|
|
- edit_snmp module add 'v1status','v2status','v3status','read_community','read_write_community'
|
|
fields.
|
|
- edit_snmp_trap module modifies the version value.
|
|
- eidt_ad module add 'ssl_enalbe' field, modify the timeout field description.
|
|
- eidt_ldisk module add 'duration' field.
|
|
- eidt_pdisk module add 'duration' field.
|
|
- modify the edit_log_setting module description.
|
|
- modify the edit_ncsi module description and parameter values.
|
|
- user module add 'uid','access' fields.
|
|
- user_group module add 'general','power','media','kvm','security','debug','self'
|
|
fields.
|
|
fragments:
|
|
- 55-m6-module-edit.yml
|
|
release_date: '2022-10-31'
|