File tree Expand file tree Collapse file tree 2 files changed +21
-4
lines changed
Expand file tree Collapse file tree 2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 11# See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
22ancestor : null
33releases :
4+ 1.5.0 :
5+ release_date : ' 2023-06-27'
6+ changes :
7+ release_summary : |
8+ 1.5.0 - Chocolatey CLI v2 compatibility, add checksum and fact subset options, documentation fixes
9+ major_changes :
10+ - win_chocolatey - add options for specifying checksums
11+ - win_chocolatey_facts - add filter / gather_subset option
12+ minor-changes :
13+ - All modules - Ensure modules are compatible with both Chocolatey CLI v2.x and v1.x
14+ - win_chocolatey - Improve error messages when installation of Chocolatey CLI v2.x fails due to unmet .NET Framework 4.8 dependency on client
15+ documentation :
16+ - All modules - Use true/false for all booleans in module docs
17+ - win_chocolatey - see_also contains references to wrong collection
18+ - win_chocolatey - Improve docs around install_args and package_params
419 1.4.0 :
520 release_date : ' 2022-12-15'
621 changes :
Original file line number Diff line number Diff line change @@ -11,20 +11,22 @@ prelude_section_name: release_summary
1111prelude_section_title : Release Summary
1212sanitize_changelog : true
1313sections :
14- - - major_changes
15- - Major Changes
16- - - minor_changes
17- - Minor Changes
1814- - breaking_changes
1915 - Breaking Changes / Porting Guide
2016- - deprecated_features
2117 - Deprecated Features
2218- - removed_features
2319 - Removed Features (previously deprecated)
20+ - - major_changes
21+ - Major Changes
22+ - - minor_changes
23+ - Minor Changes
2424- - security_fixes
2525 - Security Fixes
2626- - bugfixes
2727 - Bugfixes
28+ - - documentation
29+ - Documentation
2830- - known_issues
2931 - Known Issues
3032title : Chocolatey.Chocolatey
You can’t perform that action at this time.
0 commit comments