Skip to content

Commit

Permalink
Prepare for v1.11.0 release (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 10, 2022
1 parent fc70818 commit 85ba47d
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Community Windows Release Notes
.. contents:: Topics


v1.11.0
=======

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

Release summary for v1.11.0

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

- Raise minimum Ansible version to ``2.11`` or newer
- win_psmodule module - add ``accept_license`` option to allow for installing modules that require license acceptance (https://github.com/ansible-collections/community.windows/issues/340).

Bugfixes
--------

- win_domain_user - Fix broken warning call when failing to get group membership - https://github.com/ansible-collections/community.windows/issues/412
- win_scheduled_task - Fix the Monthly DOW trigger value ``run_on_last_week_of_month`` when ``weeks_of_month`` is also set - https://github.com/ansible-collections/community.windows/issues/414

v1.10.0
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,25 @@ releases:
name: win_listen_ports_facts
namespace: ''
release_date: '2022-05-13'
1.11.0:
changes:
bugfixes:
- win_domain_user - Fix broken warning call when failing to get group membership
- https://github.com/ansible-collections/community.windows/issues/412
- win_scheduled_task - Fix the Monthly DOW trigger value ``run_on_last_week_of_month``
when ``weeks_of_month`` is also set - https://github.com/ansible-collections/community.windows/issues/414
minor_changes:
- Raise minimum Ansible version to ``2.11`` or newer
- win_psmodule module - add ``accept_license`` option to allow for installing
modules that require license acceptance (https://github.com/ansible-collections/community.windows/issues/340).
release_summary: Release summary for v1.11.0
fragments:
- 1.11.0-release.yml
- 340-win_psmodule-accept_license-option.yml
- ansible-version-bump.yml
- win_domain_user-add-warning.yml
- win_scheduled_task_week-trigger.yml
release_date: '2022-08-11'
1.2.0:
changes:
bugfixes:
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ansible-version-bump.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_domain_user-add-warning.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_scheduled_task_week-trigger.yml

This file was deleted.

0 comments on commit 85ba47d

Please sign in to comment.