Toshio Kuratomi
28a3679040
More fixes added to changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
98c942f0d9
Add changelog for URI/get_url fix
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
eddb4fc25d
Add new documentation on writing unittests to the changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
f1384b5598
Add ansible_shell_executable fix to changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
38c3da5ffd
Bunch of changelog updates for cherry-picks
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
bbb2563e0d
Add k8s_common.py logging fixes to the changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
4528313a48
Add python3 urllib fixes to changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
374b2d1374
Add wait_for fix to the changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
fde6ff7547
Add remove host fix to changelog
2017-10-26 07:32:33 -07:00
Toshio Kuratomi
2402f1f5b7
Add spec file fix to changelog
2017-10-26 07:32:32 -07:00
Toshio Kuratomi
8800111f5e
Add panos_security_rule docs typo fix to changelog
2017-10-26 07:32:32 -07:00
Toshio Kuratomi
67d431a541
Update the release data for 2.4.1 in the changelog
2017-10-25 17:48:14 -07:00
Toshio Kuratomi
d32f138f40
Fix for hostname module on RHEL7.5 added to changelog
2017-10-18 14:27:01 -07:00
Toshio Kuratomi
05535b363f
Add changelog for cherry-picks
2017-10-18 14:20:32 -07:00
Toshio Kuratomi
c7504d9d2f
Add win_regedit fixes
2017-10-18 14:10:13 -07:00
Toshio Kuratomi
a40a8c4a6e
Add the documentation of backup_path to changelog
2017-10-18 14:04:27 -07:00
Toshio Kuratomi
e665b2ed5e
Remove the change for implicit inventory and all vars
2017-10-18 13:59:35 -07:00
Toshio Kuratomi
48fe112455
Since these changes went in after rc1, be sure to document them in the changelog
...
Normally I wouldn't mention test infrastructure fixes i nthe changelog
but since they're going in after rc1, I'm going to mention them just to
be safe.
2017-10-12 07:37:39 -07:00
Toshio Kuratomi
0743b577b7
Add dynamic includes fix to changelog
2017-10-11 17:32:53 -07:00
Toshio Kuratomi
723beb58d1
Add inventory plugin path fix to changelog
2017-10-11 17:29:34 -07:00
Toshio Kuratomi
878ed2c079
Add relative paths fix to changelog
2017-10-11 13:05:00 -07:00
Ganesh Nalawade
6cbdc17aa1
Remove log of command executed in persistent connection ( #31583 )
...
* Remove log of command executed in persistent connection (#31581 )
(cherry picked from commit 97d5e0d027
)
* Update changelog
2017-10-11 19:23:47 +05:30
Ganesh Nalawade
e001fb7c14
Fix rollback in junos_config ( #31424 ) ( #31563 )
...
* Fix rollback in junos_config (#31424 )
* Fix rollback in junos_config
Fixes #30778
* Call `load_configuration` with rollback id in case
the id is given as input
* Pass rollback id to `get_diff()` to fetch diff from device
* Fix unit test
(cherry picked from commit 88da95bb77
)
* Update changelog
2017-10-11 15:28:42 +05:30
Matt Davis
76d84fd4d6
CHANGELOG update for become/runas error messaging
2017-10-10 16:58:14 -07:00
Martin Krizek
50af2dc462
Add yum fix to changelog
2017-10-10 21:23:45 +02:00
Sloane Hertel
3505e5eba0
aws_s3: fix upload_file's ExtraArgs - fixes #31232 ( #31487 ) ( #31538 )
...
* Module option metadata are extra arguments rather than S3 object metadata: update ExtraArgs variable.
* Maintain backwards compatibility by guessing at content type rather than always defaulting to binary/octet-stream.
2017-10-10 14:15:44 -04:00
Toshio Kuratomi
d3ccca2b8d
Add rpm_key fix to changelog
2017-10-10 10:59:03 -07:00
Sloane Hertel
3a0aa4ddff
[cloud] Fix ec2_group when security group lacks a VPC ( #31526 ) ( #31540 )
2017-10-10 13:57:16 -04:00
arnonki
0e01684873
Use default values for object returned from aws to prevent TypeError ( #31455 )
...
* Use default values for object returned from aws to prevent TypeError
NoneType exception fixes #31454
(cherry picked from commit 6df6f79bbd38407c3c81b1d194d87c9fca00f5f0)
2017-10-10 13:32:05 -04:00
Sam Doran
8afa7c73df
Add sysctl fix to CHANGELOG
2017-10-10 12:50:11 -04:00
Toshio Kuratomi
e5b8809ea2
Add changelog for using include/import with adhoc
2017-10-09 20:51:08 -07:00
Toshio Kuratomi
d45f662a52
Add the revert of namespaced facts to the changelog
2017-10-09 16:34:24 -07:00
Toshio Kuratomi
982e15d79e
Add jimi's include_role fix to changelog
2017-10-09 13:49:41 -07:00
Jordan Borean
9522309b99
updated changelog for win_copy fix
2017-10-10 06:35:00 +10:00
Brian Coca
7f2c611dfc
added toggle to control vars plugin behviour
...
this should allow user to control how they want the playbook dirs inspected
for additional vars, default now reverts to 2.3 behaviour (top).
corrected paths order
minor doc reword
(cherry picked from commit 7d49b27218
)
2017-10-09 12:32:03 -04:00
Jordan Borean
44cd3147a0
updated changelog for ec2_win_password fix
2017-10-09 16:43:25 +10:00
Toshio Kuratomi
3ebde33a44
Add ping docs fix to changelog
2017-10-08 08:20:38 -07:00
Brian Coca
058ed81aa0
revert ocalhost getting 'all' vars ( #31425 )
...
back to previous implicit localhost behaviour
fixes #31420
(cherry picked from commit a9942353fe
)
2017-10-06 19:11:17 -04:00
Brian Coca
4f4905c88a
fix 'return false' from parse
...
this was abandoned early on the manger side but seems like we left behind on plugin side.
more flexible extensions with yaml plugin
validate data correctly for yaml/constructed
fixed issue with only adding one child to keyed, the group only got the host that forced it's creation
fixes #31382
fixes #31365
(cherry picked from commit e4c61ea9a1
)
2017-10-06 13:26:03 -04:00
Toshio Kuratomi
84525576f1
Add systemd check-mode fix to changelog
2017-10-06 08:59:36 -07:00
Jordan Borean
21c9a716b6
updated changelog with win_copy fix
2017-10-06 15:25:15 +10:00
Brian Coca
d2c19eb2f1
better chown errors
...
(cherry picked from commit a6e27a903a
)
2017-10-05 18:41:28 -04:00
Toshio Kuratomi
e80c7d55d8
Add rpm_key and azure_rm dyn inv script fixes to changelog
2017-10-05 11:50:47 -07:00
Sam Doran
b11d2289dd
Add docker_secrets fix to CHANGELOG
2017-10-05 14:12:18 -04:00
Toshio Kuratomi
023ac17acf
Add revert of alternate shells to be used by run_command into changelog
2017-10-05 10:23:28 -07:00
Sam Doran
2f85e78813
Add SELinux fact change to CHANGELOG
2017-10-05 09:22:10 -04:00
Toshio Kuratomi
13a86b649d
Add ssh-extra-args fix to changelog
2017-10-04 23:16:03 -07:00
Toshio Kuratomi
327f76f8fd
Add any_errors_fatal fix to changelog
2017-10-04 12:56:18 -07:00
Brian Coca
dff33071d0
check type to avoid typeerror tb
...
fixes #31290 by giving more meaningful message
(cherry picked from commit 8aa33419c9
)
2017-10-04 15:14:48 -04:00
Martin Krizek
64b569635d
Add yum fix to changelog
2017-10-04 21:09:11 +02:00