Skip to content

Commit e1c6b37

Browse files
authored
Merge pull request #131 from vexx32/release/1.5.0
(maint) Update changelog for 1.5.0
2 parents 889c977 + 05603c9 commit e1c6b37

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

chocolatey/changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# See: https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelog.yaml-format.md
22
ancestor: null
33
releases:
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:

chocolatey/changelogs/config.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,22 @@ prelude_section_name: release_summary
1111
prelude_section_title: Release Summary
1212
sanitize_changelog: true
1313
sections:
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
3032
title: Chocolatey.Chocolatey

0 commit comments

Comments
 (0)