Skip to content

Commit

Permalink
Prepare for v2.1.0 release (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 22, 2023
1 parent 0c6f181 commit a5f14d6
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 14 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ Ansible Windows Release Notes
.. contents:: Topics


v2.1.0
======

Release Summary
---------------

Release summary for v2.1.0

Minor Changes
-------------

- win_updates - Avoid using a scheduled task to spawn the updates background job when running as become. This provides an alternative method available to users in case the task scheduler does not work on their system - https://github.com/ansible-collections/ansible.windows/issues/543

Bugfixes
--------

- Remove some code which is no longer valid for dotnet 5+
- win_async - Set maximum data size allowed when deserializing async output - https://github.com/ansible-collections/ansible.windows/pull/520
- win_group_membership - Return accurate results when using check_mode - https://github.com/ansible-collections/ansible.windows/issues/532
- win_updates - Add special handling for KB2267602 in case it fails - https://github.com/ansible-collections/ansible.windows/issues/530
- win_updates - Fix up endless retries when an update failed to install more than once - https://github.com/ansible-collections/ansible.windows/issues/343

v2.0.0
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,3 +646,26 @@ releases:
- win_updates-removed-features.yml
- win_uri-removed-features.yml
release_date: '2023-06-14'
2.1.0:
changes:
bugfixes:
- Remove some code which is no longer valid for dotnet 5+
- win_async - Set maximum data size allowed when deserializing async output
- https://github.com/ansible-collections/ansible.windows/pull/520
- win_group_membership - Return accurate results when using check_mode - https://github.com/ansible-collections/ansible.windows/issues/532
- win_updates - Add special handling for KB2267602 in case it fails - https://github.com/ansible-collections/ansible.windows/issues/530
- win_updates - Fix up endless retries when an update failed to install more
than once - https://github.com/ansible-collections/ansible.windows/issues/343
minor_changes:
- win_updates - Avoid using a scheduled task to spawn the updates background
job when running as become. This provides an alternative method available
to users in case the task scheduler does not work on their system - https://github.com/ansible-collections/ansible.windows/issues/543
release_summary: Release summary for v2.1.0
fragments:
- dotnet-preparation.yml
- release.yml
- win_async-large-data-output.yml
- win_group_membership-check_mode_results.yml
- win_updates-become-proc.yml
- win_updates-loop.yml
release_date: '2023-08-22'
2 changes: 0 additions & 2 deletions changelogs/fragments/dotnet-preparation.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_async-large-data-output.yml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/win_updates-become-proc.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/win_updates-loop.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: ansible
name: windows
version: 2.0.0
version: 2.1.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit a5f14d6

Please sign in to comment.