Skip to content

Commit

Permalink
Prepare for v2.3.0 release (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 authored Mar 19, 2024
1 parent b02f66c commit 9a0c198
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 8 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Ansible Windows Release Notes

.. contents:: Topics

v2.3.0
======

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

Release summary for v2.3.0

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

- win_uri - Max depth for json object conversion used to be 2. Can now send json objects with up to 20 levels of nesting

Bugfixes
--------

- win_get_url - Fix Tls1.3 getting removed from the list of security protocols
- win_powershell - Remove unecessary using in code causing stray error records in output - https://github.com/ansible-collections/ansible.windows/issues/571

v2.2.0
======
Expand Down Expand Up @@ -481,7 +499,6 @@ Release Summary
This is the first proper release of the ``ansible.windows`` collection on 2020-07-18.
The changelog describes all changes made to the modules and plugins included in this collection since Ansible 2.9.0.


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

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,3 +696,19 @@ releases:
- win_service_info-not-found.yml
- win_updates-typo.yml
release_date: '2023-11-16'
2.3.0:
changes:
bugfixes:
- win_get_url - Fix Tls1.3 getting removed from the list of security protocols
- win_powershell - Remove unecessary using in code causing stray error records
in output - https://github.com/ansible-collections/ansible.windows/issues/571
minor_changes:
- win_uri - Max depth for json object conversion used to be 2. Can now send
json objects with up to 20 levels of nesting
release_summary: Release summary for v2.3.0
fragments:
- PR-587-Fix-win_uri-json-depth.yaml
- release-summary.yml
- win_get_url-tls13.yml
- win_powershell-fix-using.yml
release_date: '2024-03-20'
2 changes: 0 additions & 2 deletions changelogs/fragments/PR-587-Fix-win_uri-json-depth.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_get_url-tls13.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/win_powershell-fix-using.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: 2.2.0
version: 2.3.0
readme: README.md
authors:
- Jordan Borean @jborean93
Expand Down

0 comments on commit 9a0c198

Please sign in to comment.