Skip to content

Commit

Permalink
(maint) Release notes (1.3.0) (#85)
Browse files Browse the repository at this point in the history
Also added a missing version_added for the win_chocolatey_facts docs.
  • Loading branch information
vexx32 authored Jun 28, 2022
1 parent b7e6e96 commit 42a297f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions chocolatey/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
ancestor: null
releases:
1.3.0:
release_date: '2022-06-28'
changes:
release_summary: |
1.3.0 - Add support for bootstrap_script and returning outdated packages
major_changes:
- win_chocolatey - Added bootstrap_script option to allow users to target a script URL for installing Chocolatey on clients.
- win_chocolatey_facts - Added outdated packages list to data returned.
minor_changes:
- All collection modules - assorted style/linting fixes in documentation and scripts.
1.2.0:
release_date: '2022-02-09'
changes:
Expand Down
1 change: 1 addition & 0 deletions chocolatey/plugins/modules/win_chocolatey_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
description: List of packages for which an update is available
returned: always
type: complex
version_added: '1.3.0'
contains:
available_version:
description: Available version of the package
Expand Down

0 comments on commit 42a297f

Please sign in to comment.