Browse code

Various small changes to CHANGELOG.md (#21521)

Dag Wieers authored on 2017/02/16 23:59:20
Showing 1 changed files
... ...
@@ -10,21 +10,23 @@ Ansible Changes By Release
10 10
 * On platforms that support it, use more modern system polling API instead of
11 11
   select in the ssh connection plugin.  This removes one limitation on how many
12 12
   parallel forks are feasible on these systems.
13
+* Refactored/standardized most Windows modules, adding check-mode and
14
+  diff support where possible.
15
+* Extended Windows module API with parameter-type support, helper functions.
16
+  (i.e. Expand-Environment, Add-Warning, Add-DeprecatationWarning)
13 17
 
14 18
 ###Minor Changes:
15 19
 * The version and release facts for OpenBSD hosts were reversed.  This has been
16 20
   changed so that version has the numeric portion and release has the name of
17 21
   the release.
18 22
 * removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops,
19
-  any user can add back via config options if they don't use those package managers or othewise avoid the errors.
23
+  any user can add back via config options if they don't use those package managers or otherwise avoid the errors.
20 24
 * Blocks can now have a `name` field, to aid in playbook readability.
21 25
 * default strategy is now configurable via ansible.cfg or environment variable.
22 26
 * 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).
23 27
 * ansible-doc now displays path to module
24 28
 * added optional 'piped' transfer method to ssh plugin for when scp and sftp are missing
25 29
 * default controlpersist path is now a custom hash of host-port-user to avoid the socket path length errors for long hostnames
26
-* Refactored/standardized Windows modules, adding check-mode and diff support where possible
27
-* Extended Windows module API with parameter-type support, helper functions (i.e. Expand-Environment, Warn, Deprecate)
28 30
 * Various fixes for Python3 compatibility
29 31
 
30 32
 ###Deprecations:
... ...
@@ -92,16 +94,6 @@ Ansible Changes By Release
92 92
 - foreman:
93 93
   * foreman
94 94
   * katello
95
-- free_ipa:
96
-  * ipa_group
97
-  * ipa_hbacrule
98
-  * ipa_host
99
-  * ipa_hostgroup
100
-  * ipa_role
101
-  * ipa_sudocmd
102
-  * ipa_sudocmdgroup
103
-  * ipa_sudorule
104
-  * ipa_user
105 95
 - gconftool2
106 96
 - google
107 97
   * gce_eip
... ...
@@ -219,16 +211,9 @@ Ansible Changes By Release
219 219
   * panos_pg
220 220
   * panos_restart
221 221
   * panos_service
222
-  * panos_loadcfg
223
-  * panos_mgtconfig
224
-  * panos_nat_policy
225
-  * panos_pg
226
-  * panos_restart
227
-  * panos_service
228 222
 - postgresql_schema
229 223
 - proxmox_kvm
230
-- pubnub
231
-  * pubnub_blocks
224
+- pubnub_blocks
232 225
 - pulp_repo
233 226
 - runit
234 227
 - serverless
... ...
@@ -240,10 +225,10 @@ Ansible Changes By Release
240 240
 - stacki_host
241 241
 - swupd
242 242
 - tempfile
243
-- tower:
244
-  * tower_organization
245
-- vmware_guest_facts
246
-- vmware_guest_snapshot
243
+- tower_organization
244
+- vmware:
245
+  * vmware_guest_facts
246
+  * vmware_guest_snapshot
247 247
 - web_infrastructure
248 248
   * jenkins_script
249 249
 - windows: