Skip to content

Commit

Permalink
Prepare for v1.12.0 release (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Dec 20, 2022
1 parent 8ff3031 commit a9dcd3a
Show file tree
Hide file tree
Showing 7 changed files with 40 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.12.0
=======

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

Release summary for v1.12.0

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

- win_dns_record - Added support for DHCID (RFC 4701) records
- win_domain_user - Added the ``display_name`` option to set the users display name attribute

Bugfixes
--------

- win_firewall_rule - fix problem in check mode with multiple ip addresses not in same order
- win_partition - fix problem in auto assigning a drive letter should the user use either a, u, t or o as a drive letter

v1.11.1
=======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,25 @@ releases:
- v1.11.1-release.yml
- win_psmodule-bootstrapping.yml
release_date: '2022-11-02'
1.12.0:
changes:
bugfixes:
- win_firewall_rule - fix problem in check mode with multiple ip addresses not
in same order
- win_partition - fix problem in auto assigning a drive letter should the user
use either a, u, t or o as a drive letter
minor_changes:
- win_dns_record - Added support for DHCID (RFC 4701) records
- win_domain_user - Added the ``display_name`` option to set the users display
name attribute
release_summary: Release summary for v1.12.0
fragments:
- 440-win_firewall_rule.yml
- 463-fix_win_partition_auto_assign.yaml
- release-summary.yml
- win_dns_record-dhcid-support.yaml
- win_domain_user-display_name.yml
release_date: '2022-12-20'
1.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/440-win_firewall_rule.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/463-fix_win_partition_auto_assign.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_dns_record-dhcid-support.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_domain_user-display_name.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: community
name: windows
version: 1.11.1
version: 1.12.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit a9dcd3a

Please sign in to comment.