Skip to content

Commit

Permalink
Prepare for v1.7.2 release (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Aug 6, 2021
1 parent 4022e35 commit bf3fbf8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,22 @@ Ansible Windows Release Notes
.. contents:: Topics


v1.7.1
v1.7.2
======

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

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

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).

v1.7.1
======

Bugfixes
--------
Expand Down
14 changes: 12 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,22 @@ releases:
original behaviour and issues with non integer values - https://github.com/ansible-collections/ansible.windows/issues/247
- win_updates - fallback to run as SYSTEM if current user does not have batch
logon rights - https://github.com/ansible-collections/ansible.windows/issues/253
release_summary:
- Release summary for v1.7.1
fragments:
- release_summary.yml
- win_dsc-locale.yml
- win_state-datetime.yml
- win_updates-batch.yml
- win_updates-kb.yml
release_date: '2021-07-27'
1.7.2:
changes:
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'
3 changes: 0 additions & 3 deletions changelogs/fragments/260-description-checkmode.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.1
version: 1.7.2
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit bf3fbf8

Please sign in to comment.