Various small changes to CHANGELOG.md (#21521)
This commit is contained in:
parent
30026cfb84
commit
36aad569d2
1 changed files with 10 additions and 25 deletions
35
CHANGELOG.md
35
CHANGELOG.md
|
@ -10,21 +10,23 @@ Ansible Changes By Release
|
||||||
* On platforms that support it, use more modern system polling API instead of
|
* On platforms that support it, use more modern system polling API instead of
|
||||||
select in the ssh connection plugin. This removes one limitation on how many
|
select in the ssh connection plugin. This removes one limitation on how many
|
||||||
parallel forks are feasible on these systems.
|
parallel forks are feasible on these systems.
|
||||||
|
* Refactored/standardized most Windows modules, adding check-mode and
|
||||||
|
diff support where possible.
|
||||||
|
* Extended Windows module API with parameter-type support, helper functions.
|
||||||
|
(i.e. Expand-Environment, Add-Warning, Add-DeprecatationWarning)
|
||||||
|
|
||||||
###Minor Changes:
|
###Minor Changes:
|
||||||
* The version and release facts for OpenBSD hosts were reversed. This has been
|
* The version and release facts for OpenBSD hosts were reversed. This has been
|
||||||
changed so that version has the numeric portion and release has the name of
|
changed so that version has the numeric portion and release has the name of
|
||||||
the release.
|
the release.
|
||||||
* removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops,
|
* removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops,
|
||||||
any user can add back via config options if they don't use those package managers or othewise avoid the errors.
|
any user can add back via config options if they don't use those package managers or otherwise avoid the errors.
|
||||||
* Blocks can now have a `name` field, to aid in playbook readability.
|
* Blocks can now have a `name` field, to aid in playbook readability.
|
||||||
* default strategy is now configurable via ansible.cfg or environment variable.
|
* default strategy is now configurable via ansible.cfg or environment variable.
|
||||||
* Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation).
|
* Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation).
|
||||||
* ansible-doc now displays path to module
|
* ansible-doc now displays path to module
|
||||||
* added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing
|
* added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing
|
||||||
* default controlpersist path is now a custom hash of host-port-user to avoid the socket path length errors for long hostnames
|
* default controlpersist path is now a custom hash of host-port-user to avoid the socket path length errors for long hostnames
|
||||||
* Refactored/standardized Windows modules, adding check-mode and diff support where possible
|
|
||||||
* Extended Windows module API with parameter-type support, helper functions (i.e. Expand-Environment, Warn, Deprecate)
|
|
||||||
* Various fixes for Python3 compatibility
|
* Various fixes for Python3 compatibility
|
||||||
|
|
||||||
###Deprecations:
|
###Deprecations:
|
||||||
|
@ -92,16 +94,6 @@ Ansible Changes By Release
|
||||||
- foreman:
|
- foreman:
|
||||||
* foreman
|
* foreman
|
||||||
* katello
|
* katello
|
||||||
- free_ipa:
|
|
||||||
* ipa_group
|
|
||||||
* ipa_hbacrule
|
|
||||||
* ipa_host
|
|
||||||
* ipa_hostgroup
|
|
||||||
* ipa_role
|
|
||||||
* ipa_sudocmd
|
|
||||||
* ipa_sudocmdgroup
|
|
||||||
* ipa_sudorule
|
|
||||||
* ipa_user
|
|
||||||
- gconftool2
|
- gconftool2
|
||||||
- google
|
- google
|
||||||
* gce_eip
|
* gce_eip
|
||||||
|
@ -219,16 +211,9 @@ Ansible Changes By Release
|
||||||
* panos_pg
|
* panos_pg
|
||||||
* panos_restart
|
* panos_restart
|
||||||
* panos_service
|
* panos_service
|
||||||
* panos_loadcfg
|
|
||||||
* panos_mgtconfig
|
|
||||||
* panos_nat_policy
|
|
||||||
* panos_pg
|
|
||||||
* panos_restart
|
|
||||||
* panos_service
|
|
||||||
- postgresql_schema
|
- postgresql_schema
|
||||||
- proxmox_kvm
|
- proxmox_kvm
|
||||||
- pubnub
|
- pubnub_blocks
|
||||||
* pubnub_blocks
|
|
||||||
- pulp_repo
|
- pulp_repo
|
||||||
- runit
|
- runit
|
||||||
- serverless
|
- serverless
|
||||||
|
@ -240,10 +225,10 @@ Ansible Changes By Release
|
||||||
- stacki_host
|
- stacki_host
|
||||||
- swupd
|
- swupd
|
||||||
- tempfile
|
- tempfile
|
||||||
- tower:
|
- tower_organization
|
||||||
* tower_organization
|
- vmware:
|
||||||
- vmware_guest_facts
|
* vmware_guest_facts
|
||||||
- vmware_guest_snapshot
|
* vmware_guest_snapshot
|
||||||
- web_infrastructure
|
- web_infrastructure
|
||||||
* jenkins_script
|
* jenkins_script
|
||||||
- windows:
|
- windows:
|
||||||
|
|
Loading…
Reference in a new issue