126 lines
5.0 KiB
YAML
126 lines
5.0 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'
|
|
1.3.0:
|
|
changes:
|
|
minor_changes:
|
|
- The user module adds the mailbox field.
|
|
fragments:
|
|
- 46-add_user_email.yml
|
|
release_date: '2021-08-24'
|