forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d0c000
commit ed473d7
Showing
24 changed files
with
245 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- Various grafana_* modules - Port away from the deprecated b64encodestring | ||
function to the b64encode function instead. https://github.com/ansible/ansible/pull/38388 | ||
- Various grafana_* modules - Port away from the deprecated b64encodestring function to the b64encode function instead. (https://github.com/ansible/ansible/pull/38388) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
bugfixes: | ||
- Connection error messages may contain characters that jinja2 would | ||
interpret as a template. Wrap the error string so this doesn't happen | ||
(https://github.com/ansible/ansible/pull/37329) | ||
- Connection error messages may contain characters that jinja2 would interpret as a template. Wrap the error string so this doesn't happen (https://github.com/ansible/ansible/pull/37329) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
bugfixes: | ||
- Fix for ansible_*_interpreter on Python3 when using non-newstyle modules. | ||
Those include old-style ansible modules and Ansible modules written in | ||
non-python scripting languages (https://github.com/ansible/ansible/pull/36541) | ||
- Fix for ansible_*_interpreter on Python3 when using non-newstyle modules. Those include old-style ansible modules and Ansible modules written in non-python scripting languages (https://github.com/ansible/ansible/pull/36541) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- Fix to send and receive bytes over a socket in the haproxy module which was | ||
causing tracebacks on Python3 https://github.com/ansible/ansible/pull/35176 | ||
- Fix to send and receive bytes over a socket in the haproxy module which was causing tracebacks on Python3 https://github.com/ansible/ansible/pull/35176 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- jira module - Fix bytes/text handling for base64 encoding authentication tokens | ||
https://github.com/ansible/ansible/pull/33862 | ||
- jira module - Fix bytes/text handling for base64 encoding authentication tokens (https://github.com/ansible/ansible/pull/33862) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
--- | ||
bugfixes: | ||
- Fix for unarchive when users use the --strip-components extra_opt to tar | ||
causing ansible to set permissions on the wrong directory. | ||
https://github.com/ansible/ansible/pull/37048 | ||
- Fix for unarchive when users use the --strip-components extra_opt to tar causing ansible to set permissions on the wrong directory. (https://github.com/ansible/ansible/pull/37048) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
release_summary: | | ||
| Release Date: 2018-03-22 | ||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
bugfixes: | ||
- ec2_asg - no longer terminates an instance before creating a replacement (https://github.com/ansible/ansible/pull/36679) | ||
- ec2_group - security groups in default VPCs now have a default egress rule (https://github.com/ansible/ansible/pull/38018) | ||
- inventory correctly removes hosts from 'ungrouped' group (https://github.com/ansible/ansible/pull/37617) | ||
- letsencrypt - fixed domain matching authorization (https://github.com/ansible/ansible/pull/37558) | ||
- letsencrypt - improved elliptic curve account key parsing (https://github.com/ansible/ansible/pull/37275) | ||
- facts are no longer processed more than once for each action (https://github.com/ansible/ansible/issues/37535) | ||
- cs_vpc_offering - only return VPC offferings matching name arg (https://github.com/ansible/ansible/pull/37783) | ||
- cs_configuration - filter names inside the module instead of relying on API (https://github.com/ansible/ansible/pull/37910) | ||
- various fixes to networking module connection subsystem (https://github.com/ansible/ansible/pull/37529) | ||
- ios_* - fixed netconf issues (https://github.com/ansible/ansible/pull/38155) | ||
- ovirt_* - various bugfixes (https://github.com/ansible/ansible/pull/38341) | ||
- ansible-vault no longer requires '--encrypt-vault-id' with edit (https://github.com/ansible/ansible/pull/35923) | ||
- k8s lookup plugin now uses same auth method as other k8s modules (https://github.com/ansible/ansible/pull/37533) | ||
- ansible-inventory now properly displays group_var graph (https://github.com/ansible/ansible/pull/38744) | ||
- setup - FreeBSD fact gathering no longer fails on missing dmesg, sysctl, etc (https://github.com/ansible/ansible/pull/37194) | ||
- inventory scripts now read passwords without byte interpolation (https://github.com/ansible/ansible/pull/35582) | ||
- user - fixed password expiration support in FreeBSD | ||
- meta - inventory_refresh now works properly on YAML inventory plugins (https://github.com/ansible/ansible/pull/38242) | ||
- foreman callback plugin - fixed API options (https://github.com/ansible/ansible/pull/38138) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
release_summary: | | ||
| Release Date: 2018-04-18 | ||
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_copy - Preserve the local tmp folder instead of deleting it so future tasks can use it | ||
https://github.com/ansible/ansible/pull/37964 | ||
- win_copy - Preserve the local tmp folder instead of deleting it so future tasks can use it (https://github.com/ansible/ansible/pull/37964) |
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
changelogs/fragments/win_file_util-test-exception-handler.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- Ansible.ModuleUtils.FileUtil - Catch DirectoryNotFoundException with Test-AnsiblePath | ||
https://github.com/ansible/ansible/pull/37968 | ||
- Ansible.ModuleUtils.FileUtil - Catch DirectoryNotFoundException with Test-AnsiblePath (https://github.com/ansible/ansible/pull/37968) |
2 changes: 1 addition & 1 deletion
2
changelogs/fragments/win_modules-support-different-line-endings.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bugfixes | ||
bugfixes: | ||
- win_exec_wrapper - support loading of Windows modules different different line endings than the core modules (https://github.com/ansible/ansible/pull/37291) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_reboot - fix deprecated warning message to show version in correct spot | ||
https://github.com/ansible/ansible/pull/37898 | ||
- win_reboot - fix deprecated warning message to show version in correct spot (https://github.com/ansible/ansible/pull/37898) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_service - Fix bug with win_service not being able to handle special chars like [ | ||
(https://github.com/ansible/ansible/pull/37897) | ||
- win_service - Fix bug with win_service not being able to handle special chars like '[' (https://github.com/ansible/ansible/pull/37897) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_setup - Use connection name for network interfaces as interface name isn't helpful | ||
https://github.com/ansible/ansible/pull/37327 | ||
- win_setup - Use connection name for network interfaces as interface name isn't helpful (https://github.com/ansible/ansible/pull/37327) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_updates - handle if the module fails to load and return the error message | ||
https://github.com/ansible/ansible/pull/38363 | ||
- win_updates - handle if the module fails to load and return the error message (https://github.com/ansible/ansible/pull/38363) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- win_uri - do not override existing header when using the ``headers`` key. | ||
https://github.com/ansible/ansible/pull/37845 | ||
- win_uri - do not override existing header when using the ``headers`` key. (https://github.com/ansible/ansible/pull/37845) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
bugfixes: | ||
- windows - display UTF-8 characters correctly in Windows return json | ||
https://github.com/ansible/ansible/pull/37229 | ||
- windows - display UTF-8 characters correctly in Windows return json (https://github.com/ansible/ansible/pull/37229) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters