Skip to content

Commit 5f18977

Browse files
authoredMay 1, 2023
Prepare for v1.14.0 release (ansible-collections#499)
1 parent adf43bb commit 5f18977

9 files changed

+49
-16
lines changed
 

‎CHANGELOG.rst

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ Ansible Windows Release Notes
55
.. contents:: Topics
66

77

8+
v1.14.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Release summary for v1.14.0
15+
16+
Minor Changes
17+
-------------
18+
19+
- Process - Add support for starting a process with a custom parent
20+
- win_updates - Added the ``rebooted`` return value to document if a host was rebooted - https://github.com/ansible-collections/ansible.windows/issues/485
21+
22+
Bugfixes
23+
--------
24+
25+
- setup - Be more resilient when parsing the BIOS release date - https://github.com/ansible-collections/ansible.windows/pull/496
26+
- win_package - Fix ``product_id`` check and skip downloaded requested file if the package is already installed - https://github.com/ansible-collections/ansible.windows/issues/479
27+
- win_updates - Add better handling for the polling output for connection plugins that might drop newlines on the output - https://github.com/ansible-collections/ansible.windows/issues/477
28+
- win_updates - Ensure failure condition doesn't lock the polling file - https://github.com/ansible-collections/ansible.windows/issues/490
29+
- win_updates - Improve batch task runner reliability and attempt to return more info on failures - https://github.com/ansible-collections/ansible.windows/issues/448
30+
831
v1.13.0
932
=======
1033

‎changelogs/changelog.yaml

+25
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,31 @@ releases:
300300
- win_reboot-msg.yml
301301
- win_wait_for-drained.yml
302302
release_date: '2022-12-20'
303+
1.14.0:
304+
changes:
305+
bugfixes:
306+
- setup - Be more resilient when parsing the BIOS release date - https://github.com/ansible-collections/ansible.windows/pull/496
307+
- win_package - Fix ``product_id`` check and skip downloaded requested file
308+
if the package is already installed - https://github.com/ansible-collections/ansible.windows/issues/479
309+
- win_updates - Add better handling for the polling output for connection plugins
310+
that might drop newlines on the output - https://github.com/ansible-collections/ansible.windows/issues/477
311+
- win_updates - Ensure failure condition doesn't lock the polling file - https://github.com/ansible-collections/ansible.windows/issues/490
312+
- win_updates - Improve batch task runner reliability and attempt to return
313+
more info on failures - https://github.com/ansible-collections/ansible.windows/issues/448
314+
minor_changes:
315+
- Process - Add support for starting a process with a custom parent
316+
- win_updates - Added the ``rebooted`` return value to document if a host was
317+
rebooted - https://github.com/ansible-collections/ansible.windows/issues/485
318+
release_summary: Release summary for v1.14.0
319+
fragments:
320+
- release-1.14.0.yml
321+
- setup-bios-date.yml
322+
- win_package-product-id-check.yml
323+
- win_updates-batch-runner.yml
324+
- win_updates-file-locking.yml
325+
- win_updates-poll-newlines.yml
326+
- win_updates-rebooted.yml
327+
release_date: '2023-05-02'
303328
1.2.0:
304329
fragments:
305330
- 1.1.0-release.yml

‎changelogs/fragments/setup-bios-date.yml

-2
This file was deleted.

‎changelogs/fragments/win_package-product-id-check.yml

-2
This file was deleted.

‎changelogs/fragments/win_updates-batch-runner.yml

-5
This file was deleted.

‎changelogs/fragments/win_updates-file-locking.yml

-2
This file was deleted.

‎changelogs/fragments/win_updates-poll-newlines.yml

-2
This file was deleted.

‎changelogs/fragments/win_updates-rebooted.yml

-2
This file was deleted.

‎galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: ansible
22
name: windows
3-
version: 1.13.0
3+
version: 1.14.0
44
readme: README.md
55
authors:
66
- Jordan Borean @jborean93

0 commit comments

Comments
 (0)