From 85ba47d636c1240037164edd5b058add0faf25b5 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 11 Aug 2022 06:59:01 +1000 Subject: [PATCH] Prepare for v1.11.0 release (#423) --- CHANGELOG.rst | 20 +++++++++++++++++++ changelogs/changelog.yaml | 19 ++++++++++++++++++ ...340-win_psmodule-accept_license-option.yml | 3 --- changelogs/fragments/ansible-version-bump.yml | 2 -- .../fragments/win_domain_user-add-warning.yml | 2 -- .../win_scheduled_task_week-trigger.yml | 2 -- 6 files changed, 39 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/340-win_psmodule-accept_license-option.yml delete mode 100644 changelogs/fragments/ansible-version-bump.yml delete mode 100644 changelogs/fragments/win_domain_user-add-warning.yml delete mode 100644 changelogs/fragments/win_scheduled_task_week-trigger.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bcbe9762..cade9b2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1f1f6abf..94ba9e50 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/changelogs/fragments/340-win_psmodule-accept_license-option.yml b/changelogs/fragments/340-win_psmodule-accept_license-option.yml deleted file mode 100644 index 4cc7df1b..00000000 --- a/changelogs/fragments/340-win_psmodule-accept_license-option.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - 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). diff --git a/changelogs/fragments/ansible-version-bump.yml b/changelogs/fragments/ansible-version-bump.yml deleted file mode 100644 index 68da8973..00000000 --- a/changelogs/fragments/ansible-version-bump.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- Raise minimum Ansible version to ``2.11`` or newer diff --git a/changelogs/fragments/win_domain_user-add-warning.yml b/changelogs/fragments/win_domain_user-add-warning.yml deleted file mode 100644 index ad43ded4..00000000 --- a/changelogs/fragments/win_domain_user-add-warning.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- win_domain_user - Fix broken warning call when failing to get group membership - https://github.com/ansible-collections/community.windows/issues/412 diff --git a/changelogs/fragments/win_scheduled_task_week-trigger.yml b/changelogs/fragments/win_scheduled_task_week-trigger.yml deleted file mode 100644 index c8a1914b..00000000 --- a/changelogs/fragments/win_scheduled_task_week-trigger.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- 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