Skip to content

Commit

Permalink
Prepare for v1.7.3 release (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Sep 23, 2021
1 parent 5203822 commit a10f94d
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@ Ansible Windows Release Notes
.. contents:: Topics


v1.7.2
v1.7.3
======

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

- First release for Automation Hub
- Release summary for v1.7.2
- Release summary for v1.7.3

Bugfixes
--------

- win_reboot - Fix local variable referenced before assignment issue - https://github.com/ansible-collections/ansible.windows/issues/276
- win_updates - Bypass execution policy checks when polling or cancelling the update task - https://github.com/ansible-collections/ansible.windows/issues/272
- win_user - Set validate user logic to always check local database

v1.7.2
======

Bugfixes
--------
Expand Down
18 changes: 15 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,22 @@ releases:
bugfixes:
- win_group - fixed ``description`` setting for a group that doesn't exist when
running in check_mode (https://github.com/ansible-collections/ansible.windows/pull/260).
release_summary:
- Release summary for v1.7.2
- First release for Automation Hub
fragments:
- 260-description-checkmode.yml
- release.yml
release_date: '2021-08-07'
1.7.3:
changes:
bugfixes:
- win_reboot - Fix local variable referenced before assignment issue - https://github.com/ansible-collections/ansible.windows/issues/276
- win_updates - Bypass execution policy checks when polling or cancelling the
update task - https://github.com/ansible-collections/ansible.windows/issues/272
- win_user - Set validate user logic to always check local database
release_summary:
- Release summary for v1.7.3
fragments:
- reboot_error_outside_block.yml
- release_summary.yml
- win_updates-executionpolicy.yml
- win_user-domain.yml
release_date: '2021-09-23'
2 changes: 0 additions & 2 deletions changelogs/fragments/reboot_error_outside_block.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_updates-executionpolicy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_user-domain.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: 1.7.2
version: 1.7.3
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit a10f94d

Please sign in to comment.